@ProviderType public interface AssetListEntryUsageModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.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 |
|---|---|
AssetListEntryUsage |
cloneWithOriginalValues() |
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.lang.String |
getContainerKey()
Returns the container key of this asset list entry usage.
|
long |
getContainerType()
Returns the container type 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.lang.String |
getKey()
Returns the key 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.
|
long |
getPlid()
Returns the plid 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.
|
int |
getType()
Returns the type 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 |
setContainerKey(java.lang.String containerKey)
Sets the container key of this asset list entry usage.
|
void |
setContainerType(long containerType)
Sets the container type 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 |
setKey(java.lang.String key)
Sets the key 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 |
setPlid(long plid)
Sets the plid 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 |
setType(int type)
Sets the type 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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>primaryKey - the primary key of this asset list entry usagelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset list entry usagelong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>ctCollectionId - the ct collection ID of this asset list entry usage@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this asset list entry usagelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this asset list entry usagelong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this asset list entry usagejava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this asset list entry usage@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this asset list entry usagejava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this asset list entry usagejava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this asset list entry usagelong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this asset list entry usage@AutoEscape java.lang.String getContainerKey()
void setContainerKey(java.lang.String containerKey)
containerKey - the container key of this asset list entry usagelong getContainerType()
void setContainerType(long containerType)
containerType - the container type of this asset list entry usage@AutoEscape java.lang.String getKey()
void setKey(java.lang.String key)
key - the key of this asset list entry usagelong getPlid()
void setPlid(long plid)
plid - the plid 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 usageint getType()
void setType(int type)
type - the type of this asset list entry usagejava.util.Date getLastPublishDate()
getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelvoid setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this asset list entry usageAssetListEntryUsage cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>default java.lang.String toXmlString()