@ProviderType public interface KaleoTaskInstanceTokenModel extends com.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskInstanceTokenModelImpl 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.KaleoTaskInstanceTokenImpl.
KaleoTaskInstanceToken| Modifier and Type | Method and Description |
|---|---|
KaleoTaskInstanceToken |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the class name of this kaleo task instance token.
|
long |
getClassPK()
Returns the class pk of this kaleo task instance token.
|
long |
getCompanyId()
Returns the company ID of this kaleo task instance token.
|
boolean |
getCompleted()
Returns the completed of this kaleo task instance token.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo task instance token.
|
long |
getCompletionUserId()
Returns the completion user ID of this kaleo task instance token.
|
java.lang.String |
getCompletionUserUuid()
Returns the completion user uuid of this kaleo task instance token.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task instance token.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo task instance token.
|
java.util.Date |
getDueDate()
Returns the due date of this kaleo task instance token.
|
long |
getGroupId()
Returns the group ID of this kaleo task instance token.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo task instance token.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo task instance token.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo task instance token.
|
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo task instance token.
|
long |
getKaleoTaskId()
Returns the kaleo task ID of this kaleo task instance token.
|
long |
getKaleoTaskInstanceTokenId()
Returns the kaleo task instance token ID of this kaleo task instance token.
|
java.lang.String |
getKaleoTaskName()
Returns the kaleo task name of this kaleo task instance token.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo task instance token.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo task instance token.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo task instance token.
|
long |
getUserId()
Returns the user ID of this kaleo task instance token.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo task instance token.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo task instance token.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo task instance token.
|
boolean |
isCompleted()
Returns
true if this kaleo task instance token is completed. |
void |
setClassName(java.lang.String className)
Sets the class name of this kaleo task instance token.
|
void |
setClassPK(long classPK)
Sets the class pk of this kaleo task instance token.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo task instance token.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo task instance token is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo task instance token.
|
void |
setCompletionUserId(long completionUserId)
Sets the completion user ID of this kaleo task instance token.
|
void |
setCompletionUserUuid(java.lang.String completionUserUuid)
Sets the completion user uuid of this kaleo task instance token.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo task instance token.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo task instance token.
|
void |
setDueDate(java.util.Date dueDate)
Sets the due date of this kaleo task instance token.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo task instance token.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo task instance token.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo task instance token.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo task instance token.
|
void |
setKaleoInstanceTokenId(long kaleoInstanceTokenId)
Sets the kaleo instance token ID of this kaleo task instance token.
|
void |
setKaleoTaskId(long kaleoTaskId)
Sets the kaleo task ID of this kaleo task instance token.
|
void |
setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Sets the kaleo task instance token ID of this kaleo task instance token.
|
void |
setKaleoTaskName(java.lang.String kaleoTaskName)
Sets the kaleo task name of this kaleo task instance token.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo task instance token.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo task instance token.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task instance token.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo task instance token.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo task instance token.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo task instance token.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo task instance token.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>primaryKey - the primary key of this kaleo task instance tokenlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this kaleo task instance tokenlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>ctCollectionId - the ct collection ID of this kaleo task instance tokenlong getKaleoTaskInstanceTokenId()
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo task instance tokenlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this kaleo task instance tokenlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this kaleo task instance tokenlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this kaleo task instance tokenjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this kaleo task instance token@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this kaleo task instance tokenjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this kaleo task instance tokenjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this kaleo task instance tokenlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo task instance tokenlong getKaleoDefinitionVersionId()
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo task instance tokenlong getKaleoInstanceId()
void setKaleoInstanceId(long kaleoInstanceId)
kaleoInstanceId - the kaleo instance ID of this kaleo task instance tokenlong getKaleoInstanceTokenId()
void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
kaleoInstanceTokenId - the kaleo instance token ID of this kaleo task instance tokenlong getKaleoTaskId()
void setKaleoTaskId(long kaleoTaskId)
kaleoTaskId - the kaleo task ID of this kaleo task instance token@AutoEscape java.lang.String getKaleoTaskName()
void setKaleoTaskName(java.lang.String kaleoTaskName)
kaleoTaskName - the kaleo task name of this kaleo task instance token@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className - the class name of this kaleo task instance tokenlong getClassPK()
void setClassPK(long classPK)
classPK - the class pk of this kaleo task instance tokenlong getCompletionUserId()
void setCompletionUserId(long completionUserId)
completionUserId - the completion user ID of this kaleo task instance tokenjava.lang.String getCompletionUserUuid()
void setCompletionUserUuid(java.lang.String completionUserUuid)
completionUserUuid - the completion user uuid of this kaleo task instance tokenboolean getCompleted()
boolean isCompleted()
true if this kaleo task instance token is completed.true if this kaleo task instance token is completed; false otherwisevoid setCompleted(boolean completed)
completed - the completed of this kaleo task instance tokenjava.util.Date getCompletionDate()
void setCompletionDate(java.util.Date completionDate)
completionDate - the completion date of this kaleo task instance tokenjava.util.Date getDueDate()
void setDueDate(java.util.Date dueDate)
dueDate - the due date of this kaleo task instance token@AutoEscape java.lang.String getWorkflowContext()
void setWorkflowContext(java.lang.String workflowContext)
workflowContext - the workflow context of this kaleo task instance tokenKaleoTaskInstanceToken cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>