Class KaleoTaskAssignmentInstanceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignmentInstance>
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstanceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,KaleoTaskAssignmentInstance,KaleoTaskAssignmentInstanceModel,Serializable,Cloneable,Comparable<KaleoTaskAssignmentInstance>
public class KaleoTaskAssignmentInstanceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignmentInstance>
implements KaleoTaskAssignmentInstance, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskAssignmentInstance>
This class is a wrapper for KaleoTaskAssignmentInstance.
- 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.KaleoTaskAssignmentInstance
KALEO_TASK_ASSIGNMENT_INSTANCE_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionKaleoTaskAssignmentInstanceWrapper(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) -
Method Summary
Modifier and TypeMethodDescriptionReturns the assignee class name of this kaleo task assignment instance.longReturns the assignee class pk of this kaleo task assignment instance.longReturns the company ID of this kaleo task assignment instance.booleanReturns the completed of this kaleo task assignment instance.Returns the completion date of this kaleo task assignment instance.Returns the create date of this kaleo task assignment instance.longReturns the ct collection ID of this kaleo task assignment instance.longReturns the group ID of this kaleo task assignment instance.longReturns the kaleo definition ID of this kaleo task assignment instance.longReturns the kaleo definition version ID of this kaleo task assignment instance.longReturns the kaleo instance ID of this kaleo task assignment instance.longReturns the kaleo instance token ID of this kaleo task assignment instance.longReturns the kaleo task assignment instance ID of this kaleo task assignment instance.longReturns the kaleo task ID of this kaleo task assignment instance.longReturns the kaleo task instance token ID of this kaleo task assignment instance.Returns the kaleo task name of this kaleo task assignment instance.Returns the modified date of this kaleo task assignment instance.longReturns the mvcc version of this kaleo task assignment instance.longReturns the primary key of this kaleo task assignment instance.longReturns the user ID of this kaleo task assignment instance.Returns the user name of this kaleo task assignment instance.Returns the user uuid of this kaleo task assignment instance.booleanReturnstrueif this kaleo task assignment instance is completed.voidpersist()voidsetAssigneeClassName(String assigneeClassName) Sets the assignee class name of this kaleo task assignment instance.voidsetAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment instance.voidsetCompanyId(long companyId) Sets the company ID of this kaleo task assignment instance.voidsetCompleted(boolean completed) Sets whether this kaleo task assignment instance is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo task assignment instance.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task assignment instance.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment instance.voidsetGroupId(long groupId) Sets the group ID of this kaleo task assignment instance.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment instance.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment instance.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task assignment instance.voidsetKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task assignment instance.voidsetKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId) Sets the kaleo task assignment instance ID of this kaleo task assignment instance.voidsetKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task assignment instance.voidsetKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task assignment instance.voidsetKaleoTaskName(String kaleoTaskName) Sets the kaleo task name of this kaleo task assignment instance.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task assignment instance.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment instance.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment instance.voidsetUserId(long userId) Sets the user ID of this kaleo task assignment instance.voidsetUserName(String userName) Sets the user name of this kaleo task assignment instance.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task assignment instance.protected KaleoTaskAssignmentInstanceWrapperwrap(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) 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
-
KaleoTaskAssignmentInstanceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTaskAssignmentInstanceModel
-
getAssigneeClassName
Returns the assignee class name of this kaleo task assignment instance.- Specified by:
getAssigneeClassNamein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the assignee class name of this kaleo task assignment instance
-
getAssigneeClassPK
public long getAssigneeClassPK()Returns the assignee class pk of this kaleo task assignment instance.- Specified by:
getAssigneeClassPKin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the assignee class pk of this kaleo task assignment instance
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task assignment instance.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTaskAssignmentInstanceModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo task assignment instance
-
getCompleted
public boolean getCompleted()Returns the completed of this kaleo task assignment instance.- Specified by:
getCompletedin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the completed of this kaleo task assignment instance
-
getCompletionDate
Returns the completion date of this kaleo task assignment instance.- Specified by:
getCompletionDatein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the completion date of this kaleo task assignment instance
-
getCreateDate
Returns the create date of this kaleo task assignment instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the create date of this kaleo task assignment instance
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo task assignment instance.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Specified by:
getCtCollectionIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the ct collection ID of this kaleo task assignment instance
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task assignment instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the group ID of this kaleo task assignment instance
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task assignment instance.- Specified by:
getKaleoDefinitionIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo definition ID of this kaleo task assignment instance
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task assignment instance.- Specified by:
getKaleoDefinitionVersionIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo definition version ID of this kaleo task assignment instance
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo task assignment instance.- Specified by:
getKaleoInstanceIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo instance ID of this kaleo task assignment instance
-
getKaleoInstanceTokenId
public long getKaleoInstanceTokenId()Returns the kaleo instance token ID of this kaleo task assignment instance.- Specified by:
getKaleoInstanceTokenIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo instance token ID of this kaleo task assignment instance
-
getKaleoTaskAssignmentInstanceId
public long getKaleoTaskAssignmentInstanceId()Returns the kaleo task assignment instance ID of this kaleo task assignment instance.- Specified by:
getKaleoTaskAssignmentInstanceIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo task assignment instance ID of this kaleo task assignment instance
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task assignment instance.- Specified by:
getKaleoTaskIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo task ID of this kaleo task assignment instance
-
getKaleoTaskInstanceTokenId
public long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo task assignment instance.- Specified by:
getKaleoTaskInstanceTokenIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo task instance token ID of this kaleo task assignment instance
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task assignment instance.- Specified by:
getKaleoTaskNamein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the kaleo task name of this kaleo task assignment instance
-
getModifiedDate
Returns the modified date of this kaleo task assignment instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the modified date of this kaleo task assignment instance
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo task assignment instance.- Specified by:
getMvccVersionin interfaceKaleoTaskAssignmentInstanceModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task assignment instance
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task assignment instance.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Specified by:
getPrimaryKeyin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the primary key of this kaleo task assignment instance
-
getUserId
public long getUserId()Returns the user ID of this kaleo task assignment instance.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the user ID of this kaleo task assignment instance
-
getUserName
Returns the user name of this kaleo task assignment instance.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the user name of this kaleo task assignment instance
-
getUserUuid
Returns the user uuid of this kaleo task assignment instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTaskAssignmentInstanceModel- Returns:
- the user uuid of this kaleo task assignment instance
-
isCompleted
public boolean isCompleted()Returnstrueif this kaleo task assignment instance is completed.- Specified by:
isCompletedin interfaceKaleoTaskAssignmentInstanceModel- Returns:
trueif this kaleo task assignment instance is completed;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssigneeClassName
Sets the assignee class name of this kaleo task assignment instance.- Specified by:
setAssigneeClassNamein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
assigneeClassName- the assignee class name of this kaleo task assignment instance
-
setAssigneeClassPK
public void setAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment instance.- Specified by:
setAssigneeClassPKin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
assigneeClassPK- the assignee class pk of this kaleo task assignment instance
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task assignment instance.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTaskAssignmentInstanceModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo task assignment instance
-
setCompleted
public void setCompleted(boolean completed) Sets whether this kaleo task assignment instance is completed.- Specified by:
setCompletedin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
completed- the completed of this kaleo task assignment instance
-
setCompletionDate
Sets the completion date of this kaleo task assignment instance.- Specified by:
setCompletionDatein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
completionDate- the completion date of this kaleo task assignment instance
-
setCreateDate
Sets the create date of this kaleo task assignment instance.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
createDate- the create date of this kaleo task assignment instance
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment instance.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Specified by:
setCtCollectionIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo task assignment instance
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo task assignment instance.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
groupId- the group ID of this kaleo task assignment instance
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment instance.- Specified by:
setKaleoDefinitionIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task assignment instance
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment instance.- Specified by:
setKaleoDefinitionVersionIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task assignment instance
-
setKaleoInstanceId
public void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task assignment instance.- Specified by:
setKaleoInstanceIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo task assignment instance
-
setKaleoInstanceTokenId
public void setKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task assignment instance.- Specified by:
setKaleoInstanceTokenIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoInstanceTokenId- the kaleo instance token ID of this kaleo task assignment instance
-
setKaleoTaskAssignmentInstanceId
public void setKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId) Sets the kaleo task assignment instance ID of this kaleo task assignment instance.- Specified by:
setKaleoTaskAssignmentInstanceIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoTaskAssignmentInstanceId- the kaleo task assignment instance ID of this kaleo task assignment instance
-
setKaleoTaskId
public void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task assignment instance.- Specified by:
setKaleoTaskIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoTaskId- the kaleo task ID of this kaleo task assignment instance
-
setKaleoTaskInstanceTokenId
public void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task assignment instance.- Specified by:
setKaleoTaskInstanceTokenIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task assignment instance
-
setKaleoTaskName
Sets the kaleo task name of this kaleo task assignment instance.- Specified by:
setKaleoTaskNamein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
kaleoTaskName- the kaleo task name of this kaleo task assignment instance
-
setModifiedDate
Sets the modified date of this kaleo task assignment instance.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
modifiedDate- the modified date of this kaleo task assignment instance
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment instance.- Specified by:
setMvccVersionin interfaceKaleoTaskAssignmentInstanceModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task assignment instance
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment instance.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Specified by:
setPrimaryKeyin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
primaryKey- the primary key of this kaleo task assignment instance
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo task assignment instance.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
userId- the user ID of this kaleo task assignment instance
-
setUserName
Sets the user name of this kaleo task assignment instance.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoTaskAssignmentInstanceModel- Parameters:
userName- the user name of this kaleo task assignment instance
-
setUserUuid
Sets the user uuid of this kaleo task assignment instance.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoTaskAssignmentInstanceModel- Parameters:
userUuid- the user uuid of this kaleo task assignment instance
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTaskAssignmentInstanceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>
-
wrap
protected KaleoTaskAssignmentInstanceWrapper wrap(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignmentInstance>
-