@ProviderType public interface KaleoInstanceModel extends com.liferay.portal.kernel.model.BaseModel<KaleoInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceModelImpl 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.KaleoInstanceImpl.
KaleoInstance,
com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceImpl,
com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoInstance kaleoInstance) |
java.lang.String |
getClassName()
Returns the class name of this kaleo instance.
|
long |
getClassPK()
Returns the class p k of this kaleo instance.
|
long |
getCompanyId()
Returns the company ID of this kaleo instance.
|
boolean |
getCompleted()
Returns the completed of this kaleo instance.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo instance.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo instance.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this kaleo instance.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo instance.
|
java.lang.String |
getKaleoDefinitionName()
Returns the kaleo definition name of this kaleo instance.
|
int |
getKaleoDefinitionVersion()
Returns the kaleo definition version of this kaleo instance.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo instance.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo instance.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo instance.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRootKaleoInstanceTokenId()
Returns the root kaleo instance token ID of this kaleo instance.
|
long |
getUserId()
Returns the user ID of this kaleo instance.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo instance.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo instance.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo instance.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isCompleted()
Returns
true if this kaleo instance is completed. |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className)
Sets the class name of this kaleo instance.
|
void |
setClassPK(long classPK)
Sets the class p k of this kaleo instance.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo instance.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo instance is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo instance.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo instance.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this kaleo instance.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo instance.
|
void |
setKaleoDefinitionName(java.lang.String kaleoDefinitionName)
Sets the kaleo definition name of this kaleo instance.
|
void |
setKaleoDefinitionVersion(int kaleoDefinitionVersion)
Sets the kaleo definition version of this kaleo instance.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo instance.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo instance.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo instance.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
Sets the root kaleo instance token ID of this kaleo instance.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo instance.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo instance.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo instance.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo instance.
|
com.liferay.portal.kernel.model.CacheModel<KaleoInstance> |
toCacheModel() |
KaleoInstance |
toEscapedModel() |
java.lang.String |
toString() |
KaleoInstance |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this kaleo instancelong getKaleoInstanceId()
void setKaleoInstanceId(long kaleoInstanceId)
kaleoInstanceId - the kaleo instance ID of this kaleo 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 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 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 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 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 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 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 instancelong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo instance@AutoEscape java.lang.String getKaleoDefinitionName()
void setKaleoDefinitionName(java.lang.String kaleoDefinitionName)
kaleoDefinitionName - the kaleo definition name of this kaleo instanceint getKaleoDefinitionVersion()
void setKaleoDefinitionVersion(int kaleoDefinitionVersion)
kaleoDefinitionVersion - the kaleo definition version of this kaleo instancelong getRootKaleoInstanceTokenId()
void setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
rootKaleoInstanceTokenId - the root kaleo instance token ID of this kaleo instance@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className - the class name of this kaleo instancelong getClassPK()
void setClassPK(long classPK)
classPK - the class p k of this kaleo instanceboolean getCompleted()
boolean isCompleted()
true if this kaleo instance is completed.true if this kaleo instance is completed; false otherwisevoid setCompleted(boolean completed)
completed - the completed of this kaleo instancejava.util.Date getCompletionDate()
void setCompletionDate(java.util.Date completionDate)
completionDate - the completion date of this kaleo instance@AutoEscape java.lang.String getWorkflowContext()
void setWorkflowContext(java.lang.String workflowContext)
workflowContext - the workflow context of this kaleo instanceboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>int compareTo(KaleoInstance kaleoInstance)
compareTo in interface java.lang.Comparable<KaleoInstance>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<KaleoInstance> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>KaleoInstance toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>KaleoInstance toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>