@ProviderType public interface KaleoInstanceTokenModel extends com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>, 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.KaleoInstanceTokenModelImpl 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.KaleoInstanceTokenImpl.
KaleoInstanceToken,
com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenImpl,
com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoInstanceToken kaleoInstanceToken) |
java.lang.String |
getClassName()
Returns the class name of this kaleo instance token.
|
long |
getClassPK()
Returns the class p k of this kaleo instance token.
|
long |
getCompanyId()
Returns the company ID of this kaleo instance token.
|
boolean |
getCompleted()
Returns the completed of this kaleo instance token.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo instance token.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo instance token.
|
long |
getCurrentKaleoNodeId()
Returns the current kaleo node ID of this kaleo instance token.
|
java.lang.String |
getCurrentKaleoNodeName()
Returns the current kaleo node name of this kaleo instance token.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this kaleo instance token.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo instance token.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo instance token.
|
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo instance token.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo instance token.
|
long |
getParentKaleoInstanceTokenId()
Returns the parent kaleo instance token ID of this kaleo instance token.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo instance token.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this kaleo instance token.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo instance token.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo instance token.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isCompleted()
Returns
true if this kaleo instance token is completed. |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className)
Sets the class name of this kaleo instance token.
|
void |
setClassPK(long classPK)
Sets the class p k of this kaleo instance token.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo instance token.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo instance token is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo instance token.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo instance token.
|
void |
setCurrentKaleoNodeId(long currentKaleoNodeId)
Sets the current kaleo node ID of this kaleo instance token.
|
void |
setCurrentKaleoNodeName(java.lang.String currentKaleoNodeName)
Sets the current kaleo node name of this kaleo instance token.
|
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 token.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo instance token.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo instance token.
|
void |
setKaleoInstanceTokenId(long kaleoInstanceTokenId)
Sets the kaleo instance token ID of this kaleo instance token.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo instance token.
|
void |
setNew(boolean n) |
void |
setParentKaleoInstanceTokenId(long parentKaleoInstanceTokenId)
Sets the parent kaleo instance token ID of this kaleo instance token.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo instance token.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this kaleo instance token.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo instance token.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo instance token.
|
com.liferay.portal.kernel.model.CacheModel<KaleoInstanceToken> |
toCacheModel() |
KaleoInstanceToken |
toEscapedModel() |
java.lang.String |
toString() |
KaleoInstanceToken |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this kaleo instance tokenlong getKaleoInstanceTokenId()
void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
kaleoInstanceTokenId - the kaleo instance token ID of this kaleo instance tokenlong 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 instance tokenlong 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 instance tokenlong 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 instance tokenjava.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 token@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 instance tokenjava.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 instance tokenjava.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 instance tokenlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo instance tokenlong getKaleoInstanceId()
void setKaleoInstanceId(long kaleoInstanceId)
kaleoInstanceId - the kaleo instance ID of this kaleo instance tokenlong getParentKaleoInstanceTokenId()
void setParentKaleoInstanceTokenId(long parentKaleoInstanceTokenId)
parentKaleoInstanceTokenId - the parent kaleo instance token ID of this kaleo instance tokenlong getCurrentKaleoNodeId()
void setCurrentKaleoNodeId(long currentKaleoNodeId)
currentKaleoNodeId - the current kaleo node ID of this kaleo instance token@AutoEscape java.lang.String getCurrentKaleoNodeName()
void setCurrentKaleoNodeName(java.lang.String currentKaleoNodeName)
currentKaleoNodeName - the current kaleo node name of this kaleo instance token@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className - the class name of this kaleo instance tokenlong getClassPK()
void setClassPK(long classPK)
classPK - the class p k of this kaleo instance tokenboolean getCompleted()
boolean isCompleted()
true if this kaleo instance token is completed.true if this kaleo instance token is completed; false otherwisevoid setCompleted(boolean completed)
completed - the completed of this kaleo instance tokenjava.util.Date getCompletionDate()
void setCompletionDate(java.util.Date completionDate)
completionDate - the completion date of this kaleo instance tokenboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>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<KaleoInstanceToken>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>int compareTo(KaleoInstanceToken kaleoInstanceToken)
compareTo in interface java.lang.Comparable<KaleoInstanceToken>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<KaleoInstanceToken> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>KaleoInstanceToken toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>KaleoInstanceToken toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>