Class KaleoInstanceTokenWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstanceToken>
com.liferay.portal.workflow.kaleo.model.KaleoInstanceTokenWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoInstanceToken>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoInstanceToken
,KaleoInstanceTokenModel
,Serializable
,Cloneable
,Comparable<KaleoInstanceToken>
public class KaleoInstanceTokenWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstanceToken>
implements KaleoInstanceToken, com.liferay.portal.kernel.model.ModelWrapper<KaleoInstanceToken>
This class is a wrapper for KaleoInstanceToken
.
- 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.KaleoInstanceToken
KALEO_INSTANCE_TOKEN_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class name of this kaleo instance token.long
Returns the class pk of this kaleo instance token.long
Returns the company ID of this kaleo instance token.boolean
Returns the completed of this kaleo instance token.Returns the completion date of this kaleo instance token.Returns the create date of this kaleo instance token.long
Returns the ct collection ID of this kaleo instance token.long
Returns the current kaleo node ID of this kaleo instance token.Returns the current kaleo node name of this kaleo instance token.long
Returns the group ID of this kaleo instance token.long
Returns the kaleo definition ID of this kaleo instance token.long
Returns the kaleo definition version ID of this kaleo instance token.long
Returns the kaleo instance ID of this kaleo instance token.long
Returns the kaleo instance token ID of this kaleo instance token.Returns the modified date of this kaleo instance token.long
Returns the mvcc version of this kaleo instance token.long
Returns the parent kaleo instance token ID of this kaleo instance token.long
Returns the primary key of this kaleo instance token.long
Returns the user ID of this kaleo instance token.Returns the user name of this kaleo instance token.Returns the user uuid of this kaleo instance token.boolean
boolean
Returnstrue
if this kaleo instance token is completed.void
persist()
void
setClassName
(String className) Sets the class name of this kaleo instance token.void
setClassPK
(long classPK) Sets the class pk 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
(Date completionDate) Sets the completion date of this kaleo instance token.void
setCreateDate
(Date createDate) Sets the create date of this kaleo instance token.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo instance token.void
setCurrentKaleoNode
(KaleoNode kaleoNode) void
setCurrentKaleoNodeId
(long currentKaleoNodeId) Sets the current kaleo node ID of this kaleo instance token.void
setCurrentKaleoNodeName
(String currentKaleoNodeName) Sets the current kaleo node name of this kaleo instance token.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
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version 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
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo instance token.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo instance token.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
setUserId
(long userId) Sets the user ID of this kaleo instance token.void
setUserName
(String userName) Sets the user name of this kaleo instance token.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo instance token.protected KaleoInstanceTokenWrapper
wrap
(KaleoInstanceToken kaleoInstanceToken) 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
-
KaleoInstanceTokenWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoInstanceTokenModel
-
getChildrenKaleoInstanceTokens
- Specified by:
getChildrenKaleoInstanceTokens
in interfaceKaleoInstanceToken
-
getClassName
Returns the class name of this kaleo instance token.- Specified by:
getClassName
in interfaceKaleoInstanceTokenModel
- Returns:
- the class name of this kaleo instance token
-
getClassPK
public long getClassPK()Returns the class pk of this kaleo instance token.- Specified by:
getClassPK
in interfaceKaleoInstanceTokenModel
- Returns:
- the class pk of this kaleo instance token
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo instance token.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoInstanceTokenModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo instance token
-
getCompleted
public boolean getCompleted()Returns the completed of this kaleo instance token.- Specified by:
getCompleted
in interfaceKaleoInstanceTokenModel
- Returns:
- the completed of this kaleo instance token
-
getCompletionDate
Returns the completion date of this kaleo instance token.- Specified by:
getCompletionDate
in interfaceKaleoInstanceTokenModel
- Returns:
- the completion date of this kaleo instance token
-
getCreateDate
Returns the create date of this kaleo instance token.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoInstanceTokenModel
- Returns:
- the create date of this kaleo instance token
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo instance token.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>
- Specified by:
getCtCollectionId
in interfaceKaleoInstanceTokenModel
- Returns:
- the ct collection ID of this kaleo instance token
-
getCurrentKaleoNode
- Specified by:
getCurrentKaleoNode
in interfaceKaleoInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentKaleoNodeId
public long getCurrentKaleoNodeId()Returns the current kaleo node ID of this kaleo instance token.- Specified by:
getCurrentKaleoNodeId
in interfaceKaleoInstanceTokenModel
- Returns:
- the current kaleo node ID of this kaleo instance token
-
getCurrentKaleoNodeName
Returns the current kaleo node name of this kaleo instance token.- Specified by:
getCurrentKaleoNodeName
in interfaceKaleoInstanceTokenModel
- Returns:
- the current kaleo node name of this kaleo instance token
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo instance token.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoInstanceTokenModel
- Returns:
- the group ID of this kaleo instance token
-
getIncompleteChildrenKaleoInstanceTokens
- Specified by:
getIncompleteChildrenKaleoInstanceTokens
in interfaceKaleoInstanceToken
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo instance token.- Specified by:
getKaleoDefinitionId
in interfaceKaleoInstanceTokenModel
- Returns:
- the kaleo definition ID of this kaleo instance token
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo instance token.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoInstanceTokenModel
- Returns:
- the kaleo definition version ID of this kaleo instance token
-
getKaleoInstance
- Specified by:
getKaleoInstance
in interfaceKaleoInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo instance token.- Specified by:
getKaleoInstanceId
in interfaceKaleoInstanceTokenModel
- Returns:
- the kaleo instance ID of this kaleo instance token
-
getKaleoInstanceTokenId
public long getKaleoInstanceTokenId()Returns the kaleo instance token ID of this kaleo instance token.- Specified by:
getKaleoInstanceTokenId
in interfaceKaleoInstanceTokenModel
- Returns:
- the kaleo instance token ID of this kaleo instance token
-
getModifiedDate
Returns the modified date of this kaleo instance token.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoInstanceTokenModel
- Returns:
- the modified date of this kaleo instance token
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo instance token.- Specified by:
getMvccVersion
in interfaceKaleoInstanceTokenModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo instance token
-
getParentKaleoInstanceToken
public KaleoInstanceToken getParentKaleoInstanceToken() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getParentKaleoInstanceToken
in interfaceKaleoInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentKaleoInstanceTokenId
public long getParentKaleoInstanceTokenId()Returns the parent kaleo instance token ID of this kaleo instance token.- Specified by:
getParentKaleoInstanceTokenId
in interfaceKaleoInstanceTokenModel
- Returns:
- the parent kaleo instance token ID of this kaleo instance token
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo instance token.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>
- Specified by:
getPrimaryKey
in interfaceKaleoInstanceTokenModel
- Returns:
- the primary key of this kaleo instance token
-
getUserId
public long getUserId()Returns the user ID of this kaleo instance token.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoInstanceTokenModel
- Returns:
- the user ID of this kaleo instance token
-
getUserName
Returns the user name of this kaleo instance token.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoInstanceTokenModel
- Returns:
- the user name of this kaleo instance token
-
getUserUuid
Returns the user uuid of this kaleo instance token.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoInstanceTokenModel
- Returns:
- the user uuid of this kaleo instance token
-
hasIncompleteChildrenKaleoInstanceToken
public boolean hasIncompleteChildrenKaleoInstanceToken()- Specified by:
hasIncompleteChildrenKaleoInstanceToken
in interfaceKaleoInstanceToken
-
isCompleted
public boolean isCompleted()Returnstrue
if this kaleo instance token is completed.- Specified by:
isCompleted
in interfaceKaleoInstanceTokenModel
- Returns:
true
if this kaleo instance token is completed;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
Sets the class name of this kaleo instance token.- Specified by:
setClassName
in interfaceKaleoInstanceTokenModel
- Parameters:
className
- the class name of this kaleo instance token
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this kaleo instance token.- Specified by:
setClassPK
in interfaceKaleoInstanceTokenModel
- Parameters:
classPK
- the class pk of this kaleo instance token
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo instance token.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoInstanceTokenModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo instance token
-
setCompleted
public void setCompleted(boolean completed) Sets whether this kaleo instance token is completed.- Specified by:
setCompleted
in interfaceKaleoInstanceTokenModel
- Parameters:
completed
- the completed of this kaleo instance token
-
setCompletionDate
Sets the completion date of this kaleo instance token.- Specified by:
setCompletionDate
in interfaceKaleoInstanceTokenModel
- Parameters:
completionDate
- the completion date of this kaleo instance token
-
setCreateDate
Sets the create date of this kaleo instance token.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoInstanceTokenModel
- Parameters:
createDate
- the create date of this kaleo instance token
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance token.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>
- Specified by:
setCtCollectionId
in interfaceKaleoInstanceTokenModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo instance token
-
setCurrentKaleoNode
public void setCurrentKaleoNode(KaleoNode kaleoNode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setCurrentKaleoNode
in interfaceKaleoInstanceToken
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setCurrentKaleoNodeId
public void setCurrentKaleoNodeId(long currentKaleoNodeId) Sets the current kaleo node ID of this kaleo instance token.- Specified by:
setCurrentKaleoNodeId
in interfaceKaleoInstanceTokenModel
- Parameters:
currentKaleoNodeId
- the current kaleo node ID of this kaleo instance token
-
setCurrentKaleoNodeName
Sets the current kaleo node name of this kaleo instance token.- Specified by:
setCurrentKaleoNodeName
in interfaceKaleoInstanceTokenModel
- Parameters:
currentKaleoNodeName
- the current kaleo node name of this kaleo instance token
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo instance token.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoInstanceTokenModel
- Parameters:
groupId
- the group ID of this kaleo instance token
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance token.- Specified by:
setKaleoDefinitionId
in interfaceKaleoInstanceTokenModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo instance token
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance token.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoInstanceTokenModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo instance token
-
setKaleoInstanceId
public void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance token.- Specified by:
setKaleoInstanceId
in interfaceKaleoInstanceTokenModel
- Parameters:
kaleoInstanceId
- the kaleo instance ID of this kaleo instance token
-
setKaleoInstanceTokenId
public void setKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo instance token.- Specified by:
setKaleoInstanceTokenId
in interfaceKaleoInstanceTokenModel
- Parameters:
kaleoInstanceTokenId
- the kaleo instance token ID of this kaleo instance token
-
setModifiedDate
Sets the modified date of this kaleo instance token.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoInstanceTokenModel
- Parameters:
modifiedDate
- the modified date of this kaleo instance token
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance token.- Specified by:
setMvccVersion
in interfaceKaleoInstanceTokenModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo instance token
-
setParentKaleoInstanceTokenId
public void setParentKaleoInstanceTokenId(long parentKaleoInstanceTokenId) Sets the parent kaleo instance token ID of this kaleo instance token.- Specified by:
setParentKaleoInstanceTokenId
in interfaceKaleoInstanceTokenModel
- Parameters:
parentKaleoInstanceTokenId
- the parent kaleo instance token ID of this kaleo instance token
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance token.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>
- Specified by:
setPrimaryKey
in interfaceKaleoInstanceTokenModel
- Parameters:
primaryKey
- the primary key of this kaleo instance token
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo instance token.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoInstanceTokenModel
- Parameters:
userId
- the user ID of this kaleo instance token
-
setUserName
Sets the user name of this kaleo instance token.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoInstanceTokenModel
- Parameters:
userName
- the user name of this kaleo instance token
-
setUserUuid
Sets the user uuid of this kaleo instance token.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoInstanceTokenModel
- Parameters:
userUuid
- the user uuid of this kaleo instance token
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoInstanceTokenModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstanceToken>
-