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
model
Fields 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.long
Returns 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.long
Returns the company ID of this kaleo task assignment.Returns the create date of this kaleo task assignment.long
Returns the ct collection ID of this kaleo task assignment.long
Returns the group ID of this kaleo task assignment.Returns the kaleo class name of this kaleo task assignment.long
Returns the kaleo class pk of this kaleo task assignment.long
Returns the kaleo definition ID of this kaleo task assignment.long
Returns the kaleo definition version ID of this kaleo task assignment.long
Returns the kaleo node ID of this kaleo task assignment.long
Returns the kaleo task assignment ID of this kaleo task assignment.Returns the modified date of this kaleo task assignment.long
Returns the mvcc version of this kaleo task assignment.long
Returns the primary key of this kaleo task assignment.long
Returns 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.void
persist()
void
setAssigneeActionId
(String assigneeActionId) Sets the assignee action ID of this kaleo task assignment.void
setAssigneeClassName
(String assigneeClassName) Sets the assignee class name of this kaleo task assignment.void
setAssigneeClassPK
(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment.void
setAssigneeScript
(String assigneeScript) Sets the assignee script of this kaleo task assignment.void
setAssigneeScriptLanguage
(String assigneeScriptLanguage) Sets the assignee script language of this kaleo task assignment.void
setAssigneeScriptRequiredContexts
(String assigneeScriptRequiredContexts) Sets the assignee script required contexts of this kaleo task assignment.void
setCompanyId
(long companyId) Sets the company ID of this kaleo task assignment.void
setCreateDate
(Date createDate) Sets the create date of this kaleo task assignment.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment.void
setGroupId
(long groupId) Sets the group ID of this kaleo task assignment.void
setKaleoClassName
(String kaleoClassName) Sets the kaleo class name of this kaleo task assignment.void
setKaleoClassPK
(long kaleoClassPK) Sets the kaleo class pk of this kaleo task assignment.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment.void
setKaleoNodeId
(long kaleoNodeId) Sets the kaleo node ID of this kaleo task assignment.void
setKaleoTaskAssignmentId
(long kaleoTaskAssignmentId) Sets the kaleo task assignment ID of this kaleo task assignment.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo task assignment.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo task assignment.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo task assignment.void
setUserId
(long userId) Sets the user ID of this kaleo task assignment.void
setUserName
(String userName) Sets the user name of this kaleo task assignment.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo task assignment.protected KaleoTaskAssignmentWrapper
wrap
(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, 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
-
KaleoTaskAssignmentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTaskAssignmentModel
-
getAssigneeActionId
Returns the assignee action ID of this kaleo task assignment.- Specified by:
getAssigneeActionId
in interfaceKaleoTaskAssignmentModel
- Returns:
- the assignee action ID of this kaleo task assignment
-
getAssigneeClassName
Returns the assignee class name of this kaleo task assignment.- Specified by:
getAssigneeClassName
in 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:
getAssigneeClassPK
in interfaceKaleoTaskAssignmentModel
- Returns:
- the assignee class pk of this kaleo task assignment
-
getAssigneeScript
Returns the assignee script of this kaleo task assignment.- Specified by:
getAssigneeScript
in interfaceKaleoTaskAssignmentModel
- Returns:
- the assignee script of this kaleo task assignment
-
getAssigneeScriptLanguage
Returns the assignee script language of this kaleo task assignment.- Specified by:
getAssigneeScriptLanguage
in 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:
getAssigneeScriptRequiredContexts
in 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:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTaskAssignmentModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
- Specified by:
getCtCollectionId
in 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:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTaskAssignmentModel
- Returns:
- the group ID of this kaleo task assignment
-
getKaleoClassName
Returns the kaleo class name of this kaleo task assignment.- Specified by:
getKaleoClassName
in 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:
getKaleoClassPK
in 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:
getKaleoDefinitionId
in 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:
getKaleoDefinitionVersionId
in 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:
getKaleoNodeId
in 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:
getKaleoTaskAssignmentId
in interfaceKaleoTaskAssignmentModel
- Returns:
- the kaleo task assignment ID of this kaleo task assignment
-
getModifiedDate
Returns the modified date of this kaleo task assignment.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceKaleoTaskAssignmentModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
- Specified by:
getPrimaryKey
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTaskAssignmentModel
- Returns:
- the user ID of this kaleo task assignment
-
getUserName
Returns the user name of this kaleo task assignment.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTaskAssignmentModel
- Returns:
- the user name of this kaleo task assignment
-
getUserUuid
Returns the user uuid of this kaleo task assignment.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTaskAssignmentModel
- Returns:
- the user uuid of this kaleo task assignment
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssigneeActionId
Sets the assignee action ID of this kaleo task assignment.- Specified by:
setAssigneeActionId
in 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:
setAssigneeClassName
in 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:
setAssigneeClassPK
in interfaceKaleoTaskAssignmentModel
- Parameters:
assigneeClassPK
- the assignee class pk of this kaleo task assignment
-
setAssigneeScript
Sets the assignee script of this kaleo task assignment.- Specified by:
setAssigneeScript
in interfaceKaleoTaskAssignmentModel
- Parameters:
assigneeScript
- the assignee script of this kaleo task assignment
-
setAssigneeScriptLanguage
Sets the assignee script language of this kaleo task assignment.- Specified by:
setAssigneeScriptLanguage
in 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:
setAssigneeScriptRequiredContexts
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTaskAssignmentModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
- Specified by:
setCtCollectionId
in 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:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTaskAssignmentModel
- Parameters:
groupId
- the group ID of this kaleo task assignment
-
setKaleoClassName
Sets the kaleo class name of this kaleo task assignment.- Specified by:
setKaleoClassName
in 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:
setKaleoClassPK
in 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:
setKaleoDefinitionId
in 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:
setKaleoDefinitionVersionId
in 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:
setKaleoNodeId
in 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:
setKaleoTaskAssignmentId
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceKaleoTaskAssignmentModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
- Specified by:
setPrimaryKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTaskAssignmentModel
- Parameters:
userId
- the user ID of this kaleo task assignment
-
setUserName
Sets the user name of this kaleo task assignment.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTaskAssignmentModel
- Parameters:
userName
- the user name of this kaleo task assignment
-
setUserUuid
Sets the user uuid of this kaleo task assignment.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTaskAssignmentModel
- Parameters:
userUuid
- the user uuid of this kaleo task assignment
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTaskAssignmentModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignment>
-