@ProviderType public interface KaleoTaskAssignmentInstanceModel extends BaseModel<KaleoTaskAssignmentInstance>, GroupedModel, 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 |
---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model 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 |
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 |
getPrimaryKey()
Returns the primary key of this kaleo task assignment instance.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model 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.
|
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isCompleted()
Returns
true if this kaleo task assignment instance is completed. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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 |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task assignment instance.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model 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.
|
CacheModel<KaleoTaskAssignmentInstance> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
KaleoTaskAssignmentInstance |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
java.lang.String |
toString() |
KaleoTaskAssignmentInstance |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key 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 GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this kaleo task assignment instancelong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this kaleo task assignment instancelong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this kaleo task assignment instancejava.lang.String getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this kaleo task assignment instance@AutoEscape java.lang.String getUserName()
getUserName
in interface AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface AuditedModel
userName
- the user name of this kaleo task assignment instancejava.util.Date getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this kaleo task assignment instancejava.util.Date getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- 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 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 instanceboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<KaleoTaskAssignmentInstance>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<KaleoTaskAssignmentInstance>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<KaleoTaskAssignmentInstance>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<KaleoTaskAssignmentInstance>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<KaleoTaskAssignmentInstance>
true
if this model instance is escaped;
false
otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<KaleoTaskAssignmentInstance>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<KaleoTaskAssignmentInstance>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<KaleoTaskAssignmentInstance>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<KaleoTaskAssignmentInstance>
void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<KaleoTaskAssignmentInstance>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<KaleoTaskAssignmentInstance>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
java.lang.Object clone()
BaseModel
clone
in interface BaseModel<KaleoTaskAssignmentInstance>
int compareTo(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
compareTo
in interface java.lang.Comparable<KaleoTaskAssignmentInstance>
int hashCode()
hashCode
in class java.lang.Object
CacheModel<KaleoTaskAssignmentInstance> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<KaleoTaskAssignmentInstance>
KaleoTaskAssignmentInstance toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<KaleoTaskAssignmentInstance>
AutoEscapeBeanHandler
KaleoTaskAssignmentInstance toUnescapedModel()
toUnescapedModel
in interface BaseModel<KaleoTaskAssignmentInstance>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
BaseModel
toXmlString
in interface BaseModel<KaleoTaskAssignmentInstance>