Class KaleoTaskWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTask>
com.liferay.portal.workflow.kaleo.model.KaleoTaskWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTask>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoTask>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoTask
,KaleoTaskModel
,Serializable
,Cloneable
,Comparable<KaleoTask>
public class KaleoTaskWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTask>
implements KaleoTask, com.liferay.portal.kernel.model.ModelWrapper<KaleoTask>
This class is a wrapper for KaleoTask
.
- 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.KaleoTask
KALEO_TASK_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo task.Returns the create date of this kaleo task.long
Returns the ct collection ID of this kaleo task.Returns the description of this kaleo task.long
Returns the group ID of this kaleo task.long
Returns the kaleo definition ID of this kaleo task.long
Returns the kaleo definition version ID of this kaleo task.long
Returns the kaleo node ID of this kaleo task.long
Returns the kaleo task ID of this kaleo task.Returns the modified date of this kaleo task.long
Returns the mvcc version of this kaleo task.getName()
Returns the name of this kaleo task.long
Returns the primary key of this kaleo task.long
Returns the user ID of this kaleo task.Returns the user name of this kaleo task.Returns the user uuid of this kaleo task.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this kaleo task.void
setCreateDate
(Date createDate) Sets the create date of this kaleo task.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo task.void
setDescription
(String description) Sets the description of this kaleo task.void
setGroupId
(long groupId) Sets the group ID of this kaleo task.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task.void
setKaleoNodeId
(long kaleoNodeId) Sets the kaleo node ID of this kaleo task.void
setKaleoTaskId
(long kaleoTaskId) Sets the kaleo task ID of this kaleo task.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo task.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo task.void
Sets the name of this kaleo task.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo task.void
setUserId
(long userId) Sets the user ID of this kaleo task.void
setUserName
(String userName) Sets the user name of this kaleo task.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo task.protected KaleoTaskWrapper
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
-
KaleoTaskWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTask>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTask>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTask>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTaskModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTaskModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo task
-
getCreateDate
Returns the create date of this kaleo task.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoTaskModel
- Returns:
- the create date of this kaleo task
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo task.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
- Specified by:
getCtCollectionId
in interfaceKaleoTaskModel
- Returns:
- the ct collection ID of this kaleo task
-
getDescription
Returns the description of this kaleo task.- Specified by:
getDescription
in interfaceKaleoTaskModel
- Returns:
- the description of this kaleo task
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTaskModel
- Returns:
- the group ID of this kaleo task
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task.- Specified by:
getKaleoDefinitionId
in interfaceKaleoTaskModel
- Returns:
- the kaleo definition ID of this kaleo task
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoTaskModel
- Returns:
- the kaleo definition version ID of this kaleo task
-
getKaleoNode
- Specified by:
getKaleoNode
in interfaceKaleoTask
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoNodeId
public long getKaleoNodeId()Returns the kaleo node ID of this kaleo task.- Specified by:
getKaleoNodeId
in interfaceKaleoTaskModel
- Returns:
- the kaleo node ID of this kaleo task
-
getKaleoTaskAssignments
- Specified by:
getKaleoTaskAssignments
in interfaceKaleoTask
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task.- Specified by:
getKaleoTaskId
in interfaceKaleoTaskModel
- Returns:
- the kaleo task ID of this kaleo task
-
getModifiedDate
Returns the modified date of this kaleo task.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoTaskModel
- Returns:
- the modified date of this kaleo task
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo task.- Specified by:
getMvccVersion
in interfaceKaleoTaskModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo task
-
getName
Returns the name of this kaleo task.- Specified by:
getName
in interfaceKaleoTaskModel
- Returns:
- the name of this kaleo task
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
- Specified by:
getPrimaryKey
in interfaceKaleoTaskModel
- Returns:
- the primary key of this kaleo task
-
getUserId
public long getUserId()Returns the user ID of this kaleo task.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTaskModel
- Returns:
- the user ID of this kaleo task
-
getUserName
Returns the user name of this kaleo task.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTaskModel
- Returns:
- the user name of this kaleo task
-
getUserUuid
Returns the user uuid of this kaleo task.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTaskModel
- Returns:
- the user uuid of this kaleo task
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTaskModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo task
-
setCreateDate
Sets the create date of this kaleo task.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoTaskModel
- Parameters:
createDate
- the create date of this kaleo task
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
- Specified by:
setCtCollectionId
in interfaceKaleoTaskModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo task
-
setDescription
Sets the description of this kaleo task.- Specified by:
setDescription
in interfaceKaleoTaskModel
- Parameters:
description
- the description of this kaleo task
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo task.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTaskModel
- Parameters:
groupId
- the group ID of this kaleo task
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task.- Specified by:
setKaleoDefinitionId
in interfaceKaleoTaskModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo task
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoTaskModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo task
-
setKaleoNodeId
public void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task.- Specified by:
setKaleoNodeId
in interfaceKaleoTaskModel
- Parameters:
kaleoNodeId
- the kaleo node ID of this kaleo task
-
setKaleoTaskId
public void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task.- Specified by:
setKaleoTaskId
in interfaceKaleoTaskModel
- Parameters:
kaleoTaskId
- the kaleo task ID of this kaleo task
-
setModifiedDate
Sets the modified date of this kaleo task.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoTaskModel
- Parameters:
modifiedDate
- the modified date of this kaleo task
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task.- Specified by:
setMvccVersion
in interfaceKaleoTaskModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo task
-
setName
Sets the name of this kaleo task.- Specified by:
setName
in interfaceKaleoTaskModel
- Parameters:
name
- the name of this kaleo task
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
- Specified by:
setPrimaryKey
in interfaceKaleoTaskModel
- Parameters:
primaryKey
- the primary key of this kaleo task
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo task.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTaskModel
- Parameters:
userId
- the user ID of this kaleo task
-
setUserName
Sets the user name of this kaleo task.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTaskModel
- Parameters:
userName
- the user name of this kaleo task
-
setUserUuid
Sets the user uuid of this kaleo task.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTaskModel
- Parameters:
userUuid
- the user uuid of this kaleo task
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTaskModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTask>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTask>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTask>
-