@ProviderType public interface AssetListEntryUsageModel extends AttachedModel, BaseModel<AssetListEntryUsage>, CTModel<AssetListEntryUsage>, MVCCModel, ShardedModel, StagedGroupedModel
This interface and its corresponding implementation com.liferay.asset.list.model.impl.AssetListEntryUsageModelImpl 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.list.model.impl.AssetListEntryUsageImpl.
AssetListEntryUsage| Modifier and Type | Method and Description |
|---|---|
long |
getAssetListEntryId()
Returns the asset list entry ID of this asset list entry usage.
|
long |
getAssetListEntryUsageId()
Returns the asset list entry usage ID of this asset list entry usage.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this asset list entry usage.
|
long |
getClassNameId()
Returns the class name ID of this asset list entry usage.
|
long |
getClassPK()
Returns the class pk of this asset list entry usage.
|
long |
getCompanyId()
Returns the company ID of this asset list entry usage.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset list entry usage.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset list entry usage.
|
long |
getGroupId()
Returns the group ID of this asset list entry usage.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset list entry usage.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this asset list entry usage.
|
long |
getMvccVersion()
Returns the mvcc version of this asset list entry usage.
|
java.lang.String |
getPortletId()
Returns the portlet ID of this asset list entry usage.
|
long |
getPrimaryKey()
Returns the primary key of this asset list entry usage.
|
long |
getUserId()
Returns the user ID of this asset list entry usage.
|
java.lang.String |
getUserName()
Returns the user name of this asset list entry usage.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset list entry usage.
|
java.lang.String |
getUuid()
Returns the uuid of this asset list entry usage.
|
void |
setAssetListEntryId(long assetListEntryId)
Sets the asset list entry ID of this asset list entry usage.
|
void |
setAssetListEntryUsageId(long assetListEntryUsageId)
Sets the asset list entry usage ID of this asset list entry usage.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this asset list entry usage.
|
void |
setClassPK(long classPK)
Sets the class pk of this asset list entry usage.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset list entry usage.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset list entry usage.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset list entry usage.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset list entry usage.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset list entry usage.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset list entry usage.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset list entry usage.
|
void |
setPortletId(java.lang.String portletId)
Sets the portlet ID of this asset list entry usage.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset list entry usage.
|
void |
setUserId(long userId)
Sets the user ID of this asset list entry usage.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset list entry usage.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset list entry usage.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset list entry usage.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypelong getPrimaryKey()
getPrimaryKey in interface CTModel<AssetListEntryUsage>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetListEntryUsage>primaryKey - the primary key of this asset list entry usagelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset list entry usagelong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetListEntryUsage>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetListEntryUsage>ctCollectionId - the ct collection ID of this asset list entry usage@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface StagedModeluuid - the uuid of this asset list entry usagelong getAssetListEntryUsageId()
void setAssetListEntryUsageId(long assetListEntryUsageId)
assetListEntryUsageId - the asset list entry usage ID of this asset list entry usagelong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this asset list entry usagelong 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 list entry usagelong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this asset list entry usagejava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this asset list entry usage@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this asset list entry usagejava.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 list entry usagejava.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 list entry usagelong getAssetListEntryId()
void setAssetListEntryId(long assetListEntryId)
assetListEntryId - the asset list entry ID of this asset list entry usagejava.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 list entry usagelong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this asset list entry usage@AutoEscape java.lang.String getPortletId()
void setPortletId(java.lang.String portletId)
portletId - the portlet ID of this asset list entry usagejava.util.Date getLastPublishDate()
getLastPublishDate in interface StagedGroupedModelvoid setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset list entry usage