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
modelFields 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.longReturns the class pk of this kaleo instance token.longReturns the company ID of this kaleo instance token.booleanReturns 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.longReturns the ct collection ID of this kaleo instance token.longReturns the current kaleo node ID of this kaleo instance token.Returns the current kaleo node name of this kaleo instance token.longReturns the group ID of this kaleo instance token.longReturns the kaleo definition ID of this kaleo instance token.longReturns the kaleo definition version ID of this kaleo instance token.longReturns the kaleo instance ID of this kaleo instance token.longReturns the kaleo instance token ID of this kaleo instance token.Returns the modified date of this kaleo instance token.longReturns the mvcc version of this kaleo instance token.longReturns the parent kaleo instance token ID of this kaleo instance token.longReturns the primary key of this kaleo instance token.longReturns 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.booleanbooleanReturnstrueif this kaleo instance token is completed.voidpersist()voidsetClassName(String className) Sets the class name of this kaleo instance token.voidsetClassPK(long classPK) Sets the class pk of this kaleo instance token.voidsetCompanyId(long companyId) Sets the company ID of this kaleo instance token.voidsetCompleted(boolean completed) Sets whether this kaleo instance token is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo instance token.voidsetCreateDate(Date createDate) Sets the create date of this kaleo instance token.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance token.voidsetCurrentKaleoNode(KaleoNode kaleoNode) voidsetCurrentKaleoNodeId(long currentKaleoNodeId) Sets the current kaleo node ID of this kaleo instance token.voidsetCurrentKaleoNodeName(String currentKaleoNodeName) Sets the current kaleo node name of this kaleo instance token.voidsetGroupId(long groupId) Sets the group ID of this kaleo instance token.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance token.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance token.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance token.voidsetKaleoInstanceTokenId(long kaleoInstanceTokenId) Sets the kaleo instance token ID of this kaleo instance token.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo instance token.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance token.voidsetParentKaleoInstanceTokenId(long parentKaleoInstanceTokenId) Sets the parent kaleo instance token ID of this kaleo instance token.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance token.voidsetUserId(long userId) Sets the user ID of this kaleo instance token.voidsetUserName(String userName) Sets the user name of this kaleo instance token.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo instance token.protected KaleoInstanceTokenWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoInstanceTokenWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>- Specified by:
cloneWithOriginalValuesin interfaceKaleoInstanceTokenModel
-
getChildrenKaleoInstanceTokens
- Specified by:
getChildrenKaleoInstanceTokensin interfaceKaleoInstanceToken
-
getClassName
Returns the class name of this kaleo instance token.- Specified by:
getClassNamein 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:
getClassPKin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoInstanceTokenModel- Specified by:
getCompanyIdin 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:
getCompletedin interfaceKaleoInstanceTokenModel- Returns:
- the completed of this kaleo instance token
-
getCompletionDate
Returns the completion date of this kaleo instance token.- Specified by:
getCompletionDatein interfaceKaleoInstanceTokenModel- Returns:
- the completion date of this kaleo instance token
-
getCreateDate
Returns the create date of this kaleo instance token.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>- Specified by:
getCtCollectionIdin interfaceKaleoInstanceTokenModel- Returns:
- the ct collection ID of this kaleo instance token
-
getCurrentKaleoNode
- Specified by:
getCurrentKaleoNodein 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:
getCurrentKaleoNodeIdin 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:
getCurrentKaleoNodeNamein 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:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoInstanceTokenModel- Returns:
- the group ID of this kaleo instance token
-
getIncompleteChildrenKaleoInstanceTokens
- Specified by:
getIncompleteChildrenKaleoInstanceTokensin interfaceKaleoInstanceToken
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo instance token.- Specified by:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin interfaceKaleoInstanceTokenModel- Returns:
- the kaleo definition version ID of this kaleo instance token
-
getKaleoInstance
- Specified by:
getKaleoInstancein interfaceKaleoInstanceToken- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo instance token.- Specified by:
getKaleoInstanceIdin 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:
getKaleoInstanceTokenIdin interfaceKaleoInstanceTokenModel- Returns:
- the kaleo instance token ID of this kaleo instance token
-
getModifiedDate
Returns the modified date of this kaleo instance token.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceKaleoInstanceTokenModel- Specified by:
getMvccVersionin 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:
getParentKaleoInstanceTokenin 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:
getParentKaleoInstanceTokenIdin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>- Specified by:
getPrimaryKeyin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoInstanceTokenModel- Returns:
- the user ID of this kaleo instance token
-
getUserName
Returns the user name of this kaleo instance token.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoInstanceTokenModel- Returns:
- the user name of this kaleo instance token
-
getUserUuid
Returns the user uuid of this kaleo instance token.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoInstanceTokenModel- Returns:
- the user uuid of this kaleo instance token
-
hasIncompleteChildrenKaleoInstanceToken
public boolean hasIncompleteChildrenKaleoInstanceToken()- Specified by:
hasIncompleteChildrenKaleoInstanceTokenin interfaceKaleoInstanceToken
-
isCompleted
public boolean isCompleted()Returnstrueif this kaleo instance token is completed.- Specified by:
isCompletedin interfaceKaleoInstanceTokenModel- Returns:
trueif this kaleo instance token is completed;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
Sets the class name of this kaleo instance token.- Specified by:
setClassNamein 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:
setClassPKin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoInstanceTokenModel- Specified by:
setCompanyIdin 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:
setCompletedin interfaceKaleoInstanceTokenModel- Parameters:
completed- the completed of this kaleo instance token
-
setCompletionDate
Sets the completion date of this kaleo instance token.- Specified by:
setCompletionDatein interfaceKaleoInstanceTokenModel- Parameters:
completionDate- the completion date of this kaleo instance token
-
setCreateDate
Sets the create date of this kaleo instance token.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>- Specified by:
setCtCollectionIdin 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:
setCurrentKaleoNodein 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:
setCurrentKaleoNodeIdin 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:
setCurrentKaleoNodeNamein 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoInstanceIdin 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:
setKaleoInstanceTokenIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoInstanceTokenModel- Specified by:
setMvccVersionin 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:
setParentKaleoInstanceTokenIdin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstanceToken>- Specified by:
setPrimaryKeyin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoInstanceTokenModel- Parameters:
userId- the user ID of this kaleo instance token
-
setUserName
Sets the user name of this kaleo instance token.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoInstanceTokenModel- Parameters:
userName- the user name of this kaleo instance token
-
setUserUuid
Sets the user uuid of this kaleo instance token.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoInstanceTokenModel- Parameters:
userUuid- the user uuid of this kaleo instance token
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoInstanceTokenModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstanceToken>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstanceToken>
-