public class KaleoInstanceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance> implements KaleoInstance, com.liferay.portal.kernel.model.ModelWrapper<KaleoInstance>
This class is a wrapper for KaleoInstance.
KaleoInstance,
Serialized FormKALEO_INSTANCE_ID_ACCESSOR| Constructor and Description |
|---|
KaleoInstanceWrapper(KaleoInstance kaleoInstance) |
| Modifier and Type | Method and Description |
|---|---|
KaleoInstance |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this kaleo instance.
|
java.util.Map<java.lang.String,java.util.function.Function<KaleoInstance,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoInstance,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the class name of this kaleo instance.
|
long |
getClassPK()
Returns the class pk of this kaleo instance.
|
long |
getCompanyId()
Returns the company ID of this kaleo instance.
|
boolean |
getCompleted()
Returns the completed of this kaleo instance.
|
java.util.Date |
getCompletionDate()
Returns the completion date of this kaleo instance.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo instance.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo instance.
|
long |
getGroupId()
Returns the group ID of this kaleo instance.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo instance.
|
java.lang.String |
getKaleoDefinitionName()
Returns the kaleo definition name of this kaleo instance.
|
int |
getKaleoDefinitionVersion()
Returns the kaleo definition version of this kaleo instance.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo instance.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo instance.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo instance.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo instance.
|
KaleoInstanceToken |
getRootKaleoInstanceToken(java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoInstanceToken |
getRootKaleoInstanceToken(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
long |
getRootKaleoInstanceTokenId()
Returns the root kaleo instance token ID of this kaleo instance.
|
long |
getUserId()
Returns the user ID of this kaleo instance.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo instance.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo instance.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo instance.
|
boolean |
isActive()
Returns
true if this kaleo instance is active. |
boolean |
isCompleted()
Returns
true if this kaleo instance is completed. |
void |
persist() |
void |
setActive(boolean active)
Sets whether this kaleo instance is active.
|
void |
setClassName(java.lang.String className)
Sets the class name of this kaleo instance.
|
void |
setClassPK(long classPK)
Sets the class pk of this kaleo instance.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo instance.
|
void |
setCompleted(boolean completed)
Sets whether this kaleo instance is completed.
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completion date of this kaleo instance.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo instance.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo instance.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo instance.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo instance.
|
void |
setKaleoDefinitionName(java.lang.String kaleoDefinitionName)
Sets the kaleo definition name of this kaleo instance.
|
void |
setKaleoDefinitionVersion(int kaleoDefinitionVersion)
Sets the kaleo definition version of this kaleo instance.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo instance.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo instance.
|
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 instance.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo instance.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo instance.
|
void |
setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
Sets the root kaleo instance token ID of this kaleo instance.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo instance.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo instance.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo instance.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo instance.
|
java.lang.String |
toXmlString() |
protected KaleoInstanceWrapper |
wrap(KaleoInstance kaleoInstance) |
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 KaleoInstanceWrapper(KaleoInstance kaleoInstance)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>public KaleoInstance cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>cloneWithOriginalValues in interface KaleoInstanceModelpublic boolean getActive()
getActive in interface KaleoInstanceModelpublic java.lang.String getClassName()
getClassName in interface KaleoInstanceModelpublic long getClassPK()
getClassPK in interface KaleoInstanceModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoInstanceModelpublic boolean getCompleted()
getCompleted in interface KaleoInstanceModelpublic java.util.Date getCompletionDate()
getCompletionDate in interface KaleoInstanceModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoInstanceModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>getCtCollectionId in interface KaleoInstanceModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoInstanceModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoInstanceModelpublic java.lang.String getKaleoDefinitionName()
getKaleoDefinitionName in interface KaleoInstanceModelpublic int getKaleoDefinitionVersion()
getKaleoDefinitionVersion in interface KaleoInstanceModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoInstanceModelpublic long getKaleoInstanceId()
getKaleoInstanceId in interface KaleoInstanceModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoInstanceModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoInstanceModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>getPrimaryKey in interface KaleoInstanceModelpublic KaleoInstanceToken getRootKaleoInstanceToken(java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getRootKaleoInstanceToken in interface KaleoInstancecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoInstanceToken getRootKaleoInstanceToken(com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getRootKaleoInstanceToken in interface KaleoInstancecom.liferay.portal.kernel.exception.PortalExceptionpublic long getRootKaleoInstanceTokenId()
getRootKaleoInstanceTokenId in interface KaleoInstanceModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoInstanceModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoInstanceModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoInstanceModelpublic java.lang.String getWorkflowContext()
getWorkflowContext in interface KaleoInstanceModelpublic boolean isActive()
true if this kaleo instance is active.isActive in interface KaleoInstanceModeltrue if this kaleo instance is active; false otherwisepublic boolean isCompleted()
true if this kaleo instance is completed.isCompleted in interface KaleoInstanceModeltrue if this kaleo instance is completed; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setActive(boolean active)
setActive in interface KaleoInstanceModelactive - the active of this kaleo instancepublic void setClassName(java.lang.String className)
setClassName in interface KaleoInstanceModelclassName - the class name of this kaleo instancepublic void setClassPK(long classPK)
setClassPK in interface KaleoInstanceModelclassPK - the class pk of this kaleo instancepublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoInstanceModelcompanyId - the company ID of this kaleo instancepublic void setCompleted(boolean completed)
setCompleted in interface KaleoInstanceModelcompleted - the completed of this kaleo instancepublic void setCompletionDate(java.util.Date completionDate)
setCompletionDate in interface KaleoInstanceModelcompletionDate - the completion date of this kaleo instancepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoInstanceModelcreateDate - the create date of this kaleo instancepublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>setCtCollectionId in interface KaleoInstanceModelctCollectionId - the ct collection ID of this kaleo instancepublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoInstanceModelgroupId - the group ID of this kaleo instancepublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoInstanceModelkaleoDefinitionId - the kaleo definition ID of this kaleo instancepublic void setKaleoDefinitionName(java.lang.String kaleoDefinitionName)
setKaleoDefinitionName in interface KaleoInstanceModelkaleoDefinitionName - the kaleo definition name of this kaleo instancepublic void setKaleoDefinitionVersion(int kaleoDefinitionVersion)
setKaleoDefinitionVersion in interface KaleoInstanceModelkaleoDefinitionVersion - the kaleo definition version of this kaleo instancepublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoInstanceModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo instancepublic void setKaleoInstanceId(long kaleoInstanceId)
setKaleoInstanceId in interface KaleoInstanceModelkaleoInstanceId - the kaleo instance ID of this kaleo instancepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoInstanceModelmodifiedDate - the modified date of this kaleo instancepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoInstanceModelmvccVersion - the mvcc version of this kaleo instancepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>setPrimaryKey in interface KaleoInstanceModelprimaryKey - the primary key of this kaleo instancepublic void setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
setRootKaleoInstanceTokenId in interface KaleoInstanceModelrootKaleoInstanceTokenId - the root kaleo instance token ID of this kaleo instancepublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoInstanceModeluserId - the user ID of this kaleo instancepublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoInstanceModeluserName - the user name of this kaleo instancepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoInstanceModeluserUuid - the user uuid of this kaleo instancepublic void setWorkflowContext(java.lang.String workflowContext)
setWorkflowContext in interface KaleoInstanceModelworkflowContext - the workflow context of this kaleo instancepublic java.lang.String toXmlString()
toXmlString in interface KaleoInstanceModelpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoInstance,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoInstance,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>protected KaleoInstanceWrapper wrap(KaleoInstance kaleoInstance)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance>