Class ChangesetEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>
com.liferay.changeset.model.ChangesetEntryWrapper
All Implemented Interfaces:
ChangesetEntry, ChangesetEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<ChangesetEntry>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<ChangesetEntry>

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

This class is a wrapper for ChangesetEntry.

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.ChangesetEntry

    CHANGESET_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the changeset collection ID of this changeset entry.
    long
    Returns the changeset entry ID of this changeset entry.
    Returns the fully qualified class name of this changeset entry.
    long
    Returns the class name ID of this changeset entry.
    long
    Returns the class pk of this changeset entry.
    long
    Returns the company ID of this changeset entry.
    Returns the create date of this changeset entry.
    long
    Returns the group ID of this changeset entry.
     
    Returns the modified date of this changeset entry.
    long
    Returns the primary key of this changeset entry.
    long
    Returns the user ID of this changeset entry.
    Returns the user name of this changeset entry.
    Returns the user uuid of this changeset entry.
    void
     
    void
    setChangesetCollectionId(long changesetCollectionId)
    Sets the changeset collection ID of this changeset entry.
    void
    setChangesetEntryId(long changesetEntryId)
    Sets the changeset entry ID of this changeset entry.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this changeset entry.
    void
    setClassPK(long classPK)
    Sets the class pk of this changeset entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this changeset entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this changeset entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this changeset entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this changeset entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this changeset entry.
    void
    setUserId(long userId)
    Sets the user ID of this changeset entry.
    void
    setUserName(String userName)
    Sets the user name of this changeset entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this changeset entry.
     
    wrap(ChangesetEntry changesetEntry)
     

    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

    • ChangesetEntryWrapper

      public ChangesetEntryWrapper(ChangesetEntry changesetEntry)
  • Method Details

    • getModelAttributes

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

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

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

      public long getChangesetCollectionId()
      Returns the changeset collection ID of this changeset entry.
      Specified by:
      getChangesetCollectionId in interface ChangesetEntryModel
      Returns:
      the changeset collection ID of this changeset entry
    • getChangesetEntryId

      public long getChangesetEntryId()
      Returns the changeset entry ID of this changeset entry.
      Specified by:
      getChangesetEntryId in interface ChangesetEntryModel
      Returns:
      the changeset entry ID of this changeset entry
    • getClassName

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

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

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

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

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

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

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

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

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

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

      public String getUserUuid()
      Returns the user uuid of this changeset entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface ChangesetEntryModel
      Returns:
      the user uuid of this changeset entry
    • 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 entry.
      Specified by:
      setChangesetCollectionId in interface ChangesetEntryModel
      Parameters:
      changesetCollectionId - the changeset collection ID of this changeset entry
    • setChangesetEntryId

      public void setChangesetEntryId(long changesetEntryId)
      Sets the changeset entry ID of this changeset entry.
      Specified by:
      setChangesetEntryId in interface ChangesetEntryModel
      Parameters:
      changesetEntryId - the changeset entry ID of this changeset entry
    • setClassName

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

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

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

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

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

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

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

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

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

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

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

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

      protected ChangesetEntryWrapper wrap(ChangesetEntry changesetEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>