Class DepotEntryGroupRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryGroupRel>
com.liferay.depot.model.DepotEntryGroupRelWrapper
All Implemented Interfaces:
DepotEntryGroupRel, DepotEntryGroupRelModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<DepotEntryGroupRel>, 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<DepotEntryGroupRel>

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

This class is a wrapper for DepotEntryGroupRel.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.depot.model.DepotEntryGroupRel

    DEPOT_ENTRY_GROUP_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this depot entry group rel.
    Returns the create date of this depot entry group rel.
    long
    Returns the ct collection ID of this depot entry group rel.
    boolean
    Returns the ddm structures available of this depot entry group rel.
    long
    Returns the depot entry group rel ID of this depot entry group rel.
    long
    Returns the depot entry ID of this depot entry group rel.
    long
    Returns the group ID of this depot entry group rel.
    Returns the last publish date of this depot entry group rel.
     
    Returns the modified date of this depot entry group rel.
    long
    Returns the mvcc version of this depot entry group rel.
    long
    Returns the primary key of this depot entry group rel.
    boolean
    Returns the searchable of this depot entry group rel.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the to group ID of this depot entry group rel.
    long
    Returns the user ID of this depot entry group rel.
    Returns the user name of this depot entry group rel.
    Returns the user uuid of this depot entry group rel.
    Returns the uuid of this depot entry group rel.
    boolean
    Returns true if this depot entry group rel is ddm structures available.
    boolean
    Returns true if this depot entry group rel is searchable.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this depot entry group rel.
    void
    setCreateDate(Date createDate)
    Sets the create date of this depot entry group rel.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this depot entry group rel.
    void
    setDdmStructuresAvailable(boolean ddmStructuresAvailable)
    Sets whether this depot entry group rel is ddm structures available.
    void
    setDepotEntryGroupRelId(long depotEntryGroupRelId)
    Sets the depot entry group rel ID of this depot entry group rel.
    void
    setDepotEntryId(long depotEntryId)
    Sets the depot entry ID of this depot entry group rel.
    void
    setGroupId(long groupId)
    Sets the group ID of this depot entry group rel.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this depot entry group rel.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this depot entry group rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this depot entry group rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this depot entry group rel.
    void
    setSearchable(boolean searchable)
    Sets whether this depot entry group rel is searchable.
    void
    setToGroupId(long toGroupId)
    Sets the to group ID of this depot entry group rel.
    void
    setUserId(long userId)
    Sets the user ID of this depot entry group rel.
    void
    setUserName(String userName)
    Sets the user name of this depot entry group rel.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this depot entry group rel.
    void
    Sets the uuid of this depot entry group rel.
     
    wrap(DepotEntryGroupRel depotEntryGroupRel)
     

    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

    • DepotEntryGroupRelWrapper

      public DepotEntryGroupRelWrapper(DepotEntryGroupRel depotEntryGroupRel)
  • Method Details

    • getModelAttributes

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

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

      public DepotEntryGroupRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
      Specified by:
      cloneWithOriginalValues in interface DepotEntryGroupRelModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this depot entry group rel.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface DepotEntryGroupRelModel
      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 depot entry group rel
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this depot entry group rel.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface DepotEntryGroupRelModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this depot entry group rel
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this depot entry group rel.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
      Specified by:
      getCtCollectionId in interface DepotEntryGroupRelModel
      Returns:
      the ct collection ID of this depot entry group rel
    • getDdmStructuresAvailable

      public boolean getDdmStructuresAvailable()
      Returns the ddm structures available of this depot entry group rel.
      Specified by:
      getDdmStructuresAvailable in interface DepotEntryGroupRelModel
      Returns:
      the ddm structures available of this depot entry group rel
    • getDepotEntryGroupRelId

      public long getDepotEntryGroupRelId()
      Returns the depot entry group rel ID of this depot entry group rel.
      Specified by:
      getDepotEntryGroupRelId in interface DepotEntryGroupRelModel
      Returns:
      the depot entry group rel ID of this depot entry group rel
    • getDepotEntryId

      public long getDepotEntryId()
      Returns the depot entry ID of this depot entry group rel.
      Specified by:
      getDepotEntryId in interface DepotEntryGroupRelModel
      Returns:
      the depot entry ID of this depot entry group rel
    • getGroupId

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

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

      public Date getModifiedDate()
      Returns the modified date of this depot entry group rel.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface DepotEntryGroupRelModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this depot entry group rel
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this depot entry group rel.
      Specified by:
      getMvccVersion in interface DepotEntryGroupRelModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this depot entry group rel
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this depot entry group rel.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
      Specified by:
      getPrimaryKey in interface DepotEntryGroupRelModel
      Returns:
      the primary key of this depot entry group rel
    • getSearchable

      public boolean getSearchable()
      Returns the searchable of this depot entry group rel.
      Specified by:
      getSearchable in interface DepotEntryGroupRelModel
      Returns:
      the searchable of this depot entry group rel
    • getToGroupId

      public long getToGroupId()
      Returns the to group ID of this depot entry group rel.
      Specified by:
      getToGroupId in interface DepotEntryGroupRelModel
      Returns:
      the to group ID of this depot entry group rel
    • getUserId

      public long getUserId()
      Returns the user ID of this depot entry group rel.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface DepotEntryGroupRelModel
      Returns:
      the user ID of this depot entry group rel
    • getUserName

      public String getUserName()
      Returns the user name of this depot entry group rel.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface DepotEntryGroupRelModel
      Returns:
      the user name of this depot entry group rel
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this depot entry group rel.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface DepotEntryGroupRelModel
      Returns:
      the user uuid of this depot entry group rel
    • getUuid

      public String getUuid()
      Returns the uuid of this depot entry group rel.
      Specified by:
      getUuid in interface DepotEntryGroupRelModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this depot entry group rel
    • isDdmStructuresAvailable

      public boolean isDdmStructuresAvailable()
      Returns true if this depot entry group rel is ddm structures available.
      Specified by:
      isDdmStructuresAvailable in interface DepotEntryGroupRelModel
      Returns:
      true if this depot entry group rel is ddm structures available; false otherwise
    • isSearchable

      public boolean isSearchable()
      Returns true if this depot entry group rel is searchable.
      Specified by:
      isSearchable in interface DepotEntryGroupRelModel
      Returns:
      true if this depot entry group rel is searchable; false otherwise
    • persist

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

      public void setCompanyId(long companyId)
      Sets the company ID of this depot entry group rel.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface DepotEntryGroupRelModel
      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 depot entry group rel
    • setCreateDate

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

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this depot entry group rel.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
      Specified by:
      setCtCollectionId in interface DepotEntryGroupRelModel
      Parameters:
      ctCollectionId - the ct collection ID of this depot entry group rel
    • setDdmStructuresAvailable

      public void setDdmStructuresAvailable(boolean ddmStructuresAvailable)
      Sets whether this depot entry group rel is ddm structures available.
      Specified by:
      setDdmStructuresAvailable in interface DepotEntryGroupRelModel
      Parameters:
      ddmStructuresAvailable - the ddm structures available of this depot entry group rel
    • setDepotEntryGroupRelId

      public void setDepotEntryGroupRelId(long depotEntryGroupRelId)
      Sets the depot entry group rel ID of this depot entry group rel.
      Specified by:
      setDepotEntryGroupRelId in interface DepotEntryGroupRelModel
      Parameters:
      depotEntryGroupRelId - the depot entry group rel ID of this depot entry group rel
    • setDepotEntryId

      public void setDepotEntryId(long depotEntryId)
      Sets the depot entry ID of this depot entry group rel.
      Specified by:
      setDepotEntryId in interface DepotEntryGroupRelModel
      Parameters:
      depotEntryId - the depot entry ID of this depot entry group rel
    • setGroupId

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

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

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

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this depot entry group rel.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
      Specified by:
      setPrimaryKey in interface DepotEntryGroupRelModel
      Parameters:
      primaryKey - the primary key of this depot entry group rel
    • setSearchable

      public void setSearchable(boolean searchable)
      Sets whether this depot entry group rel is searchable.
      Specified by:
      setSearchable in interface DepotEntryGroupRelModel
      Parameters:
      searchable - the searchable of this depot entry group rel
    • setToGroupId

      public void setToGroupId(long toGroupId)
      Sets the to group ID of this depot entry group rel.
      Specified by:
      setToGroupId in interface DepotEntryGroupRelModel
      Parameters:
      toGroupId - the to group ID of this depot entry group rel
    • setUserId

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

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

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

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

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

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

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

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

      protected DepotEntryGroupRelWrapper wrap(DepotEntryGroupRel depotEntryGroupRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryGroupRel>