Class KaleoTaskAssignmentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignment>
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskAssignment>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,KaleoTaskAssignment,KaleoTaskAssignmentModel,Serializable,Cloneable,Comparable<KaleoTaskAssignment>
public class KaleoTaskAssignmentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignment>
implements KaleoTaskAssignment, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskAssignment>
This class is a wrapper for KaleoTaskAssignment.
- 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.KaleoTaskAssignment
KALEO_TASK_ASSIGNMENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the assignee action ID of this kaleo task assignment.Returns the assignee class name of this kaleo task assignment.longReturns the assignee class pk of this kaleo task assignment.Returns the assignee script of this kaleo task assignment.Returns the assignee script language of this kaleo task assignment.Returns the assignee script required contexts of this kaleo task assignment.longReturns the company ID of this kaleo task assignment.Returns the create date of this kaleo task assignment.longReturns the ct collection ID of this kaleo task assignment.longReturns the group ID of this kaleo task assignment.Returns the kaleo class name of this kaleo task assignment.longReturns the kaleo class pk of this kaleo task assignment.longReturns the kaleo definition ID of this kaleo task assignment.longReturns the kaleo definition version ID of this kaleo task assignment.longReturns the kaleo node ID of this kaleo task assignment.longReturns the kaleo task assignment ID of this kaleo task assignment.Returns the modified date of this kaleo task assignment.longReturns the mvcc version of this kaleo task assignment.longReturns the primary key of this kaleo task assignment.longReturns the user ID of this kaleo task assignment.Returns the user name of this kaleo task assignment.Returns the user uuid of this kaleo task assignment.voidpersist()voidsetAssigneeActionId(String assigneeActionId) Sets the assignee action ID of this kaleo task assignment.voidsetAssigneeClassName(String assigneeClassName) Sets the assignee class name of this kaleo task assignment.voidsetAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment.voidsetAssigneeScript(String assigneeScript) Sets the assignee script of this kaleo task assignment.voidsetAssigneeScriptLanguage(String assigneeScriptLanguage) Sets the assignee script language of this kaleo task assignment.voidsetAssigneeScriptRequiredContexts(String assigneeScriptRequiredContexts) Sets the assignee script required contexts of this kaleo task assignment.voidsetCompanyId(long companyId) Sets the company ID of this kaleo task assignment.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task assignment.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment.voidsetGroupId(long groupId) Sets the group ID of this kaleo task assignment.voidsetKaleoClassName(String kaleoClassName) Sets the kaleo class name of this kaleo task assignment.voidsetKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo task assignment.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment.voidsetKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task assignment.voidsetKaleoTaskAssignmentId(long kaleoTaskAssignmentId) Sets the kaleo task assignment ID of this kaleo task assignment.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task assignment.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment.voidsetUserId(long userId) Sets the user ID of this kaleo task assignment.voidsetUserName(String userName) Sets the user name of this kaleo task assignment.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task assignment.protected KaleoTaskAssignmentWrapperwrap(KaleoTaskAssignment kaleoTaskAssignment) 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
-
KaleoTaskAssignmentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTaskAssignmentModel
-
getAssigneeActionId
Returns the assignee action ID of this kaleo task assignment.- Specified by:
getAssigneeActionIdin interfaceKaleoTaskAssignmentModel- Returns:
- the assignee action ID of this kaleo task assignment
-
getAssigneeClassName
Returns the assignee class name of this kaleo task assignment.- Specified by:
getAssigneeClassNamein interfaceKaleoTaskAssignmentModel- Returns:
- the assignee class name of this kaleo task assignment
-
getAssigneeClassPK
public long getAssigneeClassPK()Returns the assignee class pk of this kaleo task assignment.- Specified by:
getAssigneeClassPKin interfaceKaleoTaskAssignmentModel- Returns:
- the assignee class pk of this kaleo task assignment
-
getAssigneeScript
Returns the assignee script of this kaleo task assignment.- Specified by:
getAssigneeScriptin interfaceKaleoTaskAssignmentModel- Returns:
- the assignee script of this kaleo task assignment
-
getAssigneeScriptLanguage
Returns the assignee script language of this kaleo task assignment.- Specified by:
getAssigneeScriptLanguagein interfaceKaleoTaskAssignmentModel- Returns:
- the assignee script language of this kaleo task assignment
-
getAssigneeScriptRequiredContexts
Returns the assignee script required contexts of this kaleo task assignment.- Specified by:
getAssigneeScriptRequiredContextsin interfaceKaleoTaskAssignmentModel- Returns:
- the assignee script required contexts of this kaleo task assignment
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task assignment.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTaskAssignmentModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo task assignment
-
getCreateDate
Returns the create date of this kaleo task assignment.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTaskAssignmentModel- Returns:
- the create date of this kaleo task assignment
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo task assignment.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>- Specified by:
getCtCollectionIdin interfaceKaleoTaskAssignmentModel- Returns:
- the ct collection ID of this kaleo task assignment
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task assignment.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTaskAssignmentModel- Returns:
- the group ID of this kaleo task assignment
-
getKaleoClassName
Returns the kaleo class name of this kaleo task assignment.- Specified by:
getKaleoClassNamein interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo class name of this kaleo task assignment
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo task assignment.- Specified by:
getKaleoClassPKin interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo class pk of this kaleo task assignment
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task assignment.- Specified by:
getKaleoDefinitionIdin interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo definition ID of this kaleo task assignment
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task assignment.- Specified by:
getKaleoDefinitionVersionIdin interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo definition version ID of this kaleo task assignment
-
getKaleoNodeId
public long getKaleoNodeId()Returns the kaleo node ID of this kaleo task assignment.- Specified by:
getKaleoNodeIdin interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo node ID of this kaleo task assignment
-
getKaleoTaskAssignmentId
public long getKaleoTaskAssignmentId()Returns the kaleo task assignment ID of this kaleo task assignment.- Specified by:
getKaleoTaskAssignmentIdin interfaceKaleoTaskAssignmentModel- Returns:
- the kaleo task assignment ID of this kaleo task assignment
-
getModifiedDate
Returns the modified date of this kaleo task assignment.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTaskAssignmentModel- Returns:
- the modified date of this kaleo task assignment
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo task assignment.- Specified by:
getMvccVersionin interfaceKaleoTaskAssignmentModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task assignment
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task assignment.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>- Specified by:
getPrimaryKeyin interfaceKaleoTaskAssignmentModel- Returns:
- the primary key of this kaleo task assignment
-
getUserId
public long getUserId()Returns the user ID of this kaleo task assignment.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTaskAssignmentModel- Returns:
- the user ID of this kaleo task assignment
-
getUserName
Returns the user name of this kaleo task assignment.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoTaskAssignmentModel- Returns:
- the user name of this kaleo task assignment
-
getUserUuid
Returns the user uuid of this kaleo task assignment.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTaskAssignmentModel- Returns:
- the user uuid of this kaleo task assignment
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssigneeActionId
Sets the assignee action ID of this kaleo task assignment.- Specified by:
setAssigneeActionIdin interfaceKaleoTaskAssignmentModel- Parameters:
assigneeActionId- the assignee action ID of this kaleo task assignment
-
setAssigneeClassName
Sets the assignee class name of this kaleo task assignment.- Specified by:
setAssigneeClassNamein interfaceKaleoTaskAssignmentModel- Parameters:
assigneeClassName- the assignee class name of this kaleo task assignment
-
setAssigneeClassPK
public void setAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment.- Specified by:
setAssigneeClassPKin interfaceKaleoTaskAssignmentModel- Parameters:
assigneeClassPK- the assignee class pk of this kaleo task assignment
-
setAssigneeScript
Sets the assignee script of this kaleo task assignment.- Specified by:
setAssigneeScriptin interfaceKaleoTaskAssignmentModel- Parameters:
assigneeScript- the assignee script of this kaleo task assignment
-
setAssigneeScriptLanguage
Sets the assignee script language of this kaleo task assignment.- Specified by:
setAssigneeScriptLanguagein interfaceKaleoTaskAssignmentModel- Parameters:
assigneeScriptLanguage- the assignee script language of this kaleo task assignment
-
setAssigneeScriptRequiredContexts
Sets the assignee script required contexts of this kaleo task assignment.- Specified by:
setAssigneeScriptRequiredContextsin interfaceKaleoTaskAssignmentModel- Parameters:
assigneeScriptRequiredContexts- the assignee script required contexts of this kaleo task assignment
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task assignment.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTaskAssignmentModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo task assignment
-
setCreateDate
Sets the create date of this kaleo task assignment.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceKaleoTaskAssignmentModel- Parameters:
createDate- the create date of this kaleo task assignment
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>- Specified by:
setCtCollectionIdin interfaceKaleoTaskAssignmentModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo task assignment
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo task assignment.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoTaskAssignmentModel- Parameters:
groupId- the group ID of this kaleo task assignment
-
setKaleoClassName
Sets the kaleo class name of this kaleo task assignment.- Specified by:
setKaleoClassNamein interfaceKaleoTaskAssignmentModel- Parameters:
kaleoClassName- the kaleo class name of this kaleo task assignment
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo task assignment.- Specified by:
setKaleoClassPKin interfaceKaleoTaskAssignmentModel- Parameters:
kaleoClassPK- the kaleo class pk of this kaleo task assignment
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment.- Specified by:
setKaleoDefinitionIdin interfaceKaleoTaskAssignmentModel- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task assignment
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment.- Specified by:
setKaleoDefinitionVersionIdin interfaceKaleoTaskAssignmentModel- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task assignment
-
setKaleoNodeId
public void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task assignment.- Specified by:
setKaleoNodeIdin interfaceKaleoTaskAssignmentModel- Parameters:
kaleoNodeId- the kaleo node ID of this kaleo task assignment
-
setKaleoTaskAssignmentId
public void setKaleoTaskAssignmentId(long kaleoTaskAssignmentId) Sets the kaleo task assignment ID of this kaleo task assignment.- Specified by:
setKaleoTaskAssignmentIdin interfaceKaleoTaskAssignmentModel- Parameters:
kaleoTaskAssignmentId- the kaleo task assignment ID of this kaleo task assignment
-
setModifiedDate
Sets the modified date of this kaleo task assignment.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceKaleoTaskAssignmentModel- Parameters:
modifiedDate- the modified date of this kaleo task assignment
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment.- Specified by:
setMvccVersionin interfaceKaleoTaskAssignmentModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task assignment
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>- Specified by:
setPrimaryKeyin interfaceKaleoTaskAssignmentModel- Parameters:
primaryKey- the primary key of this kaleo task assignment
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo task assignment.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTaskAssignmentModel- Parameters:
userId- the user ID of this kaleo task assignment
-
setUserName
Sets the user name of this kaleo task assignment.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoTaskAssignmentModel- Parameters:
userName- the user name of this kaleo task assignment
-
setUserUuid
Sets the user uuid of this kaleo task assignment.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoTaskAssignmentModel- Parameters:
userUuid- the user uuid of this kaleo task assignment
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTaskAssignmentModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignment>
-