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:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken
KALEO_TASK_INSTANCE_TOKEN_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionKaleoTaskInstanceTokenWrapper(KaleoTaskInstanceToken kaleoTaskInstanceToken) -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected KaleoTaskInstanceTokenWrapperwrap(KaleoTaskInstanceToken kaleoTaskInstanceToken) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskInstanceTokenWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTaskInstanceTokenModel
-
getClassName
Returns the class name of this kaleo task instance token.- Specified by:
getClassNamein interfaceKaleoTaskInstanceTokenModel- 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:
getClassPKin interfaceKaleoTaskInstanceTokenModel- 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTaskInstanceTokenModel- Specified by:
getCompanyIdin interfacecom.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:
getCompletedin interfaceKaleoTaskInstanceTokenModel- Returns:
- the completed of this kaleo task instance token
-
getCompletionDate
Returns the completion date of this kaleo task instance token.- Specified by:
getCompletionDatein interfaceKaleoTaskInstanceTokenModel- 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:
getCompletionUserIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the completion user ID of this kaleo task instance token
-
getCompletionUserUuid
Returns the completion user uuid of this kaleo task instance token.- Specified by:
getCompletionUserUuidin interfaceKaleoTaskInstanceTokenModel- Returns:
- the completion user uuid of this kaleo task instance token
-
getCreateDate
Returns the create date of this kaleo task instance token.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTaskInstanceTokenModel- 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Specified by:
getCtCollectionIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the ct collection ID of this kaleo task instance token
-
getDueDate
Returns the due date of this kaleo task instance token.- Specified by:
getDueDatein interfaceKaleoTaskInstanceTokenModel- Returns:
- the due date of this kaleo task instance token
-
getFirstKaleoTaskAssignmentInstance
- Specified by:
getFirstKaleoTaskAssignmentInstancein interfaceKaleoTaskInstanceToken
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task instance token.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTaskInstanceTokenModel- 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:
getKaleoDefinitionIdin interfaceKaleoTaskInstanceTokenModel- 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:
getKaleoDefinitionVersionIdin interfaceKaleoTaskInstanceTokenModel- 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:
getKaleoInstanceIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the kaleo instance ID of this kaleo task instance token
-
getKaleoInstanceToken
public KaleoInstanceToken getKaleoInstanceToken() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getKaleoInstanceTokenin interfaceKaleoTaskInstanceToken- 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:
getKaleoInstanceTokenIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the kaleo instance token ID of this kaleo task instance token
-
getKaleoTask
- Specified by:
getKaleoTaskin interfaceKaleoTaskInstanceToken- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoTaskAssignmentInstances
- Specified by:
getKaleoTaskAssignmentInstancesin interfaceKaleoTaskInstanceToken
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task instance token.- Specified by:
getKaleoTaskIdin interfaceKaleoTaskInstanceTokenModel- 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:
getKaleoTaskInstanceTokenIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the kaleo task instance token ID of this kaleo task instance token
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task instance token.- Specified by:
getKaleoTaskNamein interfaceKaleoTaskInstanceTokenModel- Returns:
- the kaleo task name of this kaleo task instance token
-
getModifiedDate
Returns the modified date of this kaleo task instance token.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTaskInstanceTokenModel- 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:
getMvccVersionin interfaceKaleoTaskInstanceTokenModel- Specified by:
getMvccVersionin interfacecom.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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Specified by:
getPrimaryKeyin interfaceKaleoTaskInstanceTokenModel- 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTaskInstanceTokenModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceKaleoTaskInstanceTokenModel- Returns:
- the user name of this kaleo task instance token
-
getUserUuid
Returns the user uuid of this kaleo task instance token.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTaskInstanceTokenModel- Returns:
- the user uuid of this kaleo task instance token
-
getWorkflowContext
Returns the workflow context of this kaleo task instance token.- Specified by:
getWorkflowContextin interfaceKaleoTaskInstanceTokenModel- Returns:
- the workflow context of this kaleo task instance token
-
isCompleted
public boolean isCompleted()Returnstrueif this kaleo task instance token is completed.- Specified by:
isCompletedin interfaceKaleoTaskInstanceTokenModel- Returns:
trueif this kaleo task instance token is completed;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
Sets the class name of this kaleo task instance token.- Specified by:
setClassNamein interfaceKaleoTaskInstanceTokenModel- 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:
setClassPKin interfaceKaleoTaskInstanceTokenModel- 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTaskInstanceTokenModel- Specified by:
setCompanyIdin interfacecom.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:
setCompletedin interfaceKaleoTaskInstanceTokenModel- Parameters:
completed- the completed of this kaleo task instance token
-
setCompletionDate
Sets the completion date of this kaleo task instance token.- Specified by:
setCompletionDatein interfaceKaleoTaskInstanceTokenModel- 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:
setCompletionUserIdin interfaceKaleoTaskInstanceTokenModel- Parameters:
completionUserId- the completion user ID of this kaleo task instance token
-
setCompletionUserUuid
Sets the completion user uuid of this kaleo task instance token.- Specified by:
setCompletionUserUuidin interfaceKaleoTaskInstanceTokenModel- Parameters:
completionUserUuid- the completion user uuid 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- Specified by:
setCreateDatein interfaceKaleoTaskInstanceTokenModel- 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Specified by:
setCtCollectionIdin interfaceKaleoTaskInstanceTokenModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo task instance token
-
setDueDate
Sets the due date of this kaleo task instance token.- Specified by:
setDueDatein interfaceKaleoTaskInstanceTokenModel- 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoDefinitionIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoDefinitionVersionIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoInstanceIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoInstanceTokenIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoTaskIdin interfaceKaleoTaskInstanceTokenModel- 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:
setKaleoTaskInstanceTokenIdin interfaceKaleoTaskInstanceTokenModel- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task instance token
-
setKaleoTaskName
Sets the kaleo task name of this kaleo task instance token.- Specified by:
setKaleoTaskNamein interfaceKaleoTaskInstanceTokenModel- Parameters:
kaleoTaskName- the kaleo task name 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- Specified by:
setModifiedDatein interfaceKaleoTaskInstanceTokenModel- 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:
setMvccVersionin interfaceKaleoTaskInstanceTokenModel- Specified by:
setMvccVersionin interfacecom.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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>- Specified by:
setPrimaryKeyin interfaceKaleoTaskInstanceTokenModel- 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTaskInstanceTokenModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceKaleoTaskInstanceTokenModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceKaleoTaskInstanceTokenModel- Parameters:
userUuid- the user uuid of this kaleo task instance token
-
setWorkflowContext
Sets the workflow context of this kaleo task instance token.- Specified by:
setWorkflowContextin interfaceKaleoTaskInstanceTokenModel- Parameters:
workflowContext- the workflow context of this kaleo task instance token
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTaskInstanceTokenModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskInstanceToken>
-