Class AssetDisplayPageEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetDisplayPageEntry>
com.liferay.asset.display.page.model.AssetDisplayPageEntryWrapper
All Implemented Interfaces:
AssetDisplayPageEntry, AssetDisplayPageEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AssetDisplayPageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetDisplayPageEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<AssetDisplayPageEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<AssetDisplayPageEntry>

public class AssetDisplayPageEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetDisplayPageEntry> implements AssetDisplayPageEntry, com.liferay.portal.kernel.model.ModelWrapper<AssetDisplayPageEntry>

This class is a wrapper for AssetDisplayPageEntry.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.asset.display.page.model.AssetDisplayPageEntry

    ASSET_DISPLAY_PAGE_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the asset display page entry ID of this asset display page entry.
     
     
    Returns the fully qualified class name of this asset display page entry.
    long
    Returns the class name ID of this asset display page entry.
    long
    Returns the class pk of this asset display page entry.
    long
    Returns the company ID of this asset display page entry.
    Returns the create date of this asset display page entry.
    long
    Returns the ct collection ID of this asset display page entry.
    long
    Returns the group ID of this asset display page entry.
    long
    Returns the layout page template entry ID of this asset display page entry.
     
    Returns the modified date of this asset display page entry.
    long
    Returns the mvcc version of this asset display page entry.
    long
    Returns the plid of this asset display page entry.
    long
    Returns the primary key of this asset display page entry.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    int
    Returns the type of this asset display page entry.
    long
    Returns the user ID of this asset display page entry.
    Returns the user name of this asset display page entry.
    Returns the user uuid of this asset display page entry.
    Returns the uuid of this asset display page entry.
    void
     
    void
    setAssetDisplayPageEntryId(long assetDisplayPageEntryId)
    Sets the asset display page entry ID of this asset display page entry.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this asset display page entry.
    void
    setClassPK(long classPK)
    Sets the class pk of this asset display page entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this asset display page entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this asset display page entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this asset display page entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this asset display page entry.
    void
    setLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
    Sets the layout page template entry ID of this asset display page entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this asset display page entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this asset display page entry.
    void
    setPlid(long plid)
    Sets the plid of this asset display page entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this asset display page entry.
    void
    setType(int type)
    Sets the type of this asset display page entry.
    void
    setUserId(long userId)
    Sets the user ID of this asset display page entry.
    void
    setUserName(String userName)
    Sets the user name of this asset display page entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this asset display page entry.
    void
    Sets the uuid of this asset display page entry.
     
    wrap(AssetDisplayPageEntry assetDisplayPageEntry)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel

    Methods inherited from interface com.liferay.portal.kernel.model.StagedModel

    clone
  • Constructor Details

    • AssetDisplayPageEntryWrapper

      public AssetDisplayPageEntryWrapper(AssetDisplayPageEntry assetDisplayPageEntry)
  • Method Details

    • getModelAttributes

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

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

      public AssetDisplayPageEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetDisplayPageEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetDisplayPageEntry>
    • getAssetDisplayPageEntryId

      public long getAssetDisplayPageEntryId()
      Returns the asset display page entry ID of this asset display page entry.
      Specified by:
      getAssetDisplayPageEntryId in interface AssetDisplayPageEntryModel
      Returns:
      the asset display page entry ID of this asset display page entry
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this asset display page entry.
      Specified by:
      getClassName in interface AssetDisplayPageEntryModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this asset display page entry
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this asset display page entry.
      Specified by:
      getClassNameId in interface AssetDisplayPageEntryModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this asset display page entry
    • getClassPK

      public long getClassPK()
      Returns the class pk of this asset display page entry.
      Specified by:
      getClassPK in interface AssetDisplayPageEntryModel
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this asset display page entry
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this asset display page entry.
      Specified by:
      getCompanyId in interface AssetDisplayPageEntryModel
      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 display page entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this asset display page entry.
      Specified by:
      getCreateDate in interface AssetDisplayPageEntryModel
      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 display page entry
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this asset display page entry.
      Specified by:
      getCtCollectionId in interface AssetDisplayPageEntryModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetDisplayPageEntry>
      Returns:
      the ct collection ID of this asset display page entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this asset display page entry.
      Specified by:
      getGroupId in interface AssetDisplayPageEntryModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this asset display page entry
    • getLayoutPageTemplateEntryId

      public long getLayoutPageTemplateEntryId()
      Returns the layout page template entry ID of this asset display page entry.
      Specified by:
      getLayoutPageTemplateEntryId in interface AssetDisplayPageEntryModel
      Returns:
      the layout page template entry ID of this asset display page entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this asset display page entry.
      Specified by:
      getModifiedDate in interface AssetDisplayPageEntryModel
      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 display page entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this asset display page entry.
      Specified by:
      getMvccVersion in interface AssetDisplayPageEntryModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this asset display page entry
    • getPlid

      public long getPlid()
      Returns the plid of this asset display page entry.
      Specified by:
      getPlid in interface AssetDisplayPageEntryModel
      Returns:
      the plid of this asset display page entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this asset display page entry.
      Specified by:
      getPrimaryKey in interface AssetDisplayPageEntryModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetDisplayPageEntry>
      Returns:
      the primary key of this asset display page entry
    • getType

      public int getType()
      Returns the type of this asset display page entry.
      Specified by:
      getType in interface AssetDisplayPageEntryModel
      Returns:
      the type of this asset display page entry
    • getUserId

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

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

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

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

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

      public void setAssetDisplayPageEntryId(long assetDisplayPageEntryId)
      Sets the asset display page entry ID of this asset display page entry.
      Specified by:
      setAssetDisplayPageEntryId in interface AssetDisplayPageEntryModel
      Parameters:
      assetDisplayPageEntryId - the asset display page entry ID of this asset display page entry
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface AssetDisplayPageEntryModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this asset display page entry.
      Specified by:
      setClassNameId in interface AssetDisplayPageEntryModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this asset display page entry
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this asset display page entry.
      Specified by:
      setClassPK in interface AssetDisplayPageEntryModel
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this asset display page entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this asset display page entry.
      Specified by:
      setCompanyId in interface AssetDisplayPageEntryModel
      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 display page entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this asset display page entry.
      Specified by:
      setCreateDate in interface AssetDisplayPageEntryModel
      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 display page entry
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset display page entry.
      Specified by:
      setCtCollectionId in interface AssetDisplayPageEntryModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetDisplayPageEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this asset display page entry
    • setGroupId

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

      public void setLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
      Sets the layout page template entry ID of this asset display page entry.
      Specified by:
      setLayoutPageTemplateEntryId in interface AssetDisplayPageEntryModel
      Parameters:
      layoutPageTemplateEntryId - the layout page template entry ID of this asset display page entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset display page entry.
      Specified by:
      setModifiedDate in interface AssetDisplayPageEntryModel
      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 display page entry
    • setMvccVersion

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

      public void setPlid(long plid)
      Sets the plid of this asset display page entry.
      Specified by:
      setPlid in interface AssetDisplayPageEntryModel
      Parameters:
      plid - the plid of this asset display page entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset display page entry.
      Specified by:
      setPrimaryKey in interface AssetDisplayPageEntryModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetDisplayPageEntry>
      Parameters:
      primaryKey - the primary key of this asset display page entry
    • setType

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

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

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

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

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

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

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

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

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

      protected AssetDisplayPageEntryWrapper wrap(AssetDisplayPageEntry assetDisplayPageEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetDisplayPageEntry>