public class KaleoTimerInstanceTokenWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken> implements KaleoTimerInstanceToken, com.liferay.portal.kernel.model.ModelWrapper<KaleoTimerInstanceToken>
This class is a wrapper for KaleoTimerInstanceToken.
KaleoTimerInstanceToken,
Serialized FormKALEO_TIMER_INSTANCE_TOKEN_ID_ACCESSOR| Constructor and Description |
|---|
KaleoTimerInstanceTokenWrapper(KaleoTimerInstanceToken kaleoTimerInstanceToken) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTimerInstanceToken |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoTimerInstanceToken,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTimerInstanceToken,java.lang.Object>> |
getAttributeSetterBiConsumers() |
boolean |
getBlocking()
Returns the blocking of this kaleo timer instance token.
|
long |
getCompanyId()
Returns the company ID of this kaleo timer instance token.
|
boolean |
getCompleted()
Returns the completed of this kaleo timer instance token.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo timer instance token.
|
long |
getCompletionUserId()
Returns the completion user ID of this kaleo timer instance token.
|
java.lang.String |
getCompletionUserUuid()
Returns the completion user uuid of this kaleo timer instance token.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo timer instance token.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo timer instance token.
|
long |
getGroupId()
Returns the group ID of this kaleo timer instance token.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo timer instance token.
|
long |
getKaleoClassPK()
Returns the kaleo class pk of this kaleo timer instance token.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo timer instance token.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo timer instance token.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo timer instance token.
|
KaleoInstanceToken |
getKaleoInstanceToken() |
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo timer instance token.
|
KaleoTaskInstanceToken |
getKaleoTaskInstanceToken() |
long |
getKaleoTaskInstanceTokenId()
Returns the kaleo task instance token ID of this kaleo timer instance token.
|
KaleoTimer |
getKaleoTimer() |
long |
getKaleoTimerId()
Returns the kaleo timer ID of this kaleo timer instance token.
|
long |
getKaleoTimerInstanceTokenId()
Returns the kaleo timer instance token ID of this kaleo timer instance token.
|
java.lang.String |
getKaleoTimerName()
Returns the kaleo timer name of this kaleo timer instance token.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo timer instance token.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo timer instance token.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo timer instance token.
|
long |
getUserId()
Returns the user ID of this kaleo timer instance token.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo timer instance token.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo timer instance token.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo timer instance token.
|
boolean |
isBlocking()
Returns
true if this kaleo timer instance token is blocking. |
boolean |
isCompleted()
Returns
true if this kaleo timer instance token is completed. |
void |
persist() |
void |
setBlocking(boolean blocking)
Sets whether this kaleo timer instance token is blocking.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo timer instance token.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo timer instance token is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo timer instance token.
|
void |
setCompletionUserId(long completionUserId)
Sets the completion user ID of this kaleo timer instance token.
|
void |
setCompletionUserUuid(java.lang.String completionUserUuid)
Sets the completion user uuid of this kaleo timer instance token.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo timer instance token.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo timer instance token.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo timer instance token.
|
void |
setKaleoClassName(java.lang.String kaleoClassName)
Sets the kaleo class name of this kaleo timer instance token.
|
void |
setKaleoClassPK(long kaleoClassPK)
Sets the kaleo class pk of this kaleo timer instance token.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo timer instance token.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo timer instance token.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo timer instance token.
|
void |
setKaleoInstanceTokenId(long kaleoInstanceTokenId)
Sets the kaleo instance token ID of this kaleo timer instance token.
|
void |
setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Sets the kaleo task instance token ID of this kaleo timer instance token.
|
void |
setKaleoTimerId(long kaleoTimerId)
Sets the kaleo timer ID of this kaleo timer instance token.
|
void |
setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
Sets the kaleo timer instance token ID of this kaleo timer instance token.
|
void |
setKaleoTimerName(java.lang.String kaleoTimerName)
Sets the kaleo timer name of this kaleo timer instance token.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo timer instance token.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo timer instance token.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo timer instance token.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo timer instance token.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo timer instance token.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo timer instance token.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo timer instance token.
|
java.lang.String |
toXmlString() |
protected KaleoTimerInstanceTokenWrapper |
wrap(KaleoTimerInstanceToken kaleoTimerInstanceToken) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic KaleoTimerInstanceTokenWrapper(KaleoTimerInstanceToken kaleoTimerInstanceToken)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>public KaleoTimerInstanceToken cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>cloneWithOriginalValues in interface KaleoTimerInstanceTokenModelpublic boolean getBlocking()
getBlocking in interface KaleoTimerInstanceTokenModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoTimerInstanceTokenModelpublic boolean getCompleted()
getCompleted in interface KaleoTimerInstanceTokenModelpublic java.util.Date getCompletionDate()
getCompletionDate in interface KaleoTimerInstanceTokenModelpublic long getCompletionUserId()
getCompletionUserId in interface KaleoTimerInstanceTokenModelpublic java.lang.String getCompletionUserUuid()
getCompletionUserUuid in interface KaleoTimerInstanceTokenModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoTimerInstanceTokenModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>getCtCollectionId in interface KaleoTimerInstanceTokenModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoTimerInstanceTokenModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoTimerInstanceTokenModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoTimerInstanceTokenModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoTimerInstanceTokenModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoTimerInstanceTokenModelpublic long getKaleoInstanceId()
getKaleoInstanceId in interface KaleoTimerInstanceTokenModelpublic KaleoInstanceToken getKaleoInstanceToken() throws com.liferay.portal.kernel.exception.PortalException
getKaleoInstanceToken in interface KaleoTimerInstanceTokencom.liferay.portal.kernel.exception.PortalExceptionpublic long getKaleoInstanceTokenId()
getKaleoInstanceTokenId in interface KaleoTimerInstanceTokenModelpublic KaleoTaskInstanceToken getKaleoTaskInstanceToken()
getKaleoTaskInstanceToken in interface KaleoTimerInstanceTokenpublic long getKaleoTaskInstanceTokenId()
getKaleoTaskInstanceTokenId in interface KaleoTimerInstanceTokenModelpublic KaleoTimer getKaleoTimer() throws com.liferay.portal.kernel.exception.PortalException
getKaleoTimer in interface KaleoTimerInstanceTokencom.liferay.portal.kernel.exception.PortalExceptionpublic long getKaleoTimerId()
getKaleoTimerId in interface KaleoTimerInstanceTokenModelpublic long getKaleoTimerInstanceTokenId()
getKaleoTimerInstanceTokenId in interface KaleoTimerInstanceTokenModelpublic java.lang.String getKaleoTimerName()
getKaleoTimerName in interface KaleoTimerInstanceTokenModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoTimerInstanceTokenModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoTimerInstanceTokenModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>getPrimaryKey in interface KaleoTimerInstanceTokenModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoTimerInstanceTokenModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoTimerInstanceTokenModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoTimerInstanceTokenModelpublic java.lang.String getWorkflowContext()
getWorkflowContext in interface KaleoTimerInstanceTokenModelpublic boolean isBlocking()
true if this kaleo timer instance token is blocking.isBlocking in interface KaleoTimerInstanceTokenModeltrue if this kaleo timer instance token is blocking; false otherwisepublic boolean isCompleted()
true if this kaleo timer instance token is completed.isCompleted in interface KaleoTimerInstanceTokenModeltrue if this kaleo timer instance token is completed; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBlocking(boolean blocking)
setBlocking in interface KaleoTimerInstanceTokenModelblocking - the blocking of this kaleo timer instance tokenpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoTimerInstanceTokenModelcompanyId - the company ID of this kaleo timer instance tokenpublic void setCompleted(boolean completed)
setCompleted in interface KaleoTimerInstanceTokenModelcompleted - the completed of this kaleo timer instance tokenpublic void setCompletionDate(java.util.Date completionDate)
setCompletionDate in interface KaleoTimerInstanceTokenModelcompletionDate - the completion date of this kaleo timer instance tokenpublic void setCompletionUserId(long completionUserId)
setCompletionUserId in interface KaleoTimerInstanceTokenModelcompletionUserId - the completion user ID of this kaleo timer instance tokenpublic void setCompletionUserUuid(java.lang.String completionUserUuid)
setCompletionUserUuid in interface KaleoTimerInstanceTokenModelcompletionUserUuid - the completion user uuid of this kaleo timer instance tokenpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoTimerInstanceTokenModelcreateDate - the create date of this kaleo timer instance tokenpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>setCtCollectionId in interface KaleoTimerInstanceTokenModelctCollectionId - the ct collection ID of this kaleo timer instance tokenpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoTimerInstanceTokenModelgroupId - the group ID of this kaleo timer instance tokenpublic void setKaleoClassName(java.lang.String kaleoClassName)
setKaleoClassName in interface KaleoTimerInstanceTokenModelkaleoClassName - the kaleo class name of this kaleo timer instance tokenpublic void setKaleoClassPK(long kaleoClassPK)
setKaleoClassPK in interface KaleoTimerInstanceTokenModelkaleoClassPK - the kaleo class pk of this kaleo timer instance tokenpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoTimerInstanceTokenModelkaleoDefinitionId - the kaleo definition ID of this kaleo timer instance tokenpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoTimerInstanceTokenModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo timer instance tokenpublic void setKaleoInstanceId(long kaleoInstanceId)
setKaleoInstanceId in interface KaleoTimerInstanceTokenModelkaleoInstanceId - the kaleo instance ID of this kaleo timer instance tokenpublic void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
setKaleoInstanceTokenId in interface KaleoTimerInstanceTokenModelkaleoInstanceTokenId - the kaleo instance token ID of this kaleo timer instance tokenpublic void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
setKaleoTaskInstanceTokenId in interface KaleoTimerInstanceTokenModelkaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo timer instance tokenpublic void setKaleoTimerId(long kaleoTimerId)
setKaleoTimerId in interface KaleoTimerInstanceTokenModelkaleoTimerId - the kaleo timer ID of this kaleo timer instance tokenpublic void setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId)
setKaleoTimerInstanceTokenId in interface KaleoTimerInstanceTokenModelkaleoTimerInstanceTokenId - the kaleo timer instance token ID of this kaleo timer instance tokenpublic void setKaleoTimerName(java.lang.String kaleoTimerName)
setKaleoTimerName in interface KaleoTimerInstanceTokenModelkaleoTimerName - the kaleo timer name of this kaleo timer instance tokenpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoTimerInstanceTokenModelmodifiedDate - the modified date of this kaleo timer instance tokenpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoTimerInstanceTokenModelmvccVersion - the mvcc version of this kaleo timer instance tokenpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>setPrimaryKey in interface KaleoTimerInstanceTokenModelprimaryKey - the primary key of this kaleo timer instance tokenpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoTimerInstanceTokenModeluserId - the user ID of this kaleo timer instance tokenpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoTimerInstanceTokenModeluserName - the user name of this kaleo timer instance tokenpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoTimerInstanceTokenModeluserUuid - the user uuid of this kaleo timer instance tokenpublic void setWorkflowContext(java.lang.String workflowContext)
setWorkflowContext in interface KaleoTimerInstanceTokenModelworkflowContext - the workflow context of this kaleo timer instance tokenpublic java.lang.String toXmlString()
toXmlString in interface KaleoTimerInstanceTokenModelpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoTimerInstanceToken,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTimerInstanceToken,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>protected KaleoTimerInstanceTokenWrapper wrap(KaleoTimerInstanceToken kaleoTimerInstanceToken)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken>