@ProviderType public interface AssetDisplayPageEntryModel extends AttachedModel, BaseModel<AssetDisplayPageEntry>, CTModel<AssetDisplayPageEntry>, GroupedModel, MVCCModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.asset.display.page.model.impl.AssetDisplayPageEntryModelImpl 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.asset.display.page.model.impl.AssetDisplayPageEntryImpl.
AssetDisplayPageEntry| Modifier and Type | Method and Description |
|---|---|
long |
getAssetDisplayPageEntryId()
Returns the asset display page entry ID of this asset display page entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this asset display page entry.
|
long |
getClassNameId()
Returns the class name ID of this asset display page entry.
|
long |
getClassPK()
Returns the class pk of this asset display page entry.
|
long |
getCompanyId()
Returns the company ID of this asset display page entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset display page entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset display page entry.
|
long |
getGroupId()
Returns the group ID of this asset display page entry.
|
long |
getLayoutPageTemplateEntryId()
Returns the layout page template entry ID of this asset display page entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this asset display page entry.
|
long |
getMvccVersion()
Returns the mvcc version of this asset display page entry.
|
long |
getPlid()
Returns the plid of this asset display page entry.
|
long |
getPrimaryKey()
Returns the primary key of this asset display page entry.
|
int |
getType()
Returns the type of this asset display page entry.
|
long |
getUserId()
Returns the user ID of this asset display page entry.
|
java.lang.String |
getUserName()
Returns the user name of this asset display page entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset display page entry.
|
java.lang.String |
getUuid()
Returns the uuid of this asset display page entry.
|
void |
setAssetDisplayPageEntryId(long assetDisplayPageEntryId)
Sets the asset display page entry ID of this asset display page entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this asset display page entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this asset display page entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset display page entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset display page entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset display page entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset display page entry.
|
void |
setLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
Sets the layout page template entry ID of this asset display page entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset display page entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset display page entry.
|
void |
setPlid(long plid)
Sets the plid of this asset display page entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset display page entry.
|
void |
setType(int type)
Sets the type of this asset display page entry.
|
void |
setUserId(long userId)
Sets the user ID of this asset display page entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset display page entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset display page entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset display page entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<AssetDisplayPageEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetDisplayPageEntry>primaryKey - the primary key of this asset display page entrylong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset display page entrylong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetDisplayPageEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetDisplayPageEntry>ctCollectionId - the ct collection ID of this asset display page entry@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface StagedModeluuid - the uuid of this asset display page entrylong getAssetDisplayPageEntryId()
void setAssetDisplayPageEntryId(long assetDisplayPageEntryId)
assetDisplayPageEntryId - the asset display page entry ID of this asset display page entrylong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this asset display page entrylong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset display page entrylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this asset display page entryjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this asset display page entry@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this asset display page entryjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset display page entryjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset display page entryjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this asset display page entrylong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this asset display page entrylong getLayoutPageTemplateEntryId()
void setLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
layoutPageTemplateEntryId - the layout page template entry ID of this asset display page entryint getType()
void setType(int type)
type - the type of this asset display page entrylong getPlid()
void setPlid(long plid)
plid - the plid of this asset display page entry