Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface RepositoryEntry

All Superinterfaces:
AuditedModel, BaseModel<RepositoryEntry>, ClassedModel, Cloneable, Comparable<RepositoryEntry>, GroupedModel, PersistedModel, RepositoryEntryModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
RepositoryEntryBaseImpl, RepositoryEntryImpl, RepositoryEntryWrapper

@ProviderType
public interface RepositoryEntry
extends RepositoryEntryModel, PersistedModel

The extended model interface for the RepositoryEntry service. Represents a row in the "RepositoryEntry" database table, with each column mapped to a property of this class.

See Also:
RepositoryEntryModel, RepositoryEntryImpl, RepositoryEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.RepositoryEntryModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getManualCheckInRequired, getMappedId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isManualCheckInRequired, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setManualCheckInRequired, setMappedId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5