Class AssetListEntrySegmentsEntryRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntrySegmentsEntryRel>
com.liferay.asset.list.model.AssetListEntrySegmentsEntryRelWrapper
All Implemented Interfaces:
AssetListEntrySegmentsEntryRel, AssetListEntrySegmentsEntryRelModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntrySegmentsEntryRel>, 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<AssetListEntrySegmentsEntryRel>

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

This class is a wrapper for AssetListEntrySegmentsEntryRel.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.asset.list.model.AssetListEntrySegmentsEntryRel

    ASSET_LIST_ENTRY_SEGMENTS_ENTRY_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the asset list entry ID of this asset list entry segments entry rel.
    long
    Returns the asset list entry segments entry rel ID of this asset list entry segments entry rel.
     
     
    long
    Returns the company ID of this asset list entry segments entry rel.
    Returns the create date of this asset list entry segments entry rel.
    long
    Returns the ct collection ID of this asset list entry segments entry rel.
    long
    Returns the group ID of this asset list entry segments entry rel.
    Returns the last publish date of this asset list entry segments entry rel.
     
    Returns the modified date of this asset list entry segments entry rel.
    long
    Returns the mvcc version of this asset list entry segments entry rel.
    long
    Returns the primary key of this asset list entry segments entry rel.
    int
    Returns the priority of this asset list entry segments entry rel.
    long
    Returns the segments entry ID of this asset list entry segments entry rel.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    Returns the type settings of this asset list entry segments entry rel.
    long
    Returns the user ID of this asset list entry segments entry rel.
    Returns the user name of this asset list entry segments entry rel.
    Returns the user uuid of this asset list entry segments entry rel.
    Returns the uuid of this asset list entry segments entry rel.
    void
     
    void
    setAssetListEntryId(long assetListEntryId)
    Sets the asset list entry ID of this asset list entry segments entry rel.
    void
    setAssetListEntrySegmentsEntryRelId(long assetListEntrySegmentsEntryRelId)
    Sets the asset list entry segments entry rel ID of this asset list entry segments entry rel.
    void
    setCompanyId(long companyId)
    Sets the company ID of this asset list entry segments entry rel.
    void
    setCreateDate(Date createDate)
    Sets the create date of this asset list entry segments entry rel.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this asset list entry segments entry rel.
    void
    setGroupId(long groupId)
    Sets the group ID of this asset list entry segments entry rel.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this asset list entry segments entry rel.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this asset list entry segments entry rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this asset list entry segments entry rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this asset list entry segments entry rel.
    void
    setPriority(int priority)
    Sets the priority of this asset list entry segments entry rel.
    void
    setSegmentsEntryId(long segmentsEntryId)
    Sets the segments entry ID of this asset list entry segments entry rel.
    void
    setTypeSettings(String typeSettings)
    Sets the type settings of this asset list entry segments entry rel.
    void
    setUserId(long userId)
    Sets the user ID of this asset list entry segments entry rel.
    void
    setUserName(String userName)
    Sets the user name of this asset list entry segments entry rel.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this asset list entry segments entry rel.
    void
    Sets the uuid of this asset list entry segments entry rel.
     
    wrap(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
     

    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

  • Method Details

    • getModelAttributes

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

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

      public AssetListEntrySegmentsEntryRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetListEntrySegmentsEntryRelModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
    • getAssetListEntryId

      public long getAssetListEntryId()
      Returns the asset list entry ID of this asset list entry segments entry rel.
      Specified by:
      getAssetListEntryId in interface AssetListEntrySegmentsEntryRelModel
      Returns:
      the asset list entry ID of this asset list entry segments entry rel
    • getAssetListEntrySegmentsEntryRelId

      public long getAssetListEntrySegmentsEntryRelId()
      Returns the asset list entry segments entry rel ID of this asset list entry segments entry rel.
      Specified by:
      getAssetListEntrySegmentsEntryRelId in interface AssetListEntrySegmentsEntryRelModel
      Returns:
      the asset list entry segments entry rel ID of this asset list entry segments entry rel
    • getCompanyId

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

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

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

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

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this asset list entry segments entry rel.
      Specified by:
      getPrimaryKey in interface AssetListEntrySegmentsEntryRelModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
      Returns:
      the primary key of this asset list entry segments entry rel
    • getPriority

      public int getPriority()
      Returns the priority of this asset list entry segments entry rel.
      Specified by:
      getPriority in interface AssetListEntrySegmentsEntryRelModel
      Returns:
      the priority of this asset list entry segments entry rel
    • getSegmentsEntryId

      public long getSegmentsEntryId()
      Returns the segments entry ID of this asset list entry segments entry rel.
      Specified by:
      getSegmentsEntryId in interface AssetListEntrySegmentsEntryRelModel
      Returns:
      the segments entry ID of this asset list entry segments entry rel
    • getTypeSettings

      public String getTypeSettings()
      Returns the type settings of this asset list entry segments entry rel.
      Specified by:
      getTypeSettings in interface AssetListEntrySegmentsEntryRelModel
      Returns:
      the type settings of this asset list entry segments entry rel
    • getUserId

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

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

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

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

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

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

      public void setAssetListEntrySegmentsEntryRelId(long assetListEntrySegmentsEntryRelId)
      Sets the asset list entry segments entry rel ID of this asset list entry segments entry rel.
      Specified by:
      setAssetListEntrySegmentsEntryRelId in interface AssetListEntrySegmentsEntryRelModel
      Parameters:
      assetListEntrySegmentsEntryRelId - the asset list entry segments entry rel ID of this asset list entry segments entry rel
    • setCompanyId

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

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

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

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

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

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

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

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

      public void setPriority(int priority)
      Sets the priority of this asset list entry segments entry rel.
      Specified by:
      setPriority in interface AssetListEntrySegmentsEntryRelModel
      Parameters:
      priority - the priority of this asset list entry segments entry rel
    • setSegmentsEntryId

      public void setSegmentsEntryId(long segmentsEntryId)
      Sets the segments entry ID of this asset list entry segments entry rel.
      Specified by:
      setSegmentsEntryId in interface AssetListEntrySegmentsEntryRelModel
      Parameters:
      segmentsEntryId - the segments entry ID of this asset list entry segments entry rel
    • setTypeSettings

      public void setTypeSettings(String typeSettings)
      Sets the type settings of this asset list entry segments entry rel.
      Specified by:
      setTypeSettings in interface AssetListEntrySegmentsEntryRelModel
      Parameters:
      typeSettings - the type settings of this asset list entry segments entry rel
    • setUserId

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

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

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

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

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

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

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

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

      protected AssetListEntrySegmentsEntryRelWrapper wrap(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntrySegmentsEntryRel>