@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
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.
KaleoTaskAssignmentInstance| Modifier and Type | Method and Description |
|---|---|
KaleoTaskAssignmentInstance |
cloneWithOriginalValues() |
java.lang.String |
getAssigneeClassName()
Returns the assignee class name of this kaleo task assignment instance.
|
long |
getAssigneeClassPK()
Returns the assignee class pk of this kaleo task assignment instance.
|
long |
getCompanyId()
Returns the company ID of this kaleo task assignment instance.
|
boolean |
getCompleted()
Returns the completed of this kaleo task assignment instance.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo task assignment instance.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task assignment instance.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo task assignment instance.
|
long |
getGroupId()
Returns the group ID of this kaleo task assignment instance.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo task assignment instance.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo task assignment instance.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo task assignment instance.
|
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo task assignment instance.
|
long |
getKaleoTaskAssignmentInstanceId()
Returns the kaleo task assignment instance ID of this kaleo task assignment instance.
|
long |
getKaleoTaskId()
Returns the kaleo task ID of this kaleo task assignment instance.
|
long |
getKaleoTaskInstanceTokenId()
Returns the kaleo task instance token ID of this kaleo task assignment instance.
|
java.lang.String |
getKaleoTaskName()
Returns the kaleo task name of this kaleo task assignment instance.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo task assignment instance.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo task assignment instance.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo task assignment instance.
|
long |
getUserId()
Returns the user ID of this kaleo task assignment instance.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo task assignment instance.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo task assignment instance.
|
boolean |
isCompleted()
Returns
true if this kaleo task assignment instance is completed. |
void |
setAssigneeClassName(java.lang.String assigneeClassName)
Sets the assignee class name of this kaleo task assignment instance.
|
void |
setAssigneeClassPK(long assigneeClassPK)
Sets the assignee class pk of this kaleo task assignment instance.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo task assignment instance.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo task assignment instance is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo task assignment instance.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo task assignment instance.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo task assignment instance.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo task assignment instance.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo task assignment instance.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo task assignment instance.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo task assignment instance.
|
void |
setKaleoInstanceTokenId(long kaleoInstanceTokenId)
Sets the kaleo instance token ID of this kaleo task assignment instance.
|
void |
setKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId)
Sets the kaleo task assignment instance ID of this kaleo task assignment instance.
|
void |
setKaleoTaskId(long kaleoTaskId)
Sets the kaleo task ID of this kaleo task assignment instance.
|
void |
setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Sets the kaleo task instance token ID of this kaleo task assignment instance.
|
void |
setKaleoTaskName(java.lang.String kaleoTaskName)
Sets the kaleo task name of this kaleo task assignment instance.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo task assignment instance.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo task assignment instance.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task assignment instance.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo task assignment instance.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo task assignment instance.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo task assignment instance.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>primaryKey - the primary key of this kaleo task assignment instancelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this kaleo task assignment instancelong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskAssignmentInstance>ctCollectionId - the ct collection ID of this kaleo task assignment instancelong getKaleoTaskAssignmentInstanceId()
void setKaleoTaskAssignmentInstanceId(long kaleoTaskAssignmentInstanceId)
kaleoTaskAssignmentInstanceId - the kaleo task assignment instance ID of this kaleo task assignment instancelong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this kaleo task assignment instancelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this kaleo task assignment instancelong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this kaleo task assignment instancejava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this kaleo task assignment instance@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this kaleo task assignment instancejava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this kaleo task assignment instancejava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this kaleo task assignment instancelong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo task assignment instancelong getKaleoDefinitionVersionId()
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo task assignment instancelong getKaleoInstanceId()
void setKaleoInstanceId(long kaleoInstanceId)
kaleoInstanceId - the kaleo instance ID of this kaleo task assignment instancelong getKaleoInstanceTokenId()
void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
kaleoInstanceTokenId - the kaleo instance token ID of this kaleo task assignment instancelong getKaleoTaskInstanceTokenId()
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo task assignment instancelong getKaleoTaskId()
void setKaleoTaskId(long kaleoTaskId)
kaleoTaskId - the kaleo task ID of this kaleo task assignment instance@AutoEscape java.lang.String getKaleoTaskName()
void setKaleoTaskName(java.lang.String kaleoTaskName)
kaleoTaskName - the kaleo task name of this kaleo task assignment instance@AutoEscape java.lang.String getAssigneeClassName()
void setAssigneeClassName(java.lang.String assigneeClassName)
assigneeClassName - the assignee class name of this kaleo task assignment instancelong getAssigneeClassPK()
void setAssigneeClassPK(long assigneeClassPK)
assigneeClassPK - the assignee class pk of this kaleo task assignment instanceboolean getCompleted()
boolean isCompleted()
true if this kaleo task assignment instance is completed.true if this kaleo task assignment instance is completed; false otherwisevoid setCompleted(boolean completed)
completed - the completed of this kaleo task assignment instancejava.util.Date getCompletionDate()
void setCompletionDate(java.util.Date completionDate)
completionDate - the completion date of this kaleo task assignment instanceKaleoTaskAssignmentInstance cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignmentInstance>