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
model
Fields 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.long
Returns the class pk of this kaleo task instance token.long
Returns the company ID of this kaleo task instance token.boolean
Returns the completed of this kaleo task instance token.Returns the completion date of this kaleo task instance token.long
Returns 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.long
Returns the ct collection ID of this kaleo task instance token.Returns the due date of this kaleo task instance token.long
Returns the group ID of this kaleo task instance token.long
Returns the kaleo definition ID of this kaleo task instance token.long
Returns the kaleo definition version ID of this kaleo task instance token.long
Returns the kaleo instance ID of this kaleo task instance token.long
Returns the kaleo instance token ID of this kaleo task instance token.long
Returns the kaleo task ID of this kaleo task instance token.long
Returns 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.long
Returns the mvcc version of this kaleo task instance token.long
Returns the primary key of this kaleo task instance token.long
Returns 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.boolean
Returnstrue
if this kaleo task instance token is completed.void
persist()
void
setClassName
(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
(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
(String completionUserUuid) Sets the completion user uuid of this kaleo task instance token.void
setCreateDate
(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
(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
(String kaleoTaskName) Sets the kaleo task name of this kaleo task instance token.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this kaleo task instance token.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo task instance token.void
setWorkflowContext
(String workflowContext) Sets the workflow context of this kaleo task instance token.protected KaleoTaskInstanceTokenWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskInstanceTokenWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTaskInstanceTokenModel
-
getClassName
Returns the class name of this kaleo task instance token.- Specified by:
getClassName
in 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:
getClassPK
in 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:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTaskInstanceTokenModel
- Specified by:
getCompanyId
in 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:
getCompleted
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the completed of this kaleo task instance token
-
getCompletionDate
Returns the completion date of this kaleo task instance token.- Specified by:
getCompletionDate
in 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:
getCompletionUserId
in 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:
getCompletionUserUuid
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>
- Specified by:
getCtCollectionId
in 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:
getDueDate
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the due date of this kaleo task instance token
-
getFirstKaleoTaskAssignmentInstance
- Specified by:
getFirstKaleoTaskAssignmentInstance
in interfaceKaleoTaskInstanceToken
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task instance token.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in 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:
getKaleoDefinitionId
in 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:
getKaleoDefinitionVersionId
in 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:
getKaleoInstanceId
in 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:
getKaleoInstanceToken
in 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:
getKaleoInstanceTokenId
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the kaleo instance token ID of this kaleo task instance token
-
getKaleoTask
- Specified by:
getKaleoTask
in interfaceKaleoTaskInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoTaskAssignmentInstances
- Specified by:
getKaleoTaskAssignmentInstances
in interfaceKaleoTaskInstanceToken
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task instance token.- Specified by:
getKaleoTaskId
in 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:
getKaleoTaskInstanceTokenId
in 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:
getKaleoTaskName
in 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:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceKaleoTaskInstanceTokenModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>
- Specified by:
getPrimaryKey
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the user ID of this kaleo task instance token
-
getUserName
Returns the user name of this kaleo task instance token.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the user name of this kaleo task instance token
-
getUserUuid
Returns the user uuid of this kaleo task instance token.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the user uuid of this kaleo task instance token
-
getWorkflowContext
Returns the workflow context of this kaleo task instance token.- Specified by:
getWorkflowContext
in interfaceKaleoTaskInstanceTokenModel
- Returns:
- the workflow context of this kaleo task instance token
-
isCompleted
public boolean isCompleted()Returnstrue
if this kaleo task instance token is completed.- Specified by:
isCompleted
in interfaceKaleoTaskInstanceTokenModel
- Returns:
true
if this kaleo task instance token is completed;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
Sets the class name of this kaleo task instance token.- Specified by:
setClassName
in 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:
setClassPK
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTaskInstanceTokenModel
- Specified by:
setCompanyId
in 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:
setCompleted
in interfaceKaleoTaskInstanceTokenModel
- Parameters:
completed
- the completed of this kaleo task instance token
-
setCompletionDate
Sets the completion date of this kaleo task instance token.- Specified by:
setCompletionDate
in 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:
setCompletionUserId
in 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:
setCompletionUserUuid
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>
- Specified by:
setCtCollectionId
in 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:
setDueDate
in 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:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in 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:
setKaleoDefinitionId
in 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:
setKaleoDefinitionVersionId
in 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:
setKaleoInstanceId
in 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:
setKaleoInstanceTokenId
in 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:
setKaleoTaskId
in 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:
setKaleoTaskInstanceTokenId
in 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:
setKaleoTaskName
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceKaleoTaskInstanceTokenModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskInstanceToken>
- Specified by:
setPrimaryKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in 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:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in 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:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in 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:
setWorkflowContext
in interfaceKaleoTaskInstanceTokenModel
- Parameters:
workflowContext
- the workflow context of this kaleo task instance token
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTaskInstanceTokenModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskInstanceToken>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskInstanceToken>
-