Class KaleoTaskInstanceTokenWrapper

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

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

This class is a wrapper for KaleoTaskInstanceToken.

See Also:
Generated:
  • Constructor Details

    • KaleoTaskInstanceTokenWrapper

      public KaleoTaskInstanceTokenWrapper(KaleoTaskInstanceToken kaleoTaskInstanceToken)
  • Method Details

    • getModelAttributes

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

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

      public KaleoTaskInstanceToken cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
      Specified by:
      cloneWithOriginalValues in interface KaleoTaskInstanceTokenModel
    • getClassName

      public String getClassName()
      Returns the class name of this kaleo task instance token.
      Specified by:
      getClassName in interface KaleoTaskInstanceTokenModel
      Returns:
      the class name of this kaleo task instance token
    • getClassPK

      public long getClassPK()
      Returns the class pk of this kaleo task instance token.
      Specified by:
      getClassPK in interface KaleoTaskInstanceTokenModel
      Returns:
      the class pk of this kaleo task instance token
    • getCompanyId

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

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

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

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

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

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

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

      public Date getDueDate()
      Returns the due date of this kaleo task instance token.
      Specified by:
      getDueDate in interface KaleoTaskInstanceTokenModel
      Returns:
      the due date of this kaleo task instance token
    • getFirstKaleoTaskAssignmentInstance

      public KaleoTaskAssignmentInstance getFirstKaleoTaskAssignmentInstance()
      Specified by:
      getFirstKaleoTaskAssignmentInstance in interface KaleoTaskInstanceToken
    • getGroupId

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

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

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

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

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

      public long getKaleoInstanceTokenId()
      Returns the kaleo instance token ID of this kaleo task instance token.
      Specified by:
      getKaleoInstanceTokenId in interface KaleoTaskInstanceTokenModel
      Returns:
      the kaleo instance token ID of this kaleo task instance token
    • getKaleoTask

      public KaleoTask getKaleoTask() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoTask in interface KaleoTaskInstanceToken
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoTaskAssignmentInstances

      public List<KaleoTaskAssignmentInstance> getKaleoTaskAssignmentInstances()
      Specified by:
      getKaleoTaskAssignmentInstances in interface KaleoTaskInstanceToken
    • getKaleoTaskId

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

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

      public String getKaleoTaskName()
      Returns the kaleo task name of this kaleo task instance token.
      Specified by:
      getKaleoTaskName in interface KaleoTaskInstanceTokenModel
      Returns:
      the kaleo task name of this kaleo task instance token
    • getModifiedDate

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

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

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

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

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

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

      public String getWorkflowContext()
      Returns the workflow context of this kaleo task instance token.
      Specified by:
      getWorkflowContext in interface KaleoTaskInstanceTokenModel
      Returns:
      the workflow context of this kaleo task instance token
    • isCompleted

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

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

      public void setClassName(String className)
      Sets the class name of this kaleo task instance token.
      Specified by:
      setClassName in interface KaleoTaskInstanceTokenModel
      Parameters:
      className - the class name of this kaleo task instance token
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this kaleo task instance token.
      Specified by:
      setClassPK in interface KaleoTaskInstanceTokenModel
      Parameters:
      classPK - the class pk of this kaleo task instance token
    • setCompanyId

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

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

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

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

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

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

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

      public void setDueDate(Date dueDate)
      Sets the due date of this kaleo task instance token.
      Specified by:
      setDueDate in interface KaleoTaskInstanceTokenModel
      Parameters:
      dueDate - the due date of this kaleo task instance token
    • setGroupId

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

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

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

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

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

      public void setKaleoTaskId(long kaleoTaskId)
      Sets the kaleo task ID of this kaleo task instance token.
      Specified by:
      setKaleoTaskId in interface KaleoTaskInstanceTokenModel
      Parameters:
      kaleoTaskId - the kaleo task ID of this kaleo task instance token
    • setKaleoTaskInstanceTokenId

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

      public void setKaleoTaskName(String kaleoTaskName)
      Sets the kaleo task name of this kaleo task instance token.
      Specified by:
      setKaleoTaskName in interface KaleoTaskInstanceTokenModel
      Parameters:
      kaleoTaskName - the kaleo task name of this kaleo task instance token
    • setModifiedDate

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

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

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

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

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

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

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

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

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

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

      protected KaleoTaskInstanceTokenWrapper wrap(KaleoTaskInstanceToken kaleoTaskInstanceToken)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskInstanceToken>