Interface KaleoTaskInstanceTokenModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoTaskInstanceToken>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoTaskInstanceToken
- All Known Implementing Classes:
KaleoTaskInstanceTokenWrapper
@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
The base model interface for the KaleoTaskInstanceToken service. Represents a row in the "KaleoTaskInstanceToken" 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.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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class name of this kaleo task instance token.longReturns the class pk of this kaleo task instance token.longReturns the company ID of this kaleo task instance token.booleanReturns the completed of this kaleo task instance token.Returns the completion date of this kaleo task instance token.longReturns the completion user ID of this kaleo task instance token.Returns the completion user uuid of this kaleo task instance token.Returns the create date of this kaleo task instance token.longReturns the ct collection ID of this kaleo task instance token.Returns the due date of this kaleo task instance token.longReturns the group ID of this kaleo task instance token.longReturns the kaleo definition ID of this kaleo task instance token.longReturns the kaleo definition version ID of this kaleo task instance token.longReturns the kaleo instance ID of this kaleo task instance token.longReturns the kaleo instance token ID of this kaleo task instance token.longReturns the kaleo task ID of this kaleo task instance token.longReturns the kaleo task instance token ID of this kaleo task instance token.Returns the kaleo task name of this kaleo task instance token.Returns the modified date of this kaleo task instance token.longReturns the mvcc version of this kaleo task instance token.longReturns the primary key of this kaleo task instance token.longReturns the user ID of this kaleo task instance token.Returns the user name of this kaleo task instance token.Returns the user uuid of this kaleo task instance token.Returns the workflow context of this kaleo task instance token.booleanReturnstrueif this kaleo task instance token is completed.voidsetClassName(String className) Sets the class name of this kaleo task instance token.voidsetClassPK(long classPK) Sets the class pk of this kaleo task instance token.voidsetCompanyId(long companyId) Sets the company ID of this kaleo task instance token.voidsetCompleted(boolean completed) Sets whether this kaleo task instance token is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo task instance token.voidsetCompletionUserId(long completionUserId) Sets the completion user ID of this kaleo task instance token.voidsetCompletionUserUuid(String completionUserUuid) Sets the completion user uuid of this kaleo task instance token.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task instance token.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task instance token.voidsetDueDate(Date dueDate) Sets the due date of this kaleo task instance token.voidsetGroupId(long groupId) Sets the group ID of this kaleo task instance token.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task instance token.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task instance token.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task instance token.voidsetKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task instance token.voidsetKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task instance token.voidsetKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task instance token.voidsetKaleoTaskName(String kaleoTaskName) Sets the kaleo task name of this kaleo task instance token.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task instance token.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task instance token.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task instance token.voidsetUserId(long userId) Sets the user ID of this kaleo task instance token.voidsetUserName(String userName) Sets the user name of this kaleo task instance token.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task instance token.voidsetWorkflowContext(String workflowContext) Sets the workflow context of this kaleo task instance token.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo task instance token.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Returns:
- the primary key of this kaleo task instance token
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task instance token.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Parameters:
primaryKey- the primary key of this kaleo task instance token
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo task instance token.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task instance token
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task instance token.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task instance token
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this kaleo task instance token.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Returns:
- the ct collection ID of this kaleo task instance token
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task instance token.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Parameters:
ctCollectionId- the ct collection ID of this kaleo task instance token
-
getKaleoTaskInstanceTokenId
long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo task instance token.- Returns:
- the kaleo task instance token ID of this kaleo task instance token
-
setKaleoTaskInstanceTokenId
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task instance token.- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task instance token
-
getGroupId
long getGroupId()Returns the group ID of this kaleo task instance token.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this kaleo task instance token
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo task instance token.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this kaleo task instance token
-
getCompanyId
long getCompanyId()Returns the company ID of this kaleo task instance token.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo task instance token
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this kaleo task instance token.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo task instance token
-
getUserId
long getUserId()Returns the user ID of this kaleo task instance token.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this kaleo task instance token
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo task instance token.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this kaleo task instance token
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo task instance token.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo task instance token
-
setUserUuid
Sets the user uuid of this kaleo task instance token.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo task instance token
-
getUserName
Returns the user name of this kaleo task instance token.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo task instance token
-
setUserName
Sets the user name of this kaleo task instance token.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this kaleo task instance token
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo task instance token.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo task instance token
-
setCreateDate
Sets the create date of this kaleo task instance token.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this kaleo task instance token
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo task instance token.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo task instance token
-
setModifiedDate
Sets the modified date of this kaleo task instance token.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo task instance token
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task instance token.- Returns:
- the kaleo definition ID of this kaleo task instance token
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task instance token.- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task instance token
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task instance token.- Returns:
- the kaleo definition version ID of this kaleo task instance token
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task instance token.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task instance token
-
getKaleoInstanceId
long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo task instance token.- Returns:
- the kaleo instance ID of this kaleo task instance token
-
setKaleoInstanceId
void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task instance token.- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo task instance token
-
getKaleoInstanceTokenId
long getKaleoInstanceTokenId()Returns the kaleo instance token ID of this kaleo task instance token.- Returns:
- the kaleo instance token ID of this kaleo task instance token
-
setKaleoInstanceTokenId
void setKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task instance token.- Parameters:
kaleoInstanceTokenId- the kaleo instance token ID of this kaleo task instance token
-
getKaleoTaskId
long getKaleoTaskId()Returns the kaleo task ID of this kaleo task instance token.- Returns:
- the kaleo task ID of this kaleo task instance token
-
setKaleoTaskId
void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task instance token.- Parameters:
kaleoTaskId- the kaleo task ID of this kaleo task instance token
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task instance token.- Returns:
- the kaleo task name of this kaleo task instance token
-
setKaleoTaskName
Sets the kaleo task name of this kaleo task instance token.- Parameters:
kaleoTaskName- the kaleo task name of this kaleo task instance token
-
getClassName
Returns the class name of this kaleo task instance token.- Returns:
- the class name of this kaleo task instance token
-
setClassName
Sets the class name of this kaleo task instance token.- Parameters:
className- the class name of this kaleo task instance token
-
getClassPK
long getClassPK()Returns the class pk of this kaleo task instance token.- Returns:
- the class pk of this kaleo task instance token
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this kaleo task instance token.- Parameters:
classPK- the class pk of this kaleo task instance token
-
getCompletionUserId
long getCompletionUserId()Returns the completion user ID of this kaleo task instance token.- Returns:
- the completion user ID of this kaleo task instance token
-
setCompletionUserId
void setCompletionUserId(long completionUserId) Sets the completion user ID of this kaleo task instance token.- Parameters:
completionUserId- the completion user ID of this kaleo task instance token
-
getCompletionUserUuid
String getCompletionUserUuid()Returns the completion user uuid of this kaleo task instance token.- Returns:
- the completion user uuid of this kaleo task instance token
-
setCompletionUserUuid
Sets the completion user uuid of this kaleo task instance token.- Parameters:
completionUserUuid- the completion user uuid of this kaleo task instance token
-
getCompleted
boolean getCompleted()Returns the completed of this kaleo task instance token.- Returns:
- the completed of this kaleo task instance token
-
isCompleted
boolean isCompleted()Returnstrueif this kaleo task instance token is completed.- Returns:
trueif this kaleo task instance token is completed;falseotherwise
-
setCompleted
void setCompleted(boolean completed) Sets whether this kaleo task instance token is completed.- Parameters:
completed- the completed of this kaleo task instance token
-
getCompletionDate
Date getCompletionDate()Returns the completion date of this kaleo task instance token.- Returns:
- the completion date of this kaleo task instance token
-
setCompletionDate
Sets the completion date of this kaleo task instance token.- Parameters:
completionDate- the completion date of this kaleo task instance token
-
getDueDate
Date getDueDate()Returns the due date of this kaleo task instance token.- Returns:
- the due date of this kaleo task instance token
-
setDueDate
Sets the due date of this kaleo task instance token.- Parameters:
dueDate- the due date of this kaleo task instance token
-
getWorkflowContext
Returns the workflow context of this kaleo task instance token.- Returns:
- the workflow context of this kaleo task instance token
-
setWorkflowContext
Sets the workflow context of this kaleo task instance token.- Parameters:
workflowContext- the workflow context of this kaleo task instance token
-
cloneWithOriginalValues
KaleoTaskInstanceToken cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
toXmlString
-