Interface KaleoTaskAssignmentInstanceModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoTaskAssignmentInstance
- All Known Implementing Classes:
KaleoTaskAssignmentInstanceWrapper
@ProviderType
public interface KaleoTaskAssignmentInstanceModel
extends com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoTaskAssignmentInstance service. Represents a row in the "KaleoTaskAssignmentInstance" 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.KaleoTaskAssignmentInstanceModelImpl 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.KaleoTaskAssignmentInstanceImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the assignee class name of this kaleo task assignment instance.longReturns the assignee class pk of this kaleo task assignment instance.longReturns the company ID of this kaleo task assignment instance.booleanReturns the completed of this kaleo task assignment instance.Returns the completion date of this kaleo task assignment instance.Returns the create date of this kaleo task assignment instance.longReturns the ct collection ID of this kaleo task assignment instance.longReturns the group ID of this kaleo task assignment instance.longReturns the kaleo definition ID of this kaleo task assignment instance.longReturns the kaleo definition version ID of this kaleo task assignment instance.longReturns the kaleo instance ID of this kaleo task assignment instance.longReturns the kaleo instance token ID of this kaleo task assignment instance.longReturns the kaleo task assignment instance ID of this kaleo task assignment instance.longReturns the kaleo task ID of this kaleo task assignment instance.longReturns the kaleo task instance token ID of this kaleo task assignment instance.Returns the kaleo task name of this kaleo task assignment instance.Returns the modified date of this kaleo task assignment instance.longReturns the mvcc version of this kaleo task assignment instance.longReturns the primary key of this kaleo task assignment instance.longReturns the user ID of this kaleo task assignment instance.Returns the user name of this kaleo task assignment instance.Returns the user uuid of this kaleo task assignment instance.booleanReturnstrueif this kaleo task assignment instance is completed.voidsetAssigneeClassName(String assigneeClassName) Sets the assignee class name of this kaleo task assignment instance.voidsetAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment instance.voidsetCompanyId(long companyId) Sets the company ID of this kaleo task assignment instance.voidsetCompleted(boolean completed) Sets whether this kaleo task assignment instance is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo task assignment instance.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task assignment instance.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment instance.voidsetGroupId(long groupId) Sets the group ID of this kaleo task assignment instance.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment instance.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment instance.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task assignment instance.voidsetKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task assignment instance.voidsetKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId) Sets the kaleo task assignment instance ID of this kaleo task assignment instance.voidsetKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task assignment instance.voidsetKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task assignment instance.voidsetKaleoTaskName(String kaleoTaskName) Sets the kaleo task name of this kaleo task assignment instance.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task assignment instance.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment instance.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment instance.voidsetUserId(long userId) Sets the user ID of this kaleo task assignment instance.voidsetUserName(String userName) Sets the user name of this kaleo task assignment instance.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task assignment instance.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 instance.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Returns:
- the primary key of this kaleo task assignment instance
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task assignment instance.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Parameters:
primaryKey- the primary key of this kaleo task assignment instance
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo task assignment instance.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task assignment instance
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task assignment instance.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task assignment instance
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this kaleo task assignment instance.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Returns:
- the ct collection ID of this kaleo task assignment instance
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task assignment instance.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>- Parameters:
ctCollectionId- the ct collection ID of this kaleo task assignment instance
-
getKaleoTaskAssignmentInstanceId
long getKaleoTaskAssignmentInstanceId()Returns the kaleo task assignment instance ID of this kaleo task assignment instance.- Returns:
- the kaleo task assignment instance ID of this kaleo task assignment instance
-
setKaleoTaskAssignmentInstanceId
void setKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId) Sets the kaleo task assignment instance ID of this kaleo task assignment instance.- Parameters:
kaleoTaskAssignmentInstanceId- the kaleo task assignment instance ID of this kaleo task assignment instance
-
getGroupId
long getGroupId()Returns the group ID of this kaleo task assignment instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this kaleo task assignment instance
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo task assignment instance.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this kaleo task assignment instance
-
getCompanyId
long getCompanyId()Returns the company ID of this kaleo task assignment instance.- 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 instance
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this kaleo task assignment instance.- 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 instance
-
getUserId
long getUserId()Returns the user ID of this kaleo task assignment instance.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this kaleo task assignment instance
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo task assignment instance.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this kaleo task assignment instance
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo task assignment instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo task assignment instance
-
setUserUuid
Sets the user uuid of this kaleo task assignment instance.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo task assignment instance
-
getUserName
Returns the user name of this kaleo task assignment instance.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo task assignment instance
-
setUserName
Sets the user name of this kaleo task assignment instance.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this kaleo task assignment instance
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo task assignment instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo task assignment instance
-
setCreateDate
Sets the create date of this kaleo task assignment instance.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this kaleo task assignment instance
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo task assignment instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo task assignment instance
-
setModifiedDate
Sets the modified date of this kaleo task assignment instance.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo task assignment instance
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task assignment instance.- Returns:
- the kaleo definition ID of this kaleo task assignment instance
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task assignment instance.- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task assignment instance
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task assignment instance.- Returns:
- the kaleo definition version ID of this kaleo task assignment instance
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task assignment instance.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task assignment instance
-
getKaleoInstanceId
long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo task assignment instance.- Returns:
- the kaleo instance ID of this kaleo task assignment instance
-
setKaleoInstanceId
void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task assignment instance.- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo task assignment instance
-
getKaleoInstanceTokenId
long getKaleoInstanceTokenId()Returns the kaleo instance token ID of this kaleo task assignment instance.- Returns:
- the kaleo instance token ID of this kaleo task assignment instance
-
setKaleoInstanceTokenId
void setKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo task assignment instance.- Parameters:
kaleoInstanceTokenId- the kaleo instance token ID of this kaleo task assignment instance
-
getKaleoTaskInstanceTokenId
long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo task assignment instance.- Returns:
- the kaleo task instance token ID of this kaleo task assignment instance
-
setKaleoTaskInstanceTokenId
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task assignment instance.- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task assignment instance
-
getKaleoTaskId
long getKaleoTaskId()Returns the kaleo task ID of this kaleo task assignment instance.- Returns:
- the kaleo task ID of this kaleo task assignment instance
-
setKaleoTaskId
void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task assignment instance.- Parameters:
kaleoTaskId- the kaleo task ID of this kaleo task assignment instance
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task assignment instance.- Returns:
- the kaleo task name of this kaleo task assignment instance
-
setKaleoTaskName
Sets the kaleo task name of this kaleo task assignment instance.- Parameters:
kaleoTaskName- the kaleo task name of this kaleo task assignment instance
-
getAssigneeClassName
Returns the assignee class name of this kaleo task assignment instance.- Returns:
- the assignee class name of this kaleo task assignment instance
-
setAssigneeClassName
Sets the assignee class name of this kaleo task assignment instance.- Parameters:
assigneeClassName- the assignee class name of this kaleo task assignment instance
-
getAssigneeClassPK
long getAssigneeClassPK()Returns the assignee class pk of this kaleo task assignment instance.- Returns:
- the assignee class pk of this kaleo task assignment instance
-
setAssigneeClassPK
void setAssigneeClassPK(long assigneeClassPK) Sets the assignee class pk of this kaleo task assignment instance.- Parameters:
assigneeClassPK- the assignee class pk of this kaleo task assignment instance
-
getCompleted
boolean getCompleted()Returns the completed of this kaleo task assignment instance.- Returns:
- the completed of this kaleo task assignment instance
-
isCompleted
boolean isCompleted()Returnstrueif this kaleo task assignment instance is completed.- Returns:
trueif this kaleo task assignment instance is completed;falseotherwise
-
setCompleted
void setCompleted(boolean completed) Sets whether this kaleo task assignment instance is completed.- Parameters:
completed- the completed of this kaleo task assignment instance
-
getCompletionDate
Date getCompletionDate()Returns the completion date of this kaleo task assignment instance.- Returns:
- the completion date of this kaleo task assignment instance
-
setCompletionDate
Sets the completion date of this kaleo task assignment instance.- Parameters:
completionDate- the completion date of this kaleo task assignment instance
-
cloneWithOriginalValues
KaleoTaskAssignmentInstance cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>
-
toXmlString
-