Class CTEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry>
com.liferay.change.tracking.model.CTEntryWrapper
All Implemented Interfaces:
CTEntry, CTEntryModel, com.liferay.portal.kernel.model.BaseModel<CTEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<CTEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<CTEntry>

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

This class is a wrapper for CTEntry.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.change.tracking.model.CTEntry

    CT_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
    Returns the change type of this ct entry.
    long
    Returns the company ID of this ct entry.
    Returns the create date of this ct entry.
    long
    Returns the ct collection ID of this ct entry.
    long
    Returns the ct entry ID of this ct entry.
    Returns the external reference code of this ct entry.
     
    long
    Returns the model class name ID of this ct entry.
    long
    Returns the model class pk of this ct entry.
    long
    Returns the model mvcc version of this ct entry.
    Returns the modified date of this ct entry.
    long
    Returns the mvcc version of this ct entry.
    long
    Returns the primary key of this ct entry.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this ct entry.
     
    Returns the user uuid of this ct entry.
    Returns the uuid of this ct entry.
    void
     
    void
    setChangeType(int changeType)
    Sets the change type of this ct entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ct entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ct entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ct entry.
    void
    setCtEntryId(long ctEntryId)
    Sets the ct entry ID of this ct entry.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this ct entry.
    void
     
    void
    setModelClassNameId(long modelClassNameId)
    Sets the model class name ID of this ct entry.
    void
    setModelClassPK(long modelClassPK)
    Sets the model class pk of this ct entry.
    void
    setModelMvccVersion(long modelMvccVersion)
    Sets the model mvcc version of this ct entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this ct entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ct entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ct entry.
    void
    setUserId(long userId)
    Sets the user ID of this ct entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ct entry.
    void
    Sets the uuid of this ct entry.
     
    protected CTEntryWrapper
    wrap(CTEntry ctEntry)
     

    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

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

    clone
  • Constructor Details

    • CTEntryWrapper

      public CTEntryWrapper(CTEntry ctEntry)
  • Method Details

    • getModelAttributes

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

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

      public CTEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTEntry>
      Specified by:
      cloneWithOriginalValues in interface CTEntryModel
    • getChangeType

      public int getChangeType()
      Returns the change type of this ct entry.
      Specified by:
      getChangeType in interface CTEntryModel
      Returns:
      the change type of this ct entry
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this ct entry.
      Specified by:
      getCreateDate in interface CTEntryModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this ct entry
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ct entry.
      Specified by:
      getCtCollectionId in interface CTEntryModel
      Returns:
      the ct collection ID of this ct entry
    • getCtEntryId

      public long getCtEntryId()
      Returns the ct entry ID of this ct entry.
      Specified by:
      getCtEntryId in interface CTEntryModel
      Returns:
      the ct entry ID of this ct entry
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this ct entry.
      Specified by:
      getExternalReferenceCode in interface CTEntryModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this ct entry
    • getModelClassNameId

      public long getModelClassNameId()
      Returns the model class name ID of this ct entry.
      Specified by:
      getModelClassNameId in interface CTEntryModel
      Returns:
      the model class name ID of this ct entry
    • getModelClassPK

      public long getModelClassPK()
      Returns the model class pk of this ct entry.
      Specified by:
      getModelClassPK in interface CTEntryModel
      Returns:
      the model class pk of this ct entry
    • getModelMvccVersion

      public long getModelMvccVersion()
      Returns the model mvcc version of this ct entry.
      Specified by:
      getModelMvccVersion in interface CTEntryModel
      Returns:
      the model mvcc version of this ct entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this ct entry.
      Specified by:
      getModifiedDate in interface CTEntryModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this ct entry
    • getMvccVersion

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

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

      public long getUserId()
      Returns the user ID of this ct entry.
      Specified by:
      getUserId in interface CTEntryModel
      Returns:
      the user ID of this ct entry
    • getUserName

      public String getUserName()
      Specified by:
      getUserName in interface CTEntry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ct entry.
      Specified by:
      getUserUuid in interface CTEntryModel
      Returns:
      the user uuid of this ct entry
    • getUuid

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

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

      public void setChangeType(int changeType)
      Sets the change type of this ct entry.
      Specified by:
      setChangeType in interface CTEntryModel
      Parameters:
      changeType - the change type of this ct entry
    • setCompanyId

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

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

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ct entry.
      Specified by:
      setCtCollectionId in interface CTEntryModel
      Parameters:
      ctCollectionId - the ct collection ID of this ct entry
    • setCtEntryId

      public void setCtEntryId(long ctEntryId)
      Sets the ct entry ID of this ct entry.
      Specified by:
      setCtEntryId in interface CTEntryModel
      Parameters:
      ctEntryId - the ct entry ID of this ct entry
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this ct entry.
      Specified by:
      setExternalReferenceCode in interface CTEntryModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this ct entry
    • setModelClassNameId

      public void setModelClassNameId(long modelClassNameId)
      Sets the model class name ID of this ct entry.
      Specified by:
      setModelClassNameId in interface CTEntryModel
      Parameters:
      modelClassNameId - the model class name ID of this ct entry
    • setModelClassPK

      public void setModelClassPK(long modelClassPK)
      Sets the model class pk of this ct entry.
      Specified by:
      setModelClassPK in interface CTEntryModel
      Parameters:
      modelClassPK - the model class pk of this ct entry
    • setModelMvccVersion

      public void setModelMvccVersion(long modelMvccVersion)
      Sets the model mvcc version of this ct entry.
      Specified by:
      setModelMvccVersion in interface CTEntryModel
      Parameters:
      modelMvccVersion - the model mvcc version of this ct entry
    • setModifiedDate

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

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

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

      public void setUserId(long userId)
      Sets the user ID of this ct entry.
      Specified by:
      setUserId in interface CTEntryModel
      Parameters:
      userId - the user ID of this ct entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ct entry.
      Specified by:
      setUserUuid in interface CTEntryModel
      Parameters:
      userUuid - the user uuid of this ct entry
    • setUuid

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

      public String toXmlString()
      Specified by:
      toXmlString in interface CTEntryModel
    • getStagedModelType

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

      protected CTEntryWrapper wrap(CTEntry ctEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry>