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.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.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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo task assignment.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getGroupIdin 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:
setGroupIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin 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:
setUserUuidin 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:
getUserNamein 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:
setUserNamein 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:
getCreateDatein 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:
setCreateDatein 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:
getModifiedDatein 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:
setModifiedDatein 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
-
toXmlString
-