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 TypeMethodDescriptionlong
Returns the company ID of this repository entry.Returns the create date of this repository entry.long
Returns the ct collection ID of this repository entry.long
Returns the group ID of this repository entry.Returns the last publish date of this repository entry.boolean
Returns 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.long
Returns the mvcc version of this repository entry.long
Returns the primary key of this repository entry.long
Returns the repository entry ID of this repository entry.long
Returns the repository ID of this repository entry.long
Returns 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.boolean
Returnstrue
if this repository entry is manual check in required.void
setCompanyId
(long companyId) Sets the company ID of this repository entry.void
setCreateDate
(Date createDate) Sets the create date of this repository entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this repository entry.void
setGroupId
(long groupId) Sets the group ID of this repository entry.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this repository entry.void
setManualCheckInRequired
(boolean manualCheckInRequired) Sets whether this repository entry is manual check in required.void
setMappedId
(String mappedId) Sets the mapped ID of this repository entry.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this repository entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this repository entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this repository entry.void
setRepositoryEntryId
(long repositoryEntryId) Sets the repository entry ID of this repository entry.void
setRepositoryId
(long repositoryId) Sets the repository ID of this repository entry.void
setUserId
(long userId) Sets the user ID of this repository entry.void
setUserName
(String userName) Sets the user name of this repository entry.void
setUserUuid
(String userUuid) Sets the user uuid of this repository entry.void
Sets the uuid of this repository entry.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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:
getPrimaryKey
in 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:
setPrimaryKey
in interfaceCTModel<RepositoryEntry>
- Parameters:
primaryKey
- the primary key of this repository entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this repository entry.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this repository entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this repository entry.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this repository entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this repository entry.- Specified by:
getCtCollectionId
in 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:
setCtCollectionId
in interfaceCTModel<RepositoryEntry>
- Parameters:
ctCollectionId
- the ct collection ID of this repository entry
-
getUuid
Returns the uuid of this repository entry.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this repository entry
-
setUuid
Sets the uuid of this repository entry.- Specified by:
setUuid
in 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:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this repository entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this repository entry.- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this repository entry
-
getCompanyId
long getCompanyId()Returns the company ID of this repository entry.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- Returns:
- the company ID of this repository entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this repository entry.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- Parameters:
companyId
- the company ID of this repository entry
-
getUserId
long getUserId()Returns the user ID of this repository entry.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this repository entry
-
setUserId
void setUserId(long userId) Sets the user ID of this repository entry.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this repository entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this repository entry.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this repository entry
-
setUserUuid
Sets the user uuid of this repository entry.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this repository entry
-
getUserName
Returns the user name of this repository entry.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this repository entry
-
setUserName
Sets the user name of this repository entry.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this repository entry
-
getCreateDate
Date getCreateDate()Returns the create date of this repository entry.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this repository entry
-
setCreateDate
Sets the create date of this repository entry.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- Parameters:
createDate
- the create date of this repository entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this repository entry.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this repository entry
-
setModifiedDate
Sets the modified date of this repository entry.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in 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()Returnstrue
if this repository entry is manual check in required.- Returns:
true
if this repository entry is manual check in required;false
otherwise
-
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:
getLastPublishDate
in interfaceStagedGroupedModel
- Returns:
- the last publish date of this repository entry
-
setLastPublishDate
Sets the last publish date of this repository entry.- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this repository entry
-
cloneWithOriginalValues
RepositoryEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RepositoryEntry>
-
toXmlString
-