@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
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.
KaleoTimerInstanceToken| Modifier and Type | Method and Description |
|---|---|
KaleoTimerInstanceToken |
cloneWithOriginalValues() |
boolean |
getBlocking()
Returns the blocking of this kaleo timer instance token.
|
long |
getCompanyId()
Returns the company ID of this kaleo timer instance token.
|
boolean |
getCompleted()
Returns the completed of this kaleo timer instance token.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo timer instance token.
|
long |
getCompletionUserId()
Returns the completion user ID of this kaleo timer instance token.
|
java.lang.String |
getCompletionUserUuid()
Returns the completion user uuid of this kaleo timer instance token.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo timer instance token.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo timer instance token.
|
long |
getGroupId()
Returns the group ID of this kaleo timer instance token.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo timer instance token.
|
long |
getKaleoClassPK()
Returns the kaleo class pk of this kaleo timer instance token.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo timer instance token.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo timer instance token.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo timer instance token.
|
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo timer instance token.
|
long |
getKaleoTaskInstanceTokenId()
Returns the kaleo task instance token ID of this kaleo timer instance token.
|
long |
getKaleoTimerId()
Returns the kaleo timer ID of this kaleo timer instance token.
|
long |
getKaleoTimerInstanceTokenId()
Returns the kaleo timer instance token ID of this kaleo timer instance token.
|
java.lang.String |
getKaleoTimerName()
Returns the kaleo timer name of this kaleo timer instance token.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo timer instance token.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo timer instance token.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo timer instance token.
|
long |
getUserId()
Returns the user ID of this kaleo timer instance token.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo timer instance token.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo timer instance token.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo timer instance token.
|
boolean |
isBlocking()
Returns
true if this kaleo timer instance token is blocking. |
boolean |
isCompleted()
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(java.util.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(java.lang.String completionUserUuid)
Sets the completion user uuid of this kaleo timer instance token.
|
void |
setCreateDate(java.util.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(java.lang.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(java.lang.String kaleoTimerName)
Sets the kaleo timer name of this kaleo timer instance token.
|
void |
setModifiedDate(java.util.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(java.lang.String userName)
Sets the user name of this kaleo timer instance token.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo timer instance token.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo timer instance token.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>primaryKey - the primary key of this kaleo timer 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 timer instance tokenlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>ctCollectionId - the ct collection ID of this kaleo timer instance tokenlong getKaleoTimerInstanceTokenId()
void setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
kaleoTimerInstanceTokenId - the kaleo timer instance token ID of this kaleo timer 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 timer 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 timer 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 timer 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 timer 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 timer 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 timer 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 timer instance token@AutoEscape java.lang.String getKaleoClassName()
void setKaleoClassName(java.lang.String kaleoClassName)
kaleoClassName - the kaleo class name of this kaleo timer instance tokenlong getKaleoClassPK()
void setKaleoClassPK(long kaleoClassPK)
kaleoClassPK - the kaleo class pk of this kaleo timer instance tokenlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo timer instance tokenlong getKaleoDefinitionVersionId()
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo timer instance tokenlong getKaleoInstanceId()
void setKaleoInstanceId(long kaleoInstanceId)
kaleoInstanceId - the kaleo instance ID of this kaleo timer instance tokenlong getKaleoInstanceTokenId()
void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
kaleoInstanceTokenId - the kaleo instance token ID of this kaleo timer instance tokenlong getKaleoTaskInstanceTokenId()
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo timer instance tokenlong getKaleoTimerId()
void setKaleoTimerId(long kaleoTimerId)
kaleoTimerId - the kaleo timer ID of this kaleo timer instance token@AutoEscape java.lang.String getKaleoTimerName()
void setKaleoTimerName(java.lang.String kaleoTimerName)
kaleoTimerName - the kaleo timer name of this kaleo timer instance tokenboolean getBlocking()
boolean isBlocking()
true if this kaleo timer instance token is blocking.true if this kaleo timer instance token is blocking; false otherwisevoid setBlocking(boolean blocking)
blocking - the blocking of this kaleo timer instance tokenlong getCompletionUserId()
void setCompletionUserId(long completionUserId)
completionUserId - the completion user ID of this kaleo timer instance tokenjava.lang.String getCompletionUserUuid()
void setCompletionUserUuid(java.lang.String completionUserUuid)
completionUserUuid - the completion user uuid of this kaleo timer instance tokenboolean getCompleted()
boolean isCompleted()
true if this kaleo timer instance token is completed.true if this kaleo timer instance token is completed; false otherwisevoid setCompleted(boolean completed)
completed - the completed of this kaleo timer instance tokenjava.util.Date getCompletionDate()
void setCompletionDate(java.util.Date completionDate)
completionDate - the completion date of this kaleo timer instance token@AutoEscape java.lang.String getWorkflowContext()
void setWorkflowContext(java.lang.String workflowContext)
workflowContext - the workflow context of this kaleo timer instance tokenKaleoTimerInstanceToken cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>default java.lang.String toXmlString()