public class AssetListEntryUsageWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntryUsage> implements AssetListEntryUsage, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntryUsage>
This class is a wrapper for AssetListEntryUsage.
AssetListEntryUsage,
Serialized FormASSET_LIST_ENTRY_USAGE_ID_ACCESSOR| Constructor and Description |
|---|
AssetListEntryUsageWrapper(AssetListEntryUsage 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.util.Map<java.lang.String,java.util.function.Function<AssetListEntryUsage,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntryUsage,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
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 |
persist() |
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 |
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 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.
|
java.lang.String |
toXmlString() |
protected AssetListEntryUsageWrapper |
wrap(AssetListEntryUsage assetListEntryUsage) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic AssetListEntryUsageWrapper(AssetListEntryUsage assetListEntryUsage)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>public AssetListEntryUsage cloneWithOriginalValues()
cloneWithOriginalValues in interface AssetListEntryUsageModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>public long getAssetListEntryId()
getAssetListEntryId in interface AssetListEntryUsageModelpublic long getAssetListEntryUsageId()
getAssetListEntryUsageId in interface AssetListEntryUsageModelpublic java.lang.String getClassName()
getClassName in interface AssetListEntryUsageModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface AssetListEntryUsageModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface AssetListEntryUsageModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface AssetListEntryUsageModelgetCompanyId 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.lang.String getContainerKey()
getContainerKey in interface AssetListEntryUsageModelpublic long getContainerType()
getContainerType in interface AssetListEntryUsageModelpublic java.util.Date getCreateDate()
getCreateDate in interface AssetListEntryUsageModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetListEntryUsageModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>public long getGroupId()
getGroupId in interface AssetListEntryUsageModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.lang.String getKey()
getKey in interface AssetListEntryUsageModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface AssetListEntryUsageModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AssetListEntryUsageModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface AssetListEntryUsageModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPlid()
getPlid in interface AssetListEntryUsageModelpublic java.lang.String getPortletId()
getPortletId in interface AssetListEntryUsageModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetListEntryUsageModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>public int getType()
getType in interface AssetListEntryUsageModelpublic long getUserId()
getUserId in interface AssetListEntryUsageModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AssetListEntryUsageModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AssetListEntryUsageModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface AssetListEntryUsageModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssetListEntryId(long assetListEntryId)
setAssetListEntryId in interface AssetListEntryUsageModelassetListEntryId - the asset list entry ID of this asset list entry usagepublic void setAssetListEntryUsageId(long assetListEntryUsageId)
setAssetListEntryUsageId in interface AssetListEntryUsageModelassetListEntryUsageId - the asset list entry usage ID of this asset list entry usagepublic void setClassName(java.lang.String className)
setClassName in interface AssetListEntryUsageModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AssetListEntryUsageModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this asset list entry usagepublic void setClassPK(long classPK)
setClassPK in interface AssetListEntryUsageModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this asset list entry usagepublic void setCompanyId(long companyId)
setCompanyId in interface AssetListEntryUsageModelsetCompanyId 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 usagepublic void setContainerKey(java.lang.String containerKey)
setContainerKey in interface AssetListEntryUsageModelcontainerKey - the container key of this asset list entry usagepublic void setContainerType(long containerType)
setContainerType in interface AssetListEntryUsageModelcontainerType - the container type of this asset list entry usagepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AssetListEntryUsageModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this asset list entry usagepublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetListEntryUsageModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>ctCollectionId - the ct collection ID of this asset list entry usagepublic void setGroupId(long groupId)
setGroupId in interface AssetListEntryUsageModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this asset list entry usagepublic void setKey(java.lang.String key)
setKey in interface AssetListEntryUsageModelkey - the key of this asset list entry usagepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface AssetListEntryUsageModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this asset list entry usagepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AssetListEntryUsageModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this asset list entry usagepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetListEntryUsageModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset list entry usagepublic void setPlid(long plid)
setPlid in interface AssetListEntryUsageModelplid - the plid of this asset list entry usagepublic void setPortletId(java.lang.String portletId)
setPortletId in interface AssetListEntryUsageModelportletId - the portlet ID of this asset list entry usagepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetListEntryUsageModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntryUsage>primaryKey - the primary key of this asset list entry usagepublic void setType(int type)
setType in interface AssetListEntryUsageModeltype - the type of this asset list entry usagepublic void setUserId(long userId)
setUserId in interface AssetListEntryUsageModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this asset list entry usagepublic void setUserName(java.lang.String userName)
setUserName in interface AssetListEntryUsageModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this asset list entry usagepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AssetListEntryUsageModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this asset list entry usagepublic void setUuid(java.lang.String uuid)
setUuid in interface AssetListEntryUsageModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this asset list entry usagepublic java.lang.String toXmlString()
toXmlString in interface AssetListEntryUsageModelpublic java.util.Map<java.lang.String,java.util.function.Function<AssetListEntryUsage,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntryUsage,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntryUsage>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected AssetListEntryUsageWrapper wrap(AssetListEntryUsage assetListEntryUsage)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntryUsage>