Interface KaleoTimerInstanceTokenModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
KaleoTimerInstanceToken
All Known Implementing Classes:
KaleoTimerInstanceTokenWrapper

@ProviderType public interface KaleoTimerInstanceTokenModel extends com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoTimerInstanceToken service. Represents a row in the "KaleoTimerInstanceToken" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoTimerInstanceTokenModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoTimerInstanceTokenImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the blocking of this kaleo timer instance token.
    long
    Returns the company ID of this kaleo timer instance token.
    boolean
    Returns the completed of this kaleo timer instance token.
    Returns the completion date of this kaleo timer instance token.
    long
    Returns the completion user ID of this kaleo timer instance token.
    Returns the completion user uuid of this kaleo timer instance token.
    Returns the create date of this kaleo timer instance token.
    long
    Returns the ct collection ID of this kaleo timer instance token.
    long
    Returns the group ID of this kaleo timer instance token.
    Returns the kaleo class name of this kaleo timer instance token.
    long
    Returns the kaleo class pk of this kaleo timer instance token.
    long
    Returns the kaleo definition ID of this kaleo timer instance token.
    long
    Returns the kaleo definition version ID of this kaleo timer instance token.
    long
    Returns the kaleo instance ID of this kaleo timer instance token.
    long
    Returns the kaleo instance token ID of this kaleo timer instance token.
    long
    Returns the kaleo task instance token ID of this kaleo timer instance token.
    long
    Returns the kaleo timer ID of this kaleo timer instance token.
    long
    Returns the kaleo timer instance token ID of this kaleo timer instance token.
    Returns the kaleo timer name of this kaleo timer instance token.
    Returns the modified date of this kaleo timer instance token.
    long
    Returns the mvcc version of this kaleo timer instance token.
    long
    Returns the primary key of this kaleo timer instance token.
    long
    Returns the user ID of this kaleo timer instance token.
    Returns the user name of this kaleo timer instance token.
    Returns the user uuid of this kaleo timer instance token.
    Returns the workflow context of this kaleo timer instance token.
    boolean
    Returns true if this kaleo timer instance token is blocking.
    boolean
    Returns true if this kaleo timer instance token is completed.
    void
    setBlocking(boolean blocking)
    Sets whether this kaleo timer instance token is blocking.
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo timer instance token.
    void
    setCompleted(boolean completed)
    Sets whether this kaleo timer instance token is completed.
    void
    setCompletionDate(Date completionDate)
    Sets the completion date of this kaleo timer instance token.
    void
    setCompletionUserId(long completionUserId)
    Sets the completion user ID of this kaleo timer instance token.
    void
    setCompletionUserUuid(String completionUserUuid)
    Sets the completion user uuid of this kaleo timer instance token.
    void
    setCreateDate(Date createDate)
    Sets the create date of this kaleo timer instance token.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this kaleo timer instance token.
    void
    setGroupId(long groupId)
    Sets the group ID of this kaleo timer instance token.
    void
    setKaleoClassName(String kaleoClassName)
    Sets the kaleo class name of this kaleo timer instance token.
    void
    setKaleoClassPK(long kaleoClassPK)
    Sets the kaleo class pk of this kaleo timer instance token.
    void
    setKaleoDefinitionId(long kaleoDefinitionId)
    Sets the kaleo definition ID of this kaleo timer instance token.
    void
    setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Sets the kaleo definition version ID of this kaleo timer instance token.
    void
    setKaleoInstanceId(long kaleoInstanceId)
    Sets the kaleo instance ID of this kaleo timer instance token.
    void
    setKaleoInstanceTokenId(long kaleoInstanceTokenId)
    Sets the kaleo instance token ID of this kaleo timer instance token.
    void
    setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Sets the kaleo task instance token ID of this kaleo timer instance token.
    void
    setKaleoTimerId(long kaleoTimerId)
    Sets the kaleo timer ID of this kaleo timer instance token.
    void
    setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
    Sets the kaleo timer instance token ID of this kaleo timer instance token.
    void
    setKaleoTimerName(String kaleoTimerName)
    Sets the kaleo timer name of this kaleo timer instance token.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this kaleo timer instance token.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this kaleo timer instance token.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo timer instance token.
    void
    setUserId(long userId)
    Sets the user ID of this kaleo timer instance token.
    void
    setUserName(String userName)
    Sets the user name of this kaleo timer instance token.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this kaleo timer instance token.
    void
    setWorkflowContext(String workflowContext)
    Sets the workflow context of this kaleo timer instance token.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      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>
      Returns:
      the primary key of this kaleo timer instance token
    • setPrimaryKey

      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>
      Parameters:
      primaryKey - the primary key of this kaleo timer instance token
    • getMvccVersion

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

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

      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>
      Returns:
      the ct collection ID of this kaleo timer instance token
    • setCtCollectionId

      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>
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo timer instance token
    • getKaleoTimerInstanceTokenId

      long getKaleoTimerInstanceTokenId()
      Returns the kaleo timer instance token ID of this kaleo timer instance token.
      Returns:
      the kaleo timer instance token ID of this kaleo timer instance token
    • setKaleoTimerInstanceTokenId

      void setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
      Sets the kaleo timer instance token ID of this kaleo timer instance token.
      Parameters:
      kaleoTimerInstanceTokenId - the kaleo timer instance token ID of this kaleo timer instance token
    • getGroupId

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

      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
      Parameters:
      groupId - the group ID of this kaleo timer instance token
    • getCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo timer instance token
    • setCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo timer instance token
    • getUserId

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

      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
      Parameters:
      userId - the user ID of this kaleo timer instance token
    • getUserUuid

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

      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
      Parameters:
      userUuid - the user uuid of this kaleo timer instance token
    • getUserName

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

      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
      Parameters:
      userName - the user name of this kaleo timer instance token
    • getCreateDate

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

      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
      Parameters:
      createDate - the create date of this kaleo timer instance token
    • getModifiedDate

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

      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
      Parameters:
      modifiedDate - the modified date of this kaleo timer instance token
    • getKaleoClassName

      @AutoEscape String getKaleoClassName()
      Returns the kaleo class name of this kaleo timer instance token.
      Returns:
      the kaleo class name of this kaleo timer instance token
    • setKaleoClassName

      void setKaleoClassName(String kaleoClassName)
      Sets the kaleo class name of this kaleo timer instance token.
      Parameters:
      kaleoClassName - the kaleo class name of this kaleo timer instance token
    • getKaleoClassPK

      long getKaleoClassPK()
      Returns the kaleo class pk of this kaleo timer instance token.
      Returns:
      the kaleo class pk of this kaleo timer instance token
    • setKaleoClassPK

      void setKaleoClassPK(long kaleoClassPK)
      Sets the kaleo class pk of this kaleo timer instance token.
      Parameters:
      kaleoClassPK - the kaleo class pk of this kaleo timer instance token
    • getKaleoDefinitionId

      long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo timer instance token.
      Returns:
      the kaleo definition ID of this kaleo timer instance token
    • setKaleoDefinitionId

      void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo timer instance token.
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo timer instance token
    • getKaleoDefinitionVersionId

      long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo timer instance token.
      Returns:
      the kaleo definition version ID of this kaleo timer instance token
    • setKaleoDefinitionVersionId

      void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo timer instance token.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo timer instance token
    • getKaleoInstanceId

      long getKaleoInstanceId()
      Returns the kaleo instance ID of this kaleo timer instance token.
      Returns:
      the kaleo instance ID of this kaleo timer instance token
    • setKaleoInstanceId

      void setKaleoInstanceId(long kaleoInstanceId)
      Sets the kaleo instance ID of this kaleo timer instance token.
      Parameters:
      kaleoInstanceId - the kaleo instance ID of this kaleo timer instance token
    • getKaleoInstanceTokenId

      long getKaleoInstanceTokenId()
      Returns the kaleo instance token ID of this kaleo timer instance token.
      Returns:
      the kaleo instance token ID of this kaleo timer instance token
    • setKaleoInstanceTokenId

      void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
      Sets the kaleo instance token ID of this kaleo timer instance token.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID of this kaleo timer instance token
    • getKaleoTaskInstanceTokenId

      long getKaleoTaskInstanceTokenId()
      Returns the kaleo task instance token ID of this kaleo timer instance token.
      Returns:
      the kaleo task instance token ID of this kaleo timer instance token
    • setKaleoTaskInstanceTokenId

      void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Sets the kaleo task instance token ID of this kaleo timer instance token.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo timer instance token
    • getKaleoTimerId

      long getKaleoTimerId()
      Returns the kaleo timer ID of this kaleo timer instance token.
      Returns:
      the kaleo timer ID of this kaleo timer instance token
    • setKaleoTimerId

      void setKaleoTimerId(long kaleoTimerId)
      Sets the kaleo timer ID of this kaleo timer instance token.
      Parameters:
      kaleoTimerId - the kaleo timer ID of this kaleo timer instance token
    • getKaleoTimerName

      @AutoEscape String getKaleoTimerName()
      Returns the kaleo timer name of this kaleo timer instance token.
      Returns:
      the kaleo timer name of this kaleo timer instance token
    • setKaleoTimerName

      void setKaleoTimerName(String kaleoTimerName)
      Sets the kaleo timer name of this kaleo timer instance token.
      Parameters:
      kaleoTimerName - the kaleo timer name of this kaleo timer instance token
    • getBlocking

      boolean getBlocking()
      Returns the blocking of this kaleo timer instance token.
      Returns:
      the blocking of this kaleo timer instance token
    • isBlocking

      boolean isBlocking()
      Returns true if this kaleo timer instance token is blocking.
      Returns:
      true if this kaleo timer instance token is blocking; false otherwise
    • setBlocking

      void setBlocking(boolean blocking)
      Sets whether this kaleo timer instance token is blocking.
      Parameters:
      blocking - the blocking of this kaleo timer instance token
    • getCompletionUserId

      long getCompletionUserId()
      Returns the completion user ID of this kaleo timer instance token.
      Returns:
      the completion user ID of this kaleo timer instance token
    • setCompletionUserId

      void setCompletionUserId(long completionUserId)
      Sets the completion user ID of this kaleo timer instance token.
      Parameters:
      completionUserId - the completion user ID of this kaleo timer instance token
    • getCompletionUserUuid

      String getCompletionUserUuid()
      Returns the completion user uuid of this kaleo timer instance token.
      Returns:
      the completion user uuid of this kaleo timer instance token
    • setCompletionUserUuid

      void setCompletionUserUuid(String completionUserUuid)
      Sets the completion user uuid of this kaleo timer instance token.
      Parameters:
      completionUserUuid - the completion user uuid of this kaleo timer instance token
    • getCompleted

      boolean getCompleted()
      Returns the completed of this kaleo timer instance token.
      Returns:
      the completed of this kaleo timer instance token
    • isCompleted

      boolean isCompleted()
      Returns true if this kaleo timer instance token is completed.
      Returns:
      true if this kaleo timer instance token is completed; false otherwise
    • setCompleted

      void setCompleted(boolean completed)
      Sets whether this kaleo timer instance token is completed.
      Parameters:
      completed - the completed of this kaleo timer instance token
    • getCompletionDate

      Date getCompletionDate()
      Returns the completion date of this kaleo timer instance token.
      Returns:
      the completion date of this kaleo timer instance token
    • setCompletionDate

      void setCompletionDate(Date completionDate)
      Sets the completion date of this kaleo timer instance token.
      Parameters:
      completionDate - the completion date of this kaleo timer instance token
    • getWorkflowContext

      @AutoEscape String getWorkflowContext()
      Returns the workflow context of this kaleo timer instance token.
      Returns:
      the workflow context of this kaleo timer instance token
    • setWorkflowContext

      void setWorkflowContext(String workflowContext)
      Sets the workflow context of this kaleo timer instance token.
      Parameters:
      workflowContext - the workflow context of this kaleo timer instance token
    • cloneWithOriginalValues

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

      default String toXmlString()