Class KaleoTimerInstanceTokenWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken>
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceTokenWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoTimerInstanceToken>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoTimerInstanceToken
,KaleoTimerInstanceTokenModel
,Serializable
,Cloneable
,Comparable<KaleoTimerInstanceToken>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken
KALEO_TIMER_INSTANCE_TOKEN_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoTimerInstanceTokenWrapper
(KaleoTimerInstanceToken kaleoTimerInstanceToken) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the blocking of this kaleo timer instance token.long
Returns the company ID of this kaleo timer instance token.boolean
Returns the completed of this kaleo timer instance token.Returns the completion date of this kaleo timer instance token.long
Returns the completion user ID of this kaleo timer instance token.Returns the completion user uuid of this kaleo timer instance token.Returns the create date of this kaleo timer instance token.long
Returns the ct collection ID of this kaleo timer instance token.long
Returns the group ID of this kaleo timer instance token.Returns the kaleo class name of this kaleo timer instance token.long
Returns the kaleo class pk of this kaleo timer instance token.long
Returns the kaleo definition ID of this kaleo timer instance token.long
Returns the kaleo definition version ID of this kaleo timer instance token.long
Returns the kaleo instance ID of this kaleo timer instance token.long
Returns the kaleo instance token ID of this kaleo timer instance token.long
Returns the kaleo task instance token ID of this kaleo timer instance token.long
Returns the kaleo timer ID of this kaleo timer instance token.long
Returns the kaleo timer instance token ID of this kaleo timer instance token.Returns the kaleo timer name of this kaleo timer instance token.Returns the modified date of this kaleo timer instance token.long
Returns the mvcc version of this kaleo timer instance token.long
Returns the primary key of this kaleo timer instance token.long
Returns the user ID of this kaleo timer instance token.Returns the user name of this kaleo timer instance token.Returns the user uuid of this kaleo timer instance token.Returns the workflow context of this kaleo timer instance token.boolean
Returnstrue
if this kaleo timer instance token is blocking.boolean
Returnstrue
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
(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
(String completionUserUuid) Sets the completion user uuid of this kaleo timer instance token.void
setCreateDate
(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
(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
(String kaleoTimerName) Sets the kaleo timer name of this kaleo timer instance token.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this kaleo timer instance token.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo timer instance token.void
setWorkflowContext
(String workflowContext) Sets the workflow context of this kaleo timer instance token.protected KaleoTimerInstanceTokenWrapper
wrap
(KaleoTimerInstanceToken kaleoTimerInstanceToken) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTimerInstanceTokenWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTimerInstanceTokenModel
-
getBlocking
public boolean getBlocking()Returns the blocking of this kaleo timer instance token.- Specified by:
getBlocking
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the blocking of this kaleo timer instance token
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo timer instance token.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTimerInstanceTokenModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo timer instance token
-
getCompleted
public boolean getCompleted()Returns the completed of this kaleo timer instance token.- Specified by:
getCompleted
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the completed of this kaleo timer instance token
-
getCompletionDate
Returns the completion date of this kaleo timer instance token.- Specified by:
getCompletionDate
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the completion date of this kaleo timer instance token
-
getCompletionUserId
public long getCompletionUserId()Returns the completion user ID of this kaleo timer instance token.- Specified by:
getCompletionUserId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the completion user ID of this kaleo timer instance token
-
getCompletionUserUuid
Returns the completion user uuid of this kaleo timer instance token.- Specified by:
getCompletionUserUuid
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the completion user uuid of this kaleo timer instance token
-
getCreateDate
Returns the create date of this kaleo timer instance token.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the create date of this kaleo timer instance token
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo timer instance token.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
- Specified by:
getCtCollectionId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the ct collection ID of this kaleo timer instance token
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo timer instance token.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the group ID of this kaleo timer instance token
-
getKaleoClassName
Returns the kaleo class name of this kaleo timer instance token.- Specified by:
getKaleoClassName
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo class name of this kaleo timer instance token
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo timer instance token.- Specified by:
getKaleoClassPK
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo class pk of this kaleo timer instance token
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo timer instance token.- Specified by:
getKaleoDefinitionId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo definition ID of this kaleo timer instance token
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo timer instance token.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo definition version ID of this kaleo timer instance token
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo timer instance token.- Specified by:
getKaleoInstanceId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo instance ID of this kaleo timer instance token
-
getKaleoInstanceToken
public KaleoInstanceToken getKaleoInstanceToken() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getKaleoInstanceToken
in interfaceKaleoTimerInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoInstanceTokenId
public long getKaleoInstanceTokenId()Returns the kaleo instance token ID of this kaleo timer instance token.- Specified by:
getKaleoInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo instance token ID of this kaleo timer instance token
-
getKaleoTaskInstanceToken
- Specified by:
getKaleoTaskInstanceToken
in interfaceKaleoTimerInstanceToken
-
getKaleoTaskInstanceTokenId
public long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo timer instance token.- Specified by:
getKaleoTaskInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo task instance token ID of this kaleo timer instance token
-
getKaleoTimer
- Specified by:
getKaleoTimer
in interfaceKaleoTimerInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoTimerId
public long getKaleoTimerId()Returns the kaleo timer ID of this kaleo timer instance token.- Specified by:
getKaleoTimerId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo timer ID of this kaleo timer instance token
-
getKaleoTimerInstanceTokenId
public long getKaleoTimerInstanceTokenId()Returns the kaleo timer instance token ID of this kaleo timer instance token.- Specified by:
getKaleoTimerInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo timer instance token ID of this kaleo timer instance token
-
getKaleoTimerName
Returns the kaleo timer name of this kaleo timer instance token.- Specified by:
getKaleoTimerName
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the kaleo timer name of this kaleo timer instance token
-
getModifiedDate
Returns the modified date of this kaleo timer instance token.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the modified date of this kaleo timer instance token
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo timer instance token.- Specified by:
getMvccVersion
in interfaceKaleoTimerInstanceTokenModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo timer instance token
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo timer instance token.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
- Specified by:
getPrimaryKey
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the primary key of this kaleo timer instance token
-
getUserId
public long getUserId()Returns the user ID of this kaleo timer instance token.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the user ID of this kaleo timer instance token
-
getUserName
Returns the user name of this kaleo timer instance token.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the user name of this kaleo timer instance token
-
getUserUuid
Returns the user uuid of this kaleo timer instance token.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the user uuid of this kaleo timer instance token
-
getWorkflowContext
Returns the workflow context of this kaleo timer instance token.- Specified by:
getWorkflowContext
in interfaceKaleoTimerInstanceTokenModel
- Returns:
- the workflow context of this kaleo timer instance token
-
isBlocking
public boolean isBlocking()Returnstrue
if this kaleo timer instance token is blocking.- Specified by:
isBlocking
in interfaceKaleoTimerInstanceTokenModel
- Returns:
true
if this kaleo timer instance token is blocking;false
otherwise
-
isCompleted
public boolean isCompleted()Returnstrue
if this kaleo timer instance token is completed.- Specified by:
isCompleted
in interfaceKaleoTimerInstanceTokenModel
- Returns:
true
if this kaleo timer instance token is completed;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBlocking
public void setBlocking(boolean blocking) Sets whether this kaleo timer instance token is blocking.- Specified by:
setBlocking
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
blocking
- the blocking of this kaleo timer instance token
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo timer instance token.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTimerInstanceTokenModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo timer instance token
-
setCompleted
public void setCompleted(boolean completed) Sets whether this kaleo timer instance token is completed.- Specified by:
setCompleted
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
completed
- the completed of this kaleo timer instance token
-
setCompletionDate
Sets the completion date of this kaleo timer instance token.- Specified by:
setCompletionDate
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
completionDate
- the completion date of this kaleo timer instance token
-
setCompletionUserId
public void setCompletionUserId(long completionUserId) Sets the completion user ID of this kaleo timer instance token.- Specified by:
setCompletionUserId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
completionUserId
- the completion user ID of this kaleo timer instance token
-
setCompletionUserUuid
Sets the completion user uuid of this kaleo timer instance token.- Specified by:
setCompletionUserUuid
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
completionUserUuid
- the completion user uuid of this kaleo timer instance token
-
setCreateDate
Sets the create date of this kaleo timer instance token.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
createDate
- the create date of this kaleo timer instance token
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo timer instance token.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
- Specified by:
setCtCollectionId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo timer instance token
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo timer instance token.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
groupId
- the group ID of this kaleo timer instance token
-
setKaleoClassName
Sets the kaleo class name of this kaleo timer instance token.- Specified by:
setKaleoClassName
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoClassName
- the kaleo class name of this kaleo timer instance token
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo timer instance token.- Specified by:
setKaleoClassPK
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoClassPK
- the kaleo class pk of this kaleo timer instance token
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo timer instance token.- Specified by:
setKaleoDefinitionId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo timer instance token
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo timer instance token.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo timer instance token
-
setKaleoInstanceId
public void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo timer instance token.- Specified by:
setKaleoInstanceId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoInstanceId
- the kaleo instance ID of this kaleo timer instance token
-
setKaleoInstanceTokenId
public void setKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo timer instance token.- Specified by:
setKaleoInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoInstanceTokenId
- the kaleo instance token ID of this kaleo timer instance token
-
setKaleoTaskInstanceTokenId
public void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo timer instance token.- Specified by:
setKaleoTaskInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID of this kaleo timer instance token
-
setKaleoTimerId
public void setKaleoTimerId(long kaleoTimerId) Sets the kaleo timer ID of this kaleo timer instance token.- Specified by:
setKaleoTimerId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoTimerId
- the kaleo timer ID of this kaleo timer instance token
-
setKaleoTimerInstanceTokenId
public void setKaleoTimerInstanceTokenId(long kaleoTimerInstanceTokenId) Sets the kaleo timer instance token ID of this kaleo timer instance token.- Specified by:
setKaleoTimerInstanceTokenId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoTimerInstanceTokenId
- the kaleo timer instance token ID of this kaleo timer instance token
-
setKaleoTimerName
Sets the kaleo timer name of this kaleo timer instance token.- Specified by:
setKaleoTimerName
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
kaleoTimerName
- the kaleo timer name of this kaleo timer instance token
-
setModifiedDate
Sets the modified date of this kaleo timer instance token.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
modifiedDate
- the modified date of this kaleo timer instance token
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo timer instance token.- Specified by:
setMvccVersion
in interfaceKaleoTimerInstanceTokenModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo timer instance token
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo timer instance token.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimerInstanceToken>
- Specified by:
setPrimaryKey
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
primaryKey
- the primary key of this kaleo timer instance token
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo timer instance token.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
userId
- the user ID of this kaleo timer instance token
-
setUserName
Sets the user name of this kaleo timer instance token.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
userName
- the user name of this kaleo timer instance token
-
setUserUuid
Sets the user uuid of this kaleo timer instance token.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
userUuid
- the user uuid of this kaleo timer instance token
-
setWorkflowContext
Sets the workflow context of this kaleo timer instance token.- Specified by:
setWorkflowContext
in interfaceKaleoTimerInstanceTokenModel
- Parameters:
workflowContext
- the workflow context of this kaleo timer instance token
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTimerInstanceTokenModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimerInstanceToken>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimerInstanceToken>
-