@ProviderType public interface AssetListEntryAssetEntryRelModel extends BaseModel<AssetListEntryAssetEntryRel>, CTModel<AssetListEntryAssetEntryRel>, MVCCModel, ShardedModel, StagedGroupedModel
This interface and its corresponding implementation com.liferay.asset.list.model.impl.AssetListEntryAssetEntryRelModelImpl 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.AssetListEntryAssetEntryRelImpl.
AssetListEntryAssetEntryRel| Modifier and Type | Method and Description |
|---|---|
long |
getAssetEntryId()
Returns the asset entry ID of this asset list entry asset entry rel.
|
long |
getAssetListEntryAssetEntryRelId()
Returns the asset list entry asset entry rel ID of this asset list entry asset entry rel.
|
long |
getAssetListEntryId()
Returns the asset list entry ID of this asset list entry asset entry rel.
|
long |
getCompanyId()
Returns the company ID of this asset list entry asset entry rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset list entry asset entry rel.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset list entry asset entry rel.
|
long |
getGroupId()
Returns the group ID of this asset list entry asset entry rel.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset list entry asset entry rel.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this asset list entry asset entry rel.
|
long |
getMvccVersion()
Returns the mvcc version of this asset list entry asset entry rel.
|
int |
getPosition()
Returns the position of this asset list entry asset entry rel.
|
long |
getPrimaryKey()
Returns the primary key of this asset list entry asset entry rel.
|
long |
getSegmentsEntryId()
Returns the segments entry ID of this asset list entry asset entry rel.
|
long |
getUserId()
Returns the user ID of this asset list entry asset entry rel.
|
java.lang.String |
getUserName()
Returns the user name of this asset list entry asset entry rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset list entry asset entry rel.
|
java.lang.String |
getUuid()
Returns the uuid of this asset list entry asset entry rel.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset list entry asset entry rel.
|
void |
setAssetListEntryAssetEntryRelId(long assetListEntryAssetEntryRelId)
Sets the asset list entry asset entry rel ID of this asset list entry asset entry rel.
|
void |
setAssetListEntryId(long assetListEntryId)
Sets the asset list entry ID of this asset list entry asset entry rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset list entry asset entry rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset list entry asset entry rel.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset list entry asset entry rel.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset list entry asset entry rel.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset list entry asset entry rel.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset list entry asset entry rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset list entry asset entry rel.
|
void |
setPosition(int position)
Sets the position of this asset list entry asset entry rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset list entry asset entry rel.
|
void |
setSegmentsEntryId(long segmentsEntryId)
Sets the segments entry ID of this asset list entry asset entry rel.
|
void |
setUserId(long userId)
Sets the user ID of this asset list entry asset entry rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset list entry asset entry rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset list entry asset entry rel.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset list entry asset entry rel.
|
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<AssetListEntryAssetEntryRel>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetListEntryAssetEntryRel>primaryKey - the primary key of this asset list entry asset entry rellong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset list entry asset entry rellong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetListEntryAssetEntryRel>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetListEntryAssetEntryRel>ctCollectionId - the ct collection ID of this asset list entry asset entry rel@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 asset entry rellong getAssetListEntryAssetEntryRelId()
void setAssetListEntryAssetEntryRelId(long assetListEntryAssetEntryRelId)
assetListEntryAssetEntryRelId - the asset list entry asset entry rel ID of this asset list entry asset entry rellong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this asset list entry asset entry rellong 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 asset entry rellong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this asset list entry asset entry reljava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this asset list entry asset entry rel@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 asset entry reljava.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 asset entry reljava.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 asset entry rellong getAssetListEntryId()
void setAssetListEntryId(long assetListEntryId)
assetListEntryId - the asset list entry ID of this asset list entry asset entry rellong getAssetEntryId()
void setAssetEntryId(long assetEntryId)
assetEntryId - the asset entry ID of this asset list entry asset entry rellong getSegmentsEntryId()
void setSegmentsEntryId(long segmentsEntryId)
segmentsEntryId - the segments entry ID of this asset list entry asset entry relint getPosition()
void setPosition(int position)
position - the position of this asset list entry asset entry reljava.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 asset entry rel