Class ChangesetCollectionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>
com.liferay.changeset.model.ChangesetCollectionWrapper
All Implemented Interfaces:
ChangesetCollection, ChangesetCollectionModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<ChangesetCollection>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<ChangesetCollection>

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

This class is a wrapper for ChangesetCollection.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.changeset.model.ChangesetCollection

    CHANGESET_COLLECTION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the changeset collection ID of this changeset collection.
    long
    Returns the company ID of this changeset collection.
    Returns the create date of this changeset collection.
    Returns the description of this changeset collection.
    long
    Returns the group ID of this changeset collection.
     
    Returns the modified date of this changeset collection.
    Returns the name of this changeset collection.
    long
    Returns the primary key of this changeset collection.
    long
    Returns the user ID of this changeset collection.
    Returns the user name of this changeset collection.
    Returns the user uuid of this changeset collection.
    void
     
    void
    setChangesetCollectionId(long changesetCollectionId)
    Sets the changeset collection ID of this changeset collection.
    void
    setCompanyId(long companyId)
    Sets the company ID of this changeset collection.
    void
    setCreateDate(Date createDate)
    Sets the create date of this changeset collection.
    void
    setDescription(String description)
    Sets the description of this changeset collection.
    void
    setGroupId(long groupId)
    Sets the group ID of this changeset collection.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this changeset collection.
    void
    Sets the name of this changeset collection.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this changeset collection.
    void
    setUserId(long userId)
    Sets the user ID of this changeset collection.
    void
    setUserName(String userName)
    Sets the user name of this changeset collection.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this changeset collection.
     
    wrap(ChangesetCollection changesetCollection)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
  • Constructor Details

    • ChangesetCollectionWrapper

      public ChangesetCollectionWrapper(ChangesetCollection changesetCollection)
  • Method Details

    • getModelAttributes

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

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

      public ChangesetCollection cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
      Specified by:
      cloneWithOriginalValues in interface ChangesetCollectionModel
    • getChangesetCollectionId

      public long getChangesetCollectionId()
      Returns the changeset collection ID of this changeset collection.
      Specified by:
      getChangesetCollectionId in interface ChangesetCollectionModel
      Returns:
      the changeset collection ID of this changeset collection
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this changeset collection.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface ChangesetCollectionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this changeset collection
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this changeset collection.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface ChangesetCollectionModel
      Returns:
      the create date of this changeset collection
    • getDescription

      public String getDescription()
      Returns the description of this changeset collection.
      Specified by:
      getDescription in interface ChangesetCollectionModel
      Returns:
      the description of this changeset collection
    • getGroupId

      public long getGroupId()
      Returns the group ID of this changeset collection.
      Specified by:
      getGroupId in interface ChangesetCollectionModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this changeset collection
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this changeset collection.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface ChangesetCollectionModel
      Returns:
      the modified date of this changeset collection
    • getName

      public String getName()
      Returns the name of this changeset collection.
      Specified by:
      getName in interface ChangesetCollectionModel
      Returns:
      the name of this changeset collection
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this changeset collection.
      Specified by:
      getPrimaryKey in interface ChangesetCollectionModel
      Returns:
      the primary key of this changeset collection
    • getUserId

      public long getUserId()
      Returns the user ID of this changeset collection.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface ChangesetCollectionModel
      Returns:
      the user ID of this changeset collection
    • getUserName

      public String getUserName()
      Returns the user name of this changeset collection.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface ChangesetCollectionModel
      Returns:
      the user name of this changeset collection
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this changeset collection.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface ChangesetCollectionModel
      Returns:
      the user uuid of this changeset collection
    • persist

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

      public void setChangesetCollectionId(long changesetCollectionId)
      Sets the changeset collection ID of this changeset collection.
      Specified by:
      setChangesetCollectionId in interface ChangesetCollectionModel
      Parameters:
      changesetCollectionId - the changeset collection ID of this changeset collection
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this changeset collection.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ChangesetCollectionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this changeset collection
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this changeset collection.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface ChangesetCollectionModel
      Parameters:
      createDate - the create date of this changeset collection
    • setDescription

      public void setDescription(String description)
      Sets the description of this changeset collection.
      Specified by:
      setDescription in interface ChangesetCollectionModel
      Parameters:
      description - the description of this changeset collection
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this changeset collection.
      Specified by:
      setGroupId in interface ChangesetCollectionModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this changeset collection
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this changeset collection.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface ChangesetCollectionModel
      Parameters:
      modifiedDate - the modified date of this changeset collection
    • setName

      public void setName(String name)
      Sets the name of this changeset collection.
      Specified by:
      setName in interface ChangesetCollectionModel
      Parameters:
      name - the name of this changeset collection
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this changeset collection.
      Specified by:
      setPrimaryKey in interface ChangesetCollectionModel
      Parameters:
      primaryKey - the primary key of this changeset collection
    • setUserId

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

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

      public void setUserUuid(String userUuid)
      Sets the user uuid of this changeset collection.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface ChangesetCollectionModel
      Parameters:
      userUuid - the user uuid of this changeset collection
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface ChangesetCollectionModel
    • wrap

      protected ChangesetCollectionWrapper wrap(ChangesetCollection changesetCollection)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>