public class KaleoLogWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoLog> implements KaleoLog, com.liferay.portal.kernel.model.ModelWrapper<KaleoLog>
This class is a wrapper for KaleoLog.
KaleoLog,
Serialized FormKALEO_LOG_ID_ACCESSOR| Constructor and Description |
|---|
KaleoLogWrapper(KaleoLog kaleoLog) |
| Modifier and Type | Method and Description |
|---|---|
KaleoLog |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoLog,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoLog,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getComment()
Returns the comment of this kaleo log.
|
long |
getCompanyId()
Returns the company ID of this kaleo log.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo log.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo log.
|
java.lang.String |
getCurrentAssigneeClassName()
Returns the current assignee class name of this kaleo log.
|
long |
getCurrentAssigneeClassPK()
Returns the current assignee class pk of this kaleo log.
|
long |
getDuration()
Returns the duration of this kaleo log.
|
java.util.Date |
getEndDate()
Returns the end date of this kaleo log.
|
long |
getGroupId()
Returns the group ID of this kaleo log.
|
java.lang.String |
getKaleoActionDescription()
Returns the kaleo action description of this kaleo log.
|
long |
getKaleoActionId()
Returns the kaleo action ID of this kaleo log.
|
java.lang.String |
getKaleoActionName()
Returns the kaleo action name of this kaleo log.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo log.
|
long |
getKaleoClassPK()
Returns the kaleo class pk of this kaleo log.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo log.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo log.
|
long |
getKaleoInstanceId()
Returns the kaleo instance ID of this kaleo log.
|
long |
getKaleoInstanceTokenId()
Returns the kaleo instance token ID of this kaleo log.
|
long |
getKaleoLogId()
Returns the kaleo log ID of this kaleo log.
|
java.lang.String |
getKaleoNodeName()
Returns the kaleo node name of this kaleo log.
|
long |
getKaleoTaskInstanceTokenId()
Returns the kaleo task instance token ID of this kaleo log.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo log.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo log.
|
java.lang.String |
getPreviousAssigneeClassName()
Returns the previous assignee class name of this kaleo log.
|
long |
getPreviousAssigneeClassPK()
Returns the previous assignee class pk of this kaleo log.
|
long |
getPreviousKaleoNodeId()
Returns the previous kaleo node ID of this kaleo log.
|
java.lang.String |
getPreviousKaleoNodeName()
Returns the previous kaleo node name of this kaleo log.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo log.
|
java.util.Date |
getStartDate()
Returns the start date of this kaleo log.
|
boolean |
getTerminalKaleoNode()
Returns the terminal kaleo node of this kaleo log.
|
java.lang.String |
getType()
Returns the type of this kaleo log.
|
long |
getUserId()
Returns the user ID of this kaleo log.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo log.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo log.
|
java.lang.String |
getWorkflowContext()
Returns the workflow context of this kaleo log.
|
boolean |
isTerminalKaleoNode()
Returns
true if this kaleo log is terminal kaleo node. |
void |
persist() |
void |
setComment(java.lang.String comment)
Sets the comment of this kaleo log.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo log.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo log.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo log.
|
void |
setCurrentAssigneeClassName(java.lang.String currentAssigneeClassName)
Sets the current assignee class name of this kaleo log.
|
void |
setCurrentAssigneeClassPK(long currentAssigneeClassPK)
Sets the current assignee class pk of this kaleo log.
|
void |
setDuration(long duration)
Sets the duration of this kaleo log.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date of this kaleo log.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo log.
|
void |
setKaleoActionDescription(java.lang.String kaleoActionDescription)
Sets the kaleo action description of this kaleo log.
|
void |
setKaleoActionId(long kaleoActionId)
Sets the kaleo action ID of this kaleo log.
|
void |
setKaleoActionName(java.lang.String kaleoActionName)
Sets the kaleo action name of this kaleo log.
|
void |
setKaleoClassName(java.lang.String kaleoClassName)
Sets the kaleo class name of this kaleo log.
|
void |
setKaleoClassPK(long kaleoClassPK)
Sets the kaleo class pk of this kaleo log.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo log.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo log.
|
void |
setKaleoInstanceId(long kaleoInstanceId)
Sets the kaleo instance ID of this kaleo log.
|
void |
setKaleoInstanceTokenId(long kaleoInstanceTokenId)
Sets the kaleo instance token ID of this kaleo log.
|
void |
setKaleoLogId(long kaleoLogId)
Sets the kaleo log ID of this kaleo log.
|
void |
setKaleoNodeName(java.lang.String kaleoNodeName)
Sets the kaleo node name of this kaleo log.
|
void |
setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Sets the kaleo task instance token ID of this kaleo log.
|
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 log.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo log.
|
void |
setPreviousAssigneeClassName(java.lang.String previousAssigneeClassName)
Sets the previous assignee class name of this kaleo log.
|
void |
setPreviousAssigneeClassPK(long previousAssigneeClassPK)
Sets the previous assignee class pk of this kaleo log.
|
void |
setPreviousKaleoNodeId(long previousKaleoNodeId)
Sets the previous kaleo node ID of this kaleo log.
|
void |
setPreviousKaleoNodeName(java.lang.String previousKaleoNodeName)
Sets the previous kaleo node name of this kaleo log.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo log.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of this kaleo log.
|
void |
setTerminalKaleoNode(boolean terminalKaleoNode)
Sets whether this kaleo log is terminal kaleo node.
|
void |
setType(java.lang.String type)
Sets the type of this kaleo log.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo log.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo log.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo log.
|
void |
setWorkflowContext(java.lang.String workflowContext)
Sets the workflow context of this kaleo log.
|
protected KaleoLogWrapper |
wrap(KaleoLog kaleoLog) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic KaleoLogWrapper(KaleoLog kaleoLog)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoLog>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoLog>public KaleoLog cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoLog>cloneWithOriginalValues in interface KaleoLogModelpublic java.lang.String getComment()
getComment in interface KaleoLogModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoLogModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoLogModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoLog>getCtCollectionId in interface KaleoLogModelpublic java.lang.String getCurrentAssigneeClassName()
getCurrentAssigneeClassName in interface KaleoLogModelpublic long getCurrentAssigneeClassPK()
getCurrentAssigneeClassPK in interface KaleoLogModelpublic long getDuration()
getDuration in interface KaleoLogModelpublic java.util.Date getEndDate()
getEndDate in interface KaleoLogModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoLogModelpublic java.lang.String getKaleoActionDescription()
getKaleoActionDescription in interface KaleoLogModelpublic long getKaleoActionId()
getKaleoActionId in interface KaleoLogModelpublic java.lang.String getKaleoActionName()
getKaleoActionName in interface KaleoLogModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoLogModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoLogModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoLogModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoLogModelpublic long getKaleoInstanceId()
getKaleoInstanceId in interface KaleoLogModelpublic long getKaleoInstanceTokenId()
getKaleoInstanceTokenId in interface KaleoLogModelpublic long getKaleoLogId()
getKaleoLogId in interface KaleoLogModelpublic java.lang.String getKaleoNodeName()
getKaleoNodeName in interface KaleoLogModelpublic long getKaleoTaskInstanceTokenId()
getKaleoTaskInstanceTokenId in interface KaleoLogModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoLogModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoLogModelpublic java.lang.String getPreviousAssigneeClassName()
getPreviousAssigneeClassName in interface KaleoLogModelpublic long getPreviousAssigneeClassPK()
getPreviousAssigneeClassPK in interface KaleoLogModelpublic long getPreviousKaleoNodeId()
getPreviousKaleoNodeId in interface KaleoLogModelpublic java.lang.String getPreviousKaleoNodeName()
getPreviousKaleoNodeName in interface KaleoLogModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoLog>getPrimaryKey in interface KaleoLogModelpublic java.util.Date getStartDate()
getStartDate in interface KaleoLogModelpublic boolean getTerminalKaleoNode()
getTerminalKaleoNode in interface KaleoLogModelpublic java.lang.String getType()
getType in interface KaleoLogModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoLogModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoLogModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoLogModelpublic java.lang.String getWorkflowContext()
getWorkflowContext in interface KaleoLogModelpublic boolean isTerminalKaleoNode()
true if this kaleo log is terminal kaleo node.isTerminalKaleoNode in interface KaleoLogModeltrue if this kaleo log is terminal kaleo node; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setComment(java.lang.String comment)
setComment in interface KaleoLogModelcomment - the comment of this kaleo logpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoLogModelcompanyId - the company ID of this kaleo logpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoLogModelcreateDate - the create date of this kaleo logpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoLog>setCtCollectionId in interface KaleoLogModelctCollectionId - the ct collection ID of this kaleo logpublic void setCurrentAssigneeClassName(java.lang.String currentAssigneeClassName)
setCurrentAssigneeClassName in interface KaleoLogModelcurrentAssigneeClassName - the current assignee class name of this kaleo logpublic void setCurrentAssigneeClassPK(long currentAssigneeClassPK)
setCurrentAssigneeClassPK in interface KaleoLogModelcurrentAssigneeClassPK - the current assignee class pk of this kaleo logpublic void setDuration(long duration)
setDuration in interface KaleoLogModelduration - the duration of this kaleo logpublic void setEndDate(java.util.Date endDate)
setEndDate in interface KaleoLogModelendDate - the end date of this kaleo logpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoLogModelgroupId - the group ID of this kaleo logpublic void setKaleoActionDescription(java.lang.String kaleoActionDescription)
setKaleoActionDescription in interface KaleoLogModelkaleoActionDescription - the kaleo action description of this kaleo logpublic void setKaleoActionId(long kaleoActionId)
setKaleoActionId in interface KaleoLogModelkaleoActionId - the kaleo action ID of this kaleo logpublic void setKaleoActionName(java.lang.String kaleoActionName)
setKaleoActionName in interface KaleoLogModelkaleoActionName - the kaleo action name of this kaleo logpublic void setKaleoClassName(java.lang.String kaleoClassName)
setKaleoClassName in interface KaleoLogModelkaleoClassName - the kaleo class name of this kaleo logpublic void setKaleoClassPK(long kaleoClassPK)
setKaleoClassPK in interface KaleoLogModelkaleoClassPK - the kaleo class pk of this kaleo logpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoLogModelkaleoDefinitionId - the kaleo definition ID of this kaleo logpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoLogModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo logpublic void setKaleoInstanceId(long kaleoInstanceId)
setKaleoInstanceId in interface KaleoLogModelkaleoInstanceId - the kaleo instance ID of this kaleo logpublic void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
setKaleoInstanceTokenId in interface KaleoLogModelkaleoInstanceTokenId - the kaleo instance token ID of this kaleo logpublic void setKaleoLogId(long kaleoLogId)
setKaleoLogId in interface KaleoLogModelkaleoLogId - the kaleo log ID of this kaleo logpublic void setKaleoNodeName(java.lang.String kaleoNodeName)
setKaleoNodeName in interface KaleoLogModelkaleoNodeName - the kaleo node name of this kaleo logpublic void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
setKaleoTaskInstanceTokenId in interface KaleoLogModelkaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo logpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoLogModelmodifiedDate - the modified date of this kaleo logpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoLogModelmvccVersion - the mvcc version of this kaleo logpublic void setPreviousAssigneeClassName(java.lang.String previousAssigneeClassName)
setPreviousAssigneeClassName in interface KaleoLogModelpreviousAssigneeClassName - the previous assignee class name of this kaleo logpublic void setPreviousAssigneeClassPK(long previousAssigneeClassPK)
setPreviousAssigneeClassPK in interface KaleoLogModelpreviousAssigneeClassPK - the previous assignee class pk of this kaleo logpublic void setPreviousKaleoNodeId(long previousKaleoNodeId)
setPreviousKaleoNodeId in interface KaleoLogModelpreviousKaleoNodeId - the previous kaleo node ID of this kaleo logpublic void setPreviousKaleoNodeName(java.lang.String previousKaleoNodeName)
setPreviousKaleoNodeName in interface KaleoLogModelpreviousKaleoNodeName - the previous kaleo node name of this kaleo logpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoLog>setPrimaryKey in interface KaleoLogModelprimaryKey - the primary key of this kaleo logpublic void setStartDate(java.util.Date startDate)
setStartDate in interface KaleoLogModelstartDate - the start date of this kaleo logpublic void setTerminalKaleoNode(boolean terminalKaleoNode)
setTerminalKaleoNode in interface KaleoLogModelterminalKaleoNode - the terminal kaleo node of this kaleo logpublic void setType(java.lang.String type)
setType in interface KaleoLogModeltype - the type of this kaleo logpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoLogModeluserId - the user ID of this kaleo logpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoLogModeluserName - the user name of this kaleo logpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoLogModeluserUuid - the user uuid of this kaleo logpublic void setWorkflowContext(java.lang.String workflowContext)
setWorkflowContext in interface KaleoLogModelworkflowContext - the workflow context of this kaleo logpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoLog,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoLog>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoLog,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoLog>protected KaleoLogWrapper wrap(KaleoLog kaleoLog)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoLog>