Package com.liferay.portal.kernel.model
Interface RepositoryEntryModel
- All Superinterfaces:
AuditedModel,BaseModel<RepositoryEntry>,ClassedModel,Cloneable,Comparable<RepositoryEntry>,CTModel<RepositoryEntry>,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel
- All Known Subinterfaces:
RepositoryEntry
- All Known Implementing Classes:
RepositoryEntryWrapper
@ProviderType
public interface RepositoryEntryModel
extends BaseModel<RepositoryEntry>, CTModel<RepositoryEntry>, MVCCModel, ShardedModel, StagedGroupedModel
The base model interface for the RepositoryEntry service. Represents a row in the "RepositoryEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.RepositoryEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RepositoryEntryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this repository entry.Returns the create date of this repository entry.longReturns the ct collection ID of this repository entry.longReturns the group ID of this repository entry.Returns the last publish date of this repository entry.booleanReturns the manual check in required of this repository entry.Returns the mapped ID of this repository entry.Returns the modified date of this repository entry.longReturns the mvcc version of this repository entry.longReturns the primary key of this repository entry.longReturns the repository entry ID of this repository entry.longReturns the repository ID of this repository entry.longReturns the user ID of this repository entry.Returns the user name of this repository entry.Returns the user uuid of this repository entry.getUuid()Returns the uuid of this repository entry.booleanReturnstrueif this repository entry is manual check in required.voidsetCompanyId(long companyId) Sets the company ID of this repository entry.voidsetCreateDate(Date createDate) Sets the create date of this repository entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository entry.voidsetGroupId(long groupId) Sets the group ID of this repository entry.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this repository entry.voidsetManualCheckInRequired(boolean manualCheckInRequired) Sets whether this repository entry is manual check in required.voidsetMappedId(String mappedId) Sets the mapped ID of this repository entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this repository entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this repository entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this repository entry.voidsetRepositoryEntryId(long repositoryEntryId) Sets the repository entry ID of this repository entry.voidsetRepositoryId(long repositoryId) Sets the repository ID of this repository entry.voidsetUserId(long userId) Sets the user ID of this repository entry.voidsetUserName(String userName) Sets the user name of this repository entry.voidsetUserUuid(String userUuid) Sets the user uuid of this repository entry.voidSets the uuid of this repository entry.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this repository entry.- Specified by:
getPrimaryKeyin interfaceCTModel<RepositoryEntry>- Returns:
- the primary key of this repository entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this repository entry.- Specified by:
setPrimaryKeyin interfaceCTModel<RepositoryEntry>- Parameters:
primaryKey- the primary key of this repository entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this repository entry.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this repository entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this repository entry.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this repository entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this repository entry.- Specified by:
getCtCollectionIdin interfaceCTModel<RepositoryEntry>- Returns:
- the ct collection ID of this repository entry
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository entry.- Specified by:
setCtCollectionIdin interfaceCTModel<RepositoryEntry>- Parameters:
ctCollectionId- the ct collection ID of this repository entry
-
getUuid
Returns the uuid of this repository entry.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this repository entry
-
setUuid
Sets the uuid of this repository entry.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this repository entry
-
getRepositoryEntryId
long getRepositoryEntryId()Returns the repository entry ID of this repository entry.- Returns:
- the repository entry ID of this repository entry
-
setRepositoryEntryId
void setRepositoryEntryId(long repositoryEntryId) Sets the repository entry ID of this repository entry.- Parameters:
repositoryEntryId- the repository entry ID of this repository entry
-
getGroupId
long getGroupId()Returns the group ID of this repository entry.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this repository entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this repository entry.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this repository entry
-
getCompanyId
long getCompanyId()Returns the company ID of this repository entry.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this repository entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this repository entry.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this repository entry
-
getUserId
long getUserId()Returns the user ID of this repository entry.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this repository entry
-
setUserId
void setUserId(long userId) Sets the user ID of this repository entry.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this repository entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this repository entry.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this repository entry
-
setUserUuid
Sets the user uuid of this repository entry.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this repository entry
-
getUserName
Returns the user name of this repository entry.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this repository entry
-
setUserName
Sets the user name of this repository entry.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this repository entry
-
getCreateDate
Date getCreateDate()Returns the create date of this repository entry.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this repository entry
-
setCreateDate
Sets the create date of this repository entry.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this repository entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this repository entry.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this repository entry
-
setModifiedDate
Sets the modified date of this repository entry.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this repository entry
-
getRepositoryId
long getRepositoryId()Returns the repository ID of this repository entry.- Returns:
- the repository ID of this repository entry
-
setRepositoryId
void setRepositoryId(long repositoryId) Sets the repository ID of this repository entry.- Parameters:
repositoryId- the repository ID of this repository entry
-
getMappedId
Returns the mapped ID of this repository entry.- Returns:
- the mapped ID of this repository entry
-
setMappedId
Sets the mapped ID of this repository entry.- Parameters:
mappedId- the mapped ID of this repository entry
-
getManualCheckInRequired
boolean getManualCheckInRequired()Returns the manual check in required of this repository entry.- Returns:
- the manual check in required of this repository entry
-
isManualCheckInRequired
boolean isManualCheckInRequired()Returnstrueif this repository entry is manual check in required.- Returns:
trueif this repository entry is manual check in required;falseotherwise
-
setManualCheckInRequired
void setManualCheckInRequired(boolean manualCheckInRequired) Sets whether this repository entry is manual check in required.- Parameters:
manualCheckInRequired- the manual check in required of this repository entry
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this repository entry.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this repository entry
-
setLastPublishDate
Sets the last publish date of this repository entry.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this repository entry
-
cloneWithOriginalValues
RepositoryEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RepositoryEntry>
-
toXmlString
-