Interface KaleoTaskAssignmentModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<KaleoTaskAssignment>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoTaskAssignment
- All Known Implementing Classes:
KaleoTaskAssignmentWrapper
@ProviderType
public interface KaleoTaskAssignmentModel
extends com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoTaskAssignment service. Represents a row in the "KaleoTaskAssignment" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskAssignmentModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskAssignmentImpl
.
- See Also:
- Generated:
-
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
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo task assignment.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignment>
- Returns:
- the primary key of this kaleo task assignment
-
setPrimaryKey
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>
- Parameters:
primaryKey
- the primary key of this kaleo task assignment
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo task assignment.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo task assignment
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo task assignment
-
getCtCollectionId
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>
- Returns:
- the ct collection ID of this kaleo task assignment
-
setCtCollectionId
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>
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo task assignment
-
getKaleoTaskAssignmentId
long getKaleoTaskAssignmentId()Returns the kaleo task assignment ID of this kaleo task assignment.- Returns:
- the kaleo task assignment ID of this kaleo task assignment
-
setKaleoTaskAssignmentId
void setKaleoTaskAssignmentId(long kaleoTaskAssignmentId) Sets the kaleo task assignment ID of this kaleo task assignment.- Parameters:
kaleoTaskAssignmentId
- the kaleo task assignment ID of this kaleo task assignment
-
getGroupId
long getGroupId()Returns the group ID of this kaleo task assignment.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this kaleo task assignment
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo task assignment.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this kaleo task assignment
-
getCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo task assignment
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo task assignment
-
getUserId
long getUserId()Returns the user ID of this kaleo task assignment.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this kaleo task assignment
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo task assignment.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this kaleo task assignment
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo task assignment.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid 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
- Parameters:
userUuid
- the user uuid 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
- Returns:
- the user name 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
- Parameters:
userName
- the user name of this kaleo task assignment
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo task assignment.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the create date 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
- Parameters:
createDate
- the create date of this kaleo task assignment
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo task assignment.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the modified date 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
- Parameters:
modifiedDate
- the modified date of this kaleo task assignment
-
getKaleoClassName
Returns the kaleo class name of this kaleo task assignment.- Returns:
- the kaleo class name of this kaleo task assignment
-
setKaleoClassName
Sets the kaleo class name of this kaleo task assignment.- Parameters:
kaleoClassName
- the kaleo class name of this kaleo task assignment
-
getKaleoClassPK
long getKaleoClassPK()Returns the kaleo class pk of this kaleo task assignment.- Returns:
- the kaleo class pk of this kaleo task assignment
-
setKaleoClassPK
void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo task assignment.- Parameters:
kaleoClassPK
- the kaleo class pk of this kaleo task assignment
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task assignment.- Returns:
- the kaleo definition ID of this kaleo task assignment
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment.- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo task assignment
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task assignment.- Returns:
- the kaleo definition version ID of this kaleo task assignment
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo task assignment
-
getKaleoNodeId
long getKaleoNodeId()Returns the kaleo node ID of this kaleo task assignment.- Returns:
- the kaleo node ID of this kaleo task assignment
-
setKaleoNodeId
void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task assignment.- Parameters:
kaleoNodeId
- the kaleo node ID of this kaleo task assignment
-
getAssigneeClassName
Returns the assignee class name of this kaleo task assignment.- Returns:
- the assignee class name of this kaleo task assignment
-
setAssigneeClassName
Sets the assignee class name of this kaleo task assignment.- Parameters:
assigneeClassName
- the assignee class name of this kaleo task assignment
-
getAssigneeClassPK
long getAssigneeClassPK()Returns the assignee class pk of this kaleo task assignment.- Returns:
- the assignee class pk of this kaleo task assignment
-
setAssigneeClassPK
void setAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment.- Parameters:
assigneeClassPK
- the assignee class pk of this kaleo task assignment
-
getAssigneeActionId
Returns the assignee action ID of this kaleo task assignment.- Returns:
- the assignee action ID of this kaleo task assignment
-
setAssigneeActionId
Sets the assignee action ID of this kaleo task assignment.- Parameters:
assigneeActionId
- the assignee action ID of this kaleo task assignment
-
getAssigneeScript
Returns the assignee script of this kaleo task assignment.- Returns:
- the assignee script of this kaleo task assignment
-
setAssigneeScript
Sets the assignee script of this kaleo task assignment.- Parameters:
assigneeScript
- the assignee script of this kaleo task assignment
-
getAssigneeScriptLanguage
Returns the assignee script language of this kaleo task assignment.- Returns:
- the assignee script language of this kaleo task assignment
-
setAssigneeScriptLanguage
Sets the assignee script language of this kaleo task assignment.- Parameters:
assigneeScriptLanguage
- the assignee script language of this kaleo task assignment
-
getAssigneeScriptRequiredContexts
Returns the assignee script required contexts of this kaleo task assignment.- Returns:
- the assignee script required contexts of this kaleo task assignment
-
setAssigneeScriptRequiredContexts
Sets the assignee script required contexts of this kaleo task assignment.- Parameters:
assigneeScriptRequiredContexts
- the assignee script required contexts of this kaleo task assignment
-
cloneWithOriginalValues
KaleoTaskAssignment cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
toXmlString
-