Class KaleoTimerInstanceTokenWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken>
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceTokenWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, KaleoTimerInstanceToken, KaleoTimerInstanceTokenModel, Serializable, Cloneable, Comparable<KaleoTimerInstanceToken>

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

This class is a wrapper for KaleoTimerInstanceToken.

See Also:
Generated:
  • Constructor Details

    • KaleoTimerInstanceTokenWrapper

      public KaleoTimerInstanceTokenWrapper(KaleoTimerInstanceToken kaleoTimerInstanceToken)
  • Method Details

    • getModelAttributes

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

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

      public KaleoTimerInstanceToken cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
      Specified by:
      cloneWithOriginalValues in interface KaleoTimerInstanceTokenModel
    • getBlocking

      public boolean getBlocking()
      Returns the blocking of this kaleo timer instance token.
      Specified by:
      getBlocking in interface KaleoTimerInstanceTokenModel
      Returns:
      the blocking of this kaleo timer instance token
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this kaleo timer instance token.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface KaleoTimerInstanceTokenModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo timer instance token
    • getCompleted

      public boolean getCompleted()
      Returns the completed of this kaleo timer instance token.
      Specified by:
      getCompleted in interface KaleoTimerInstanceTokenModel
      Returns:
      the completed of this kaleo timer instance token
    • getCompletionDate

      public Date getCompletionDate()
      Returns the completion date of this kaleo timer instance token.
      Specified by:
      getCompletionDate in interface KaleoTimerInstanceTokenModel
      Returns:
      the completion date of this kaleo timer instance token
    • getCompletionUserId

      public long getCompletionUserId()
      Returns the completion user ID of this kaleo timer instance token.
      Specified by:
      getCompletionUserId in interface KaleoTimerInstanceTokenModel
      Returns:
      the completion user ID of this kaleo timer instance token
    • getCompletionUserUuid

      public String getCompletionUserUuid()
      Returns the completion user uuid of this kaleo timer instance token.
      Specified by:
      getCompletionUserUuid in interface KaleoTimerInstanceTokenModel
      Returns:
      the completion user uuid of this kaleo timer instance token
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this kaleo timer instance token.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface KaleoTimerInstanceTokenModel
      Returns:
      the create date of this kaleo timer instance token
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this kaleo timer instance token.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
      Specified by:
      getCtCollectionId in interface KaleoTimerInstanceTokenModel
      Returns:
      the ct collection ID of this kaleo timer instance token
    • getGroupId

      public long getGroupId()
      Returns the group ID of this kaleo timer instance token.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface KaleoTimerInstanceTokenModel
      Returns:
      the group ID of this kaleo timer instance token
    • getKaleoClassName

      public String getKaleoClassName()
      Returns the kaleo class name of this kaleo timer instance token.
      Specified by:
      getKaleoClassName in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo class name of this kaleo timer instance token
    • getKaleoClassPK

      public long getKaleoClassPK()
      Returns the kaleo class pk of this kaleo timer instance token.
      Specified by:
      getKaleoClassPK in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo class pk of this kaleo timer instance token
    • getKaleoDefinitionId

      public long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo timer instance token.
      Specified by:
      getKaleoDefinitionId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo definition ID of this kaleo timer instance token
    • getKaleoDefinitionVersionId

      public long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo timer instance token.
      Specified by:
      getKaleoDefinitionVersionId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo definition version ID of this kaleo timer instance token
    • getKaleoInstanceId

      public long getKaleoInstanceId()
      Returns the kaleo instance ID of this kaleo timer instance token.
      Specified by:
      getKaleoInstanceId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo instance ID of this kaleo timer instance token
    • getKaleoInstanceToken

      public KaleoInstanceToken getKaleoInstanceToken() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoInstanceToken in interface KaleoTimerInstanceToken
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoInstanceTokenId

      public long getKaleoInstanceTokenId()
      Returns the kaleo instance token ID of this kaleo timer instance token.
      Specified by:
      getKaleoInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo instance token ID of this kaleo timer instance token
    • getKaleoTaskInstanceToken

      public KaleoTaskInstanceToken getKaleoTaskInstanceToken()
      Specified by:
      getKaleoTaskInstanceToken in interface KaleoTimerInstanceToken
    • getKaleoTaskInstanceTokenId

      public long getKaleoTaskInstanceTokenId()
      Returns the kaleo task instance token ID of this kaleo timer instance token.
      Specified by:
      getKaleoTaskInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo task instance token ID of this kaleo timer instance token
    • getKaleoTimer

      public KaleoTimer getKaleoTimer() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoTimer in interface KaleoTimerInstanceToken
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoTimerId

      public long getKaleoTimerId()
      Returns the kaleo timer ID of this kaleo timer instance token.
      Specified by:
      getKaleoTimerId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo timer ID of this kaleo timer instance token
    • getKaleoTimerInstanceTokenId

      public long getKaleoTimerInstanceTokenId()
      Returns the kaleo timer instance token ID of this kaleo timer instance token.
      Specified by:
      getKaleoTimerInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo timer instance token ID of this kaleo timer instance token
    • getKaleoTimerName

      public String getKaleoTimerName()
      Returns the kaleo timer name of this kaleo timer instance token.
      Specified by:
      getKaleoTimerName in interface KaleoTimerInstanceTokenModel
      Returns:
      the kaleo timer name of this kaleo timer instance token
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this kaleo timer instance token.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface KaleoTimerInstanceTokenModel
      Returns:
      the modified date of this kaleo timer instance token
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this kaleo timer instance token.
      Specified by:
      getMvccVersion in interface KaleoTimerInstanceTokenModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo timer instance token
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this kaleo timer instance token.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
      Specified by:
      getPrimaryKey in interface KaleoTimerInstanceTokenModel
      Returns:
      the primary key of this kaleo timer instance token
    • getUserId

      public long getUserId()
      Returns the user ID of this kaleo timer instance token.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface KaleoTimerInstanceTokenModel
      Returns:
      the user ID of this kaleo timer instance token
    • getUserName

      public String getUserName()
      Returns the user name of this kaleo timer instance token.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface KaleoTimerInstanceTokenModel
      Returns:
      the user name of this kaleo timer instance token
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this kaleo timer instance token.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface KaleoTimerInstanceTokenModel
      Returns:
      the user uuid of this kaleo timer instance token
    • getWorkflowContext

      public String getWorkflowContext()
      Returns the workflow context of this kaleo timer instance token.
      Specified by:
      getWorkflowContext in interface KaleoTimerInstanceTokenModel
      Returns:
      the workflow context of this kaleo timer instance token
    • isBlocking

      public boolean isBlocking()
      Returns true if this kaleo timer instance token is blocking.
      Specified by:
      isBlocking in interface KaleoTimerInstanceTokenModel
      Returns:
      true if this kaleo timer instance token is blocking; false otherwise
    • isCompleted

      public boolean isCompleted()
      Returns true if this kaleo timer instance token is completed.
      Specified by:
      isCompleted in interface KaleoTimerInstanceTokenModel
      Returns:
      true if this kaleo timer instance token is completed; false otherwise
    • persist

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

      public void setBlocking(boolean blocking)
      Sets whether this kaleo timer instance token is blocking.
      Specified by:
      setBlocking in interface KaleoTimerInstanceTokenModel
      Parameters:
      blocking - the blocking of this kaleo timer instance token
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this kaleo timer instance token.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface KaleoTimerInstanceTokenModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo timer instance token
    • setCompleted

      public void setCompleted(boolean completed)
      Sets whether this kaleo timer instance token is completed.
      Specified by:
      setCompleted in interface KaleoTimerInstanceTokenModel
      Parameters:
      completed - the completed of this kaleo timer instance token
    • setCompletionDate

      public void setCompletionDate(Date completionDate)
      Sets the completion date of this kaleo timer instance token.
      Specified by:
      setCompletionDate in interface KaleoTimerInstanceTokenModel
      Parameters:
      completionDate - the completion date of this kaleo timer instance token
    • setCompletionUserId

      public void setCompletionUserId(long completionUserId)
      Sets the completion user ID of this kaleo timer instance token.
      Specified by:
      setCompletionUserId in interface KaleoTimerInstanceTokenModel
      Parameters:
      completionUserId - the completion user ID of this kaleo timer instance token
    • setCompletionUserUuid

      public void setCompletionUserUuid(String completionUserUuid)
      Sets the completion user uuid of this kaleo timer instance token.
      Specified by:
      setCompletionUserUuid in interface KaleoTimerInstanceTokenModel
      Parameters:
      completionUserUuid - the completion user uuid of this kaleo timer instance token
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this kaleo timer instance token.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface KaleoTimerInstanceTokenModel
      Parameters:
      createDate - the create date of this kaleo timer instance token
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this kaleo timer instance token.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
      Specified by:
      setCtCollectionId in interface KaleoTimerInstanceTokenModel
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo timer instance token
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this kaleo timer instance token.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface KaleoTimerInstanceTokenModel
      Parameters:
      groupId - the group ID of this kaleo timer instance token
    • setKaleoClassName

      public void setKaleoClassName(String kaleoClassName)
      Sets the kaleo class name of this kaleo timer instance token.
      Specified by:
      setKaleoClassName in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoClassName - the kaleo class name of this kaleo timer instance token
    • setKaleoClassPK

      public void setKaleoClassPK(long kaleoClassPK)
      Sets the kaleo class pk of this kaleo timer instance token.
      Specified by:
      setKaleoClassPK in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoClassPK - the kaleo class pk of this kaleo timer instance token
    • setKaleoDefinitionId

      public void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo timer instance token.
      Specified by:
      setKaleoDefinitionId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo timer instance token
    • setKaleoDefinitionVersionId

      public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo timer instance token.
      Specified by:
      setKaleoDefinitionVersionId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo timer instance token
    • setKaleoInstanceId

      public void setKaleoInstanceId(long kaleoInstanceId)
      Sets the kaleo instance ID of this kaleo timer instance token.
      Specified by:
      setKaleoInstanceId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoInstanceId - the kaleo instance ID of this kaleo timer instance token
    • setKaleoInstanceTokenId

      public void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
      Sets the kaleo instance token ID of this kaleo timer instance token.
      Specified by:
      setKaleoInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID of this kaleo timer instance token
    • setKaleoTaskInstanceTokenId

      public void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Sets the kaleo task instance token ID of this kaleo timer instance token.
      Specified by:
      setKaleoTaskInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo timer instance token
    • setKaleoTimerId

      public void setKaleoTimerId(long kaleoTimerId)
      Sets the kaleo timer ID of this kaleo timer instance token.
      Specified by:
      setKaleoTimerId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoTimerId - the kaleo timer ID of this kaleo timer instance token
    • setKaleoTimerInstanceTokenId

      public void setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
      Sets the kaleo timer instance token ID of this kaleo timer instance token.
      Specified by:
      setKaleoTimerInstanceTokenId in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoTimerInstanceTokenId - the kaleo timer instance token ID of this kaleo timer instance token
    • setKaleoTimerName

      public void setKaleoTimerName(String kaleoTimerName)
      Sets the kaleo timer name of this kaleo timer instance token.
      Specified by:
      setKaleoTimerName in interface KaleoTimerInstanceTokenModel
      Parameters:
      kaleoTimerName - the kaleo timer name of this kaleo timer instance token
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo timer instance token.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface KaleoTimerInstanceTokenModel
      Parameters:
      modifiedDate - the modified date of this kaleo timer instance token
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this kaleo timer instance token.
      Specified by:
      setMvccVersion in interface KaleoTimerInstanceTokenModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo timer instance token
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo timer instance token.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
      Specified by:
      setPrimaryKey in interface KaleoTimerInstanceTokenModel
      Parameters:
      primaryKey - the primary key of this kaleo timer instance token
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this kaleo timer instance token.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface KaleoTimerInstanceTokenModel
      Parameters:
      userId - the user ID of this kaleo timer instance token
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this kaleo timer instance token.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface KaleoTimerInstanceTokenModel
      Parameters:
      userName - the user name of this kaleo timer instance token
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this kaleo timer instance token.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface KaleoTimerInstanceTokenModel
      Parameters:
      userUuid - the user uuid of this kaleo timer instance token
    • setWorkflowContext

      public void setWorkflowContext(String workflowContext)
      Sets the workflow context of this kaleo timer instance token.
      Specified by:
      setWorkflowContext in interface KaleoTimerInstanceTokenModel
      Parameters:
      workflowContext - the workflow context of this kaleo timer instance token
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface KaleoTimerInstanceTokenModel
    • getAttributeGetterFunctions

      public Map<String,Function<KaleoTimerInstanceToken,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<KaleoTimerInstanceToken,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
    • wrap

      protected KaleoTimerInstanceTokenWrapper wrap(KaleoTimerInstanceToken kaleoTimerInstanceToken)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken>