Class CTProcessWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>
com.liferay.change.tracking.model.CTProcessWrapper
All Implemented Interfaces:
CTProcess, CTProcessModel, com.liferay.portal.kernel.model.BaseModel<CTProcess>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CTProcess>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CTProcess>

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

This class is a wrapper for CTProcess.

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

    CT_PROCESS_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the background task ID of this ct process.
    long
    Returns the company ID of this ct process.
    Returns the create date of this ct process.
    long
    Returns the ct collection ID of this ct process.
    long
    Returns the ct process ID of this ct process.
     
    long
    Returns the mvcc version of this ct process.
    long
    Returns the primary key of this ct process.
    int
    Returns the type of this ct process.
    long
    Returns the user ID of this ct process.
    Returns the user uuid of this ct process.
    void
     
    void
    setBackgroundTaskId(long backgroundTaskId)
    Sets the background task ID of this ct process.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ct process.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ct process.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ct process.
    void
    setCtProcessId(long ctProcessId)
    Sets the ct process ID of this ct process.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ct process.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ct process.
    void
    setType(int type)
    Sets the type of this ct process.
    void
    setUserId(long userId)
    Sets the user ID of this ct process.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ct process.
     
    wrap(CTProcess ctProcess)
     

    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

    • CTProcessWrapper

      public CTProcessWrapper(CTProcess ctProcess)
  • Method Details

    • getModelAttributes

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

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

      public CTProcess cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTProcess>
      Specified by:
      cloneWithOriginalValues in interface CTProcessModel
    • getBackgroundTaskId

      public long getBackgroundTaskId()
      Returns the background task ID of this ct process.
      Specified by:
      getBackgroundTaskId in interface CTProcessModel
      Returns:
      the background task ID of this ct process
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ct process.
      Specified by:
      getCompanyId in interface CTProcessModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ct process
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ct process.
      Specified by:
      getCreateDate in interface CTProcessModel
      Returns:
      the create date of this ct process
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ct process.
      Specified by:
      getCtCollectionId in interface CTProcessModel
      Returns:
      the ct collection ID of this ct process
    • getCtProcessId

      public long getCtProcessId()
      Returns the ct process ID of this ct process.
      Specified by:
      getCtProcessId in interface CTProcessModel
      Returns:
      the ct process ID of this ct process
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this ct process.
      Specified by:
      getPrimaryKey in interface CTProcessModel
      Returns:
      the primary key of this ct process
    • getType

      public int getType()
      Returns the type of this ct process.
      Specified by:
      getType in interface CTProcessModel
      Returns:
      the type of this ct process
    • getUserId

      public long getUserId()
      Returns the user ID of this ct process.
      Specified by:
      getUserId in interface CTProcessModel
      Returns:
      the user ID of this ct process
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ct process.
      Specified by:
      getUserUuid in interface CTProcessModel
      Returns:
      the user uuid of this ct process
    • persist

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

      public void setBackgroundTaskId(long backgroundTaskId)
      Sets the background task ID of this ct process.
      Specified by:
      setBackgroundTaskId in interface CTProcessModel
      Parameters:
      backgroundTaskId - the background task ID of this ct process
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this ct process.
      Specified by:
      setCreateDate in interface CTProcessModel
      Parameters:
      createDate - the create date of this ct process
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ct process.
      Specified by:
      setCtCollectionId in interface CTProcessModel
      Parameters:
      ctCollectionId - the ct collection ID of this ct process
    • setCtProcessId

      public void setCtProcessId(long ctProcessId)
      Sets the ct process ID of this ct process.
      Specified by:
      setCtProcessId in interface CTProcessModel
      Parameters:
      ctProcessId - the ct process ID of this ct process
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ct process.
      Specified by:
      setPrimaryKey in interface CTProcessModel
      Parameters:
      primaryKey - the primary key of this ct process
    • setType

      public void setType(int type)
      Sets the type of this ct process.
      Specified by:
      setType in interface CTProcessModel
      Parameters:
      type - the type of this ct process
    • setUserId

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

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ct process.
      Specified by:
      setUserUuid in interface CTProcessModel
      Parameters:
      userUuid - the user uuid of this ct process
    • toXmlString

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

      protected CTProcessWrapper wrap(CTProcess ctProcess)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>