Class AssetListEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry>
com.liferay.asset.list.model.AssetListEntryWrapper
All Implemented Interfaces:
AssetListEntry, AssetListEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AssetListEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<AssetListEntry>

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.

See Also:
Generated:
  • Constructor Details

    • AssetListEntryWrapper

      public AssetListEntryWrapper(AssetListEntry assetListEntry)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
    • cloneWithOriginalValues

      public AssetListEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetListEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
    • getAssetEntrySubtype

      public String getAssetEntrySubtype()
      Returns the asset entry subtype of this asset list entry.
      Specified by:
      getAssetEntrySubtype in interface AssetListEntryModel
      Returns:
      the asset entry subtype of this asset list entry
    • getAssetEntryType

      public String getAssetEntryType()
      Returns the asset entry type of this asset list entry.
      Specified by:
      getAssetEntryType in interface AssetListEntryModel
      Returns:
      the asset entry type of this asset list entry
    • getAssetListEntryId

      public long getAssetListEntryId()
      Returns the asset list entry ID of this asset list entry.
      Specified by:
      getAssetListEntryId in interface AssetListEntryModel
      Returns:
      the asset list entry ID of this asset list entry
    • getAssetListEntryKey

      public String getAssetListEntryKey()
      Returns the asset list entry key of this asset list entry.
      Specified by:
      getAssetListEntryKey in interface AssetListEntryModel
      Returns:
      the asset list entry key of this asset list entry
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this asset list entry.
      Specified by:
      getCompanyId in interface AssetListEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this asset list entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this asset list entry.
      Specified by:
      getCreateDate in interface AssetListEntryModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this asset list entry
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this asset list entry.
      Specified by:
      getCtCollectionId in interface AssetListEntryModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>
      Returns:
      the ct collection ID of this asset list entry
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this asset list entry.
      Specified by:
      getExternalReferenceCode in interface AssetListEntryModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this asset list entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this asset list entry.
      Specified by:
      getGroupId in interface AssetListEntryModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this asset list entry
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this asset list entry.
      Specified by:
      getLastPublishDate in interface AssetListEntryModel
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this asset list entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this asset list entry.
      Specified by:
      getModifiedDate in interface AssetListEntryModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this asset list entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this asset list entry.
      Specified by:
      getMvccVersion in interface AssetListEntryModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this asset list entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this asset list entry.
      Specified by:
      getPrimaryKey in interface AssetListEntryModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>
      Returns:
      the primary key of this asset list entry
    • getTitle

      public String getTitle()
      Returns the title of this asset list entry.
      Specified by:
      getTitle in interface AssetListEntryModel
      Returns:
      the title of this asset list entry
    • getType

      public int getType()
      Returns the type of this asset list entry.
      Specified by:
      getType in interface AssetListEntryModel
      Returns:
      the type of this asset list entry
    • getTypeLabel

      public String getTypeLabel()
      Specified by:
      getTypeLabel in interface AssetListEntry
    • getTypeSettings

      public String getTypeSettings(long segmentsEntryId)
      Specified by:
      getTypeSettings in interface AssetListEntry
    • getUnambiguousTitle

      public String getUnambiguousTitle(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUnambiguousTitle in interface AssetListEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserId

      public long getUserId()
      Returns the user ID of this asset list entry.
      Specified by:
      getUserId in interface AssetListEntryModel
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this asset list entry
    • getUserName

      public String getUserName()
      Returns the user name of this asset list entry.
      Specified by:
      getUserName in interface AssetListEntryModel
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this asset list entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this asset list entry.
      Specified by:
      getUserUuid in interface AssetListEntryModel
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this asset list entry
    • getUuid

      public String getUuid()
      Returns the uuid of this asset list entry.
      Specified by:
      getUuid in interface AssetListEntryModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this asset list entry
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAssetEntrySubtype

      public void setAssetEntrySubtype(String assetEntrySubtype)
      Sets the asset entry subtype of this asset list entry.
      Specified by:
      setAssetEntrySubtype in interface AssetListEntryModel
      Parameters:
      assetEntrySubtype - the asset entry subtype of this asset list entry
    • setAssetEntryType

      public void setAssetEntryType(String assetEntryType)
      Sets the asset entry type of this asset list entry.
      Specified by:
      setAssetEntryType in interface AssetListEntryModel
      Parameters:
      assetEntryType - the asset entry type of this asset list entry
    • setAssetListEntryId

      public void setAssetListEntryId(long assetListEntryId)
      Sets the asset list entry ID of this asset list entry.
      Specified by:
      setAssetListEntryId in interface AssetListEntryModel
      Parameters:
      assetListEntryId - the asset list entry ID of this asset list entry
    • setAssetListEntryKey

      public void setAssetListEntryKey(String assetListEntryKey)
      Sets the asset list entry key of this asset list entry.
      Specified by:
      setAssetListEntryKey in interface AssetListEntryModel
      Parameters:
      assetListEntryKey - the asset list entry key of this asset list entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this asset list entry.
      Specified by:
      setCompanyId in interface AssetListEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this asset list entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this asset list entry.
      Specified by:
      setCreateDate in interface AssetListEntryModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this asset list entry
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset list entry.
      Specified by:
      setCtCollectionId in interface AssetListEntryModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this asset list entry
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this asset list entry.
      Specified by:
      setExternalReferenceCode in interface AssetListEntryModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this asset list entry
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this asset list entry.
      Specified by:
      setGroupId in interface AssetListEntryModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this asset list entry
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this asset list entry.
      Specified by:
      setLastPublishDate in interface AssetListEntryModel
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this asset list entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset list entry.
      Specified by:
      setModifiedDate in interface AssetListEntryModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this asset list entry
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this asset list entry.
      Specified by:
      setMvccVersion in interface AssetListEntryModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this asset list entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset list entry.
      Specified by:
      setPrimaryKey in interface AssetListEntryModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntry>
      Parameters:
      primaryKey - the primary key of this asset list entry
    • setTitle

      public void setTitle(String title)
      Sets the title of this asset list entry.
      Specified by:
      setTitle in interface AssetListEntryModel
      Parameters:
      title - the title of this asset list entry
    • setType

      public void setType(int type)
      Sets the type of this asset list entry.
      Specified by:
      setType in interface AssetListEntryModel
      Parameters:
      type - the type of this asset list entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this asset list entry.
      Specified by:
      setUserId in interface AssetListEntryModel
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this asset list entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this asset list entry.
      Specified by:
      setUserName in interface AssetListEntryModel
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this asset list entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this asset list entry.
      Specified by:
      setUserUuid in interface AssetListEntryModel
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this asset list entry
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this asset list entry.
      Specified by:
      setUuid in interface AssetListEntryModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this asset list entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface AssetListEntryModel
    • getAttributeGetterFunctions

      public Map<String,Function<AssetListEntry,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<AssetListEntry,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected AssetListEntryWrapper wrap(AssetListEntry assetListEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry>