@ProviderType public interface AssetEntryUsageModel extends com.liferay.portal.kernel.model.BaseModel<AssetEntryUsage>, com.liferay.portal.kernel.model.MVCCModel
This interface and its corresponding implementation com.liferay.asset.model.impl.AssetEntryUsageModelImpl
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.model.impl.AssetEntryUsageImpl
.
AssetEntryUsage
Modifier and Type | Method and Description |
---|---|
long |
getAssetEntryId()
Returns the asset entry ID of this asset entry usage.
|
long |
getAssetEntryUsageId()
Returns the asset entry usage ID of this asset entry usage.
|
java.lang.String |
getContainerKey()
Returns the container key of this asset entry usage.
|
long |
getContainerType()
Returns the container type of this asset entry usage.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset entry usage.
|
long |
getGroupId()
Returns the group ID of this asset entry usage.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset entry usage.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this asset entry usage.
|
long |
getMvccVersion()
Returns the mvcc version of this asset entry usage.
|
long |
getPlid()
Returns the plid of this asset entry usage.
|
long |
getPrimaryKey()
Returns the primary key of this asset entry usage.
|
int |
getType()
Returns the type of this asset entry usage.
|
java.lang.String |
getUuid()
Returns the uuid of this asset entry usage.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset entry usage.
|
void |
setAssetEntryUsageId(long assetEntryUsageId)
Sets the asset entry usage ID of this asset entry usage.
|
void |
setContainerKey(java.lang.String containerKey)
Sets the container key of this asset entry usage.
|
void |
setContainerType(long containerType)
Sets the container type of this asset entry usage.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset entry usage.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset entry usage.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset entry usage.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset entry usage.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset entry usage.
|
void |
setPlid(long plid)
Sets the plid of this asset entry usage.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset entry usage.
|
void |
setType(int type)
Sets the type of this asset entry usage.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset entry usage.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this asset entry usagelong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this asset entry usage@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid
- the uuid of this asset entry usagelong getAssetEntryUsageId()
void setAssetEntryUsageId(long assetEntryUsageId)
assetEntryUsageId
- the asset entry usage ID of this asset entry usagelong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this asset entry usagejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this asset entry usagejava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this asset entry usagelong getAssetEntryId()
void setAssetEntryId(long assetEntryId)
assetEntryId
- the asset entry ID of this asset entry usagelong getContainerType()
void setContainerType(long containerType)
containerType
- the container type of this asset entry usage@AutoEscape java.lang.String getContainerKey()
void setContainerKey(java.lang.String containerKey)
containerKey
- the container key of this asset entry usagelong getPlid()
void setPlid(long plid)
plid
- the plid of this asset entry usageint getType()
void setType(int type)
type
- the type of this asset entry usagejava.util.Date getLastPublishDate()
void setLastPublishDate(java.util.Date lastPublishDate)
lastPublishDate
- the last publish date of this asset entry usage