public class AssetListEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry> implements AssetListEntry, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntry>
This class is a wrapper for AssetListEntry.
AssetListEntry,
Serialized FormASSET_LIST_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AssetListEntryWrapper(AssetListEntry assetListEntry) |
| Modifier and Type | Method and Description |
|---|---|
AssetListEntry |
cloneWithOriginalValues() |
java.lang.String |
getAssetEntrySubtype()
Returns the asset entry subtype of this asset list entry.
|
java.lang.String |
getAssetEntryType()
Returns the asset entry type of this asset list entry.
|
long |
getAssetListEntryId()
Returns the asset list entry ID of this asset list entry.
|
java.lang.String |
getAssetListEntryKey()
Returns the asset list entry key of this asset list entry.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetListEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this asset list entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset list entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset list entry.
|
long |
getGroupId()
Returns the group ID of this asset list entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset list entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset list entry.
|
long |
getMvccVersion()
Returns the mvcc version of this asset list entry.
|
long |
getPrimaryKey()
Returns the primary key of this asset list entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this asset list entry.
|
int |
getType()
Returns the type of this asset list entry.
|
java.lang.String |
getTypeLabel() |
java.lang.String |
getTypeSettings(long segmentsEntryId) |
java.lang.String |
getUnambiguousTitle(java.util.Locale locale) |
long |
getUserId()
Returns the user ID of this asset list entry.
|
java.lang.String |
getUserName()
Returns the user name of this asset list entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset list entry.
|
java.lang.String |
getUuid()
Returns the uuid of this asset list entry.
|
void |
persist() |
void |
setAssetEntrySubtype(java.lang.String assetEntrySubtype)
Sets the asset entry subtype of this asset list entry.
|
void |
setAssetEntryType(java.lang.String assetEntryType)
Sets the asset entry type of this asset list entry.
|
void |
setAssetListEntryId(long assetListEntryId)
Sets the asset list entry ID of this asset list entry.
|
void |
setAssetListEntryKey(java.lang.String assetListEntryKey)
Sets the asset list entry key of this asset list entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset list entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset list entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset list entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset list entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset list entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset list entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset list entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset list entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this asset list entry.
|
void |
setType(int type)
Sets the type of this asset list entry.
|
void |
setUserId(long userId)
Sets the user ID of this asset list entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset list entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset list entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset list entry.
|
protected AssetListEntryWrapper |
wrap(AssetListEntry assetListEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic AssetListEntryWrapper(AssetListEntry assetListEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>public AssetListEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AssetListEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>public java.lang.String getAssetEntrySubtype()
getAssetEntrySubtype in interface AssetListEntryModelpublic java.lang.String getAssetEntryType()
getAssetEntryType in interface AssetListEntryModelpublic long getAssetListEntryId()
getAssetListEntryId in interface AssetListEntryModelpublic java.lang.String getAssetListEntryKey()
getAssetListEntryKey in interface AssetListEntryModelpublic long getCompanyId()
getCompanyId in interface AssetListEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AssetListEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetListEntryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>public long getGroupId()
getGroupId in interface AssetListEntryModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface AssetListEntryModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AssetListEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface AssetListEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetListEntryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>public java.lang.String getTitle()
getTitle in interface AssetListEntryModelpublic int getType()
getType in interface AssetListEntryModelpublic java.lang.String getTypeLabel()
getTypeLabel in interface AssetListEntrypublic java.lang.String getTypeSettings(long segmentsEntryId)
getTypeSettings in interface AssetListEntrypublic java.lang.String getUnambiguousTitle(java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException
getUnambiguousTitle in interface AssetListEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic long getUserId()
getUserId in interface AssetListEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AssetListEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AssetListEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface AssetListEntryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssetEntrySubtype(java.lang.String assetEntrySubtype)
setAssetEntrySubtype in interface AssetListEntryModelassetEntrySubtype - the asset entry subtype of this asset list entrypublic void setAssetEntryType(java.lang.String assetEntryType)
setAssetEntryType in interface AssetListEntryModelassetEntryType - the asset entry type of this asset list entrypublic void setAssetListEntryId(long assetListEntryId)
setAssetListEntryId in interface AssetListEntryModelassetListEntryId - the asset list entry ID of this asset list entrypublic void setAssetListEntryKey(java.lang.String assetListEntryKey)
setAssetListEntryKey in interface AssetListEntryModelassetListEntryKey - the asset list entry key of this asset list entrypublic void setCompanyId(long companyId)
setCompanyId in interface AssetListEntryModelsetCompanyId 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 entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AssetListEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this asset list entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetListEntryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>ctCollectionId - the ct collection ID of this asset list entrypublic void setGroupId(long groupId)
setGroupId in interface AssetListEntryModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this asset list entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface AssetListEntryModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this asset list entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AssetListEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this asset list entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetListEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset list entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetListEntryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>primaryKey - the primary key of this asset list entrypublic void setTitle(java.lang.String title)
setTitle in interface AssetListEntryModeltitle - the title of this asset list entrypublic void setType(int type)
setType in interface AssetListEntryModeltype - the type of this asset list entrypublic void setUserId(long userId)
setUserId in interface AssetListEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this asset list entrypublic void setUserName(java.lang.String userName)
setUserName in interface AssetListEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this asset list entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AssetListEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this asset list entrypublic void setUuid(java.lang.String uuid)
setUuid in interface AssetListEntryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this asset list entrypublic java.util.Map<java.lang.String,java.util.function.Function<AssetListEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected AssetListEntryWrapper wrap(AssetListEntry assetListEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry>