Class ObjectStateTransitionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectStateTransition>
com.liferay.object.model.ObjectStateTransitionWrapper
All Implemented Interfaces:
ObjectStateTransition, ObjectStateTransitionModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectStateTransition>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<ObjectStateTransition>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<ObjectStateTransition>

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

This class is a wrapper for ObjectStateTransition.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.object.model.ObjectStateTransition

    OBJECT_STATE_TRANSITION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this object state transition.
    Returns the create date of this object state transition.
     
    Returns the modified date of this object state transition.
    long
    Returns the mvcc version of this object state transition.
    long
    Returns the object state flow ID of this object state transition.
    long
    Returns the object state transition ID of this object state transition.
    long
    Returns the primary key of this object state transition.
    long
    Returns the source object state ID of this object state transition.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the target object state ID of this object state transition.
    long
     
    long
    Returns the user ID of this object state transition.
    Returns the user name of this object state transition.
    Returns the user uuid of this object state transition.
    Returns the uuid of this object state transition.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this object state transition.
    void
    setCreateDate(Date createDate)
    Sets the create date of this object state transition.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this object state transition.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this object state transition.
    void
    setObjectStateFlowId(long objectStateFlowId)
    Sets the object state flow ID of this object state transition.
    void
    setObjectStateTransitionId(long objectStateTransitionId)
    Sets the object state transition ID of this object state transition.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this object state transition.
    void
    setSourceObjectStateId(long sourceObjectStateId)
    Sets the source object state ID of this object state transition.
    void
    setTargetObjectStateId(long targetObjectStateId)
    Sets the target object state ID of this object state transition.
    void
    setTargetObjectStateListTypeEntryId(long targetObjectStateListTypeEntryId)
     
    void
    setUserId(long userId)
    Sets the user ID of this object state transition.
    void
    setUserName(String userName)
    Sets the user name of this object state transition.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this object state transition.
    void
    Sets the uuid of this object state transition.
     
    wrap(ObjectStateTransition objectStateTransition)
     

    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

    • ObjectStateTransitionWrapper

      public ObjectStateTransitionWrapper(ObjectStateTransition objectStateTransition)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this object state transition.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface ObjectStateTransitionModel
      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 object state transition
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this object state transition.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface ObjectStateTransitionModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this object state transition
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this object state transition.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface ObjectStateTransitionModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this object state transition
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this object state transition.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface ObjectStateTransitionModel
      Returns:
      the mvcc version of this object state transition
    • getObjectStateFlowId

      public long getObjectStateFlowId()
      Returns the object state flow ID of this object state transition.
      Specified by:
      getObjectStateFlowId in interface ObjectStateTransitionModel
      Returns:
      the object state flow ID of this object state transition
    • getObjectStateTransitionId

      public long getObjectStateTransitionId()
      Returns the object state transition ID of this object state transition.
      Specified by:
      getObjectStateTransitionId in interface ObjectStateTransitionModel
      Returns:
      the object state transition ID of this object state transition
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this object state transition.
      Specified by:
      getPrimaryKey in interface ObjectStateTransitionModel
      Returns:
      the primary key of this object state transition
    • getSourceObjectStateId

      public long getSourceObjectStateId()
      Returns the source object state ID of this object state transition.
      Specified by:
      getSourceObjectStateId in interface ObjectStateTransitionModel
      Returns:
      the source object state ID of this object state transition
    • getTargetObjectStateId

      public long getTargetObjectStateId()
      Returns the target object state ID of this object state transition.
      Specified by:
      getTargetObjectStateId in interface ObjectStateTransitionModel
      Returns:
      the target object state ID of this object state transition
    • getTargetObjectStateListTypeEntryId

      public long getTargetObjectStateListTypeEntryId()
      Specified by:
      getTargetObjectStateListTypeEntryId in interface ObjectStateTransition
    • getUserId

      public long getUserId()
      Returns the user ID of this object state transition.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface ObjectStateTransitionModel
      Returns:
      the user ID of this object state transition
    • getUserName

      public String getUserName()
      Returns the user name of this object state transition.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface ObjectStateTransitionModel
      Returns:
      the user name of this object state transition
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this object state transition.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface ObjectStateTransitionModel
      Returns:
      the user uuid of this object state transition
    • getUuid

      public String getUuid()
      Returns the uuid of this object state transition.
      Specified by:
      getUuid in interface ObjectStateTransitionModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object state transition
    • 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 object state transition.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ObjectStateTransitionModel
      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 object state transition
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this object state transition.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface ObjectStateTransitionModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this object state transition
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this object state transition.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface ObjectStateTransitionModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this object state transition
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this object state transition.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface ObjectStateTransitionModel
      Parameters:
      mvccVersion - the mvcc version of this object state transition
    • setObjectStateFlowId

      public void setObjectStateFlowId(long objectStateFlowId)
      Sets the object state flow ID of this object state transition.
      Specified by:
      setObjectStateFlowId in interface ObjectStateTransitionModel
      Parameters:
      objectStateFlowId - the object state flow ID of this object state transition
    • setObjectStateTransitionId

      public void setObjectStateTransitionId(long objectStateTransitionId)
      Sets the object state transition ID of this object state transition.
      Specified by:
      setObjectStateTransitionId in interface ObjectStateTransitionModel
      Parameters:
      objectStateTransitionId - the object state transition ID of this object state transition
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this object state transition.
      Specified by:
      setPrimaryKey in interface ObjectStateTransitionModel
      Parameters:
      primaryKey - the primary key of this object state transition
    • setSourceObjectStateId

      public void setSourceObjectStateId(long sourceObjectStateId)
      Sets the source object state ID of this object state transition.
      Specified by:
      setSourceObjectStateId in interface ObjectStateTransitionModel
      Parameters:
      sourceObjectStateId - the source object state ID of this object state transition
    • setTargetObjectStateId

      public void setTargetObjectStateId(long targetObjectStateId)
      Sets the target object state ID of this object state transition.
      Specified by:
      setTargetObjectStateId in interface ObjectStateTransitionModel
      Parameters:
      targetObjectStateId - the target object state ID of this object state transition
    • setTargetObjectStateListTypeEntryId

      public void setTargetObjectStateListTypeEntryId(long targetObjectStateListTypeEntryId)
      Specified by:
      setTargetObjectStateListTypeEntryId in interface ObjectStateTransition
    • setUserId

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

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

      public void setUserUuid(String userUuid)
      Sets the user uuid of this object state transition.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface ObjectStateTransitionModel
      Parameters:
      userUuid - the user uuid of this object state transition
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this object state transition.
      Specified by:
      setUuid in interface ObjectStateTransitionModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this object state transition
    • toXmlString

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

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

      protected ObjectStateTransitionWrapper wrap(ObjectStateTransition objectStateTransition)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectStateTransition>