com.liferay.layout.model.impl.LayoutClassedModelUsageImpl@Deprecated @ProviderType public interface AssetEntryUsageModel extends BaseModel<AssetEntryUsage>, CTModel<AssetEntryUsage>, MVCCModel, ShardedModel, StagedModel
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()
Deprecated.
Returns the asset entry ID of this asset entry usage.
|
long |
getAssetEntryUsageId()
Deprecated.
Returns the asset entry usage ID of this asset entry usage.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this asset entry usage.
|
java.lang.String |
getContainerKey()
Deprecated.
Returns the container key of this asset entry usage.
|
long |
getContainerType()
Deprecated.
Returns the container type of this asset entry usage.
|
java.util.Date |
getCreateDate()
Deprecated.
Returns the create date of this asset entry usage.
|
long |
getCtCollectionId()
Deprecated.
Returns the ct collection ID of this asset entry usage.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this asset entry usage.
|
java.util.Date |
getLastPublishDate()
Deprecated.
Returns the last publish date of this asset entry usage.
|
java.util.Date |
getModifiedDate()
Deprecated.
Returns the modified date of this asset entry usage.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this asset entry usage.
|
long |
getPlid()
Deprecated.
Returns the plid of this asset entry usage.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this asset entry usage.
|
int |
getType()
Deprecated.
Returns the type of this asset entry usage.
|
java.lang.String |
getUuid()
Deprecated.
Returns the uuid of this asset entry usage.
|
void |
setAssetEntryId(long assetEntryId)
Deprecated.
Sets the asset entry ID of this asset entry usage.
|
void |
setAssetEntryUsageId(long assetEntryUsageId)
Deprecated.
Sets the asset entry usage ID of this asset entry usage.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this asset entry usage.
|
void |
setContainerKey(java.lang.String containerKey)
Deprecated.
Sets the container key of this asset entry usage.
|
void |
setContainerType(long containerType)
Deprecated.
Sets the container type of this asset entry usage.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
Sets the create date of this asset entry usage.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
Sets the ct collection ID of this asset entry usage.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this asset entry usage.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Deprecated.
Sets the last publish date of this asset entry usage.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
Sets the modified date of this asset entry usage.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this asset entry usage.
|
void |
setPlid(long plid)
Deprecated.
Sets the plid of this asset entry usage.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this asset entry usage.
|
void |
setType(int type)
Deprecated.
Sets the type of this asset entry usage.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
Sets the uuid of this asset 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<AssetEntryUsage>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetEntryUsage>primaryKey - the primary key of this asset entry usagelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset entry usagelong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetEntryUsage>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetEntryUsage>ctCollectionId - the ct collection ID of this asset 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 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 usagelong getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset entry usagejava.util.Date getCreateDate()
getCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface StagedModelcreateDate - the create date of this asset entry usagejava.util.Date getModifiedDate()
getModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface StagedModelmodifiedDate - 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