public class KaleoProcessWrapper extends BaseModelWrapper<KaleoProcess> implements KaleoProcess, ModelWrapper<KaleoProcess>
This class is a wrapper for KaleoProcess.
KaleoProcess,
Serialized FormmodelKALEO_PROCESS_ID_ACCESSOR| Constructor and Description |
|---|
KaleoProcessWrapper(KaleoProcess kaleoProcess) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this kaleo process.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo process.
|
DDLRecordSet |
getDDLRecordSet() |
long |
getDDLRecordSetId()
Returns the ddl record set ID of this kaleo process.
|
DDMTemplate |
getDDMTemplate() |
long |
getDDMTemplateId()
Returns the ddm template ID of this kaleo process.
|
java.lang.String |
getDescription() |
java.lang.String |
getDescription(java.util.Locale locale) |
long |
getGroupId()
Returns the group ID of this kaleo process.
|
long |
getKaleoProcessId()
Returns the kaleo process ID of this kaleo process.
|
java.util.List<KaleoProcessLink> |
getKaleoProcessLinks() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo process.
|
java.lang.String |
getName() |
java.lang.String |
getName(java.util.Locale locale) |
long |
getPrimaryKey()
Returns the primary key of this kaleo process.
|
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this kaleo process.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo process.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo process.
|
java.lang.String |
getUuid()
Returns the uuid of this kaleo process.
|
java.lang.String |
getWorkflowDefinition() |
java.lang.String |
getWorkflowDefinitionName()
Returns the workflow definition name of this kaleo process.
|
int |
getWorkflowDefinitionVersion()
Returns the workflow definition version of this kaleo process.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo process.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo process.
|
void |
setDDLRecordSetId(long DDLRecordSetId)
Sets the ddl record set ID of this kaleo process.
|
void |
setDDMTemplateId(long DDMTemplateId)
Sets the ddm template ID of this kaleo process.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo process.
|
void |
setKaleoProcessId(long kaleoProcessId)
Sets the kaleo process ID of this kaleo process.
|
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 process.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo process.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo process.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo process.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo process.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this kaleo process.
|
void |
setWorkflowDefinitionName(java.lang.String workflowDefinitionName)
Sets the workflow definition name of this kaleo process.
|
void |
setWorkflowDefinitionVersion(int workflowDefinitionVersion)
Sets the workflow definition version of this kaleo process.
|
protected KaleoProcessWrapper |
wrap(KaleoProcess kaleoProcess) |
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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamegetWrappedModelpublic KaleoProcessWrapper(KaleoProcess kaleoProcess)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoProcess>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoProcess>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface KaleoProcessModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface KaleoProcessModelpublic DDLRecordSet getDDLRecordSet() throws PortalException
getDDLRecordSet in interface KaleoProcessPortalExceptionpublic long getDDLRecordSetId()
getDDLRecordSetId in interface KaleoProcessModelpublic DDMTemplate getDDMTemplate() throws PortalException
getDDMTemplate in interface KaleoProcessPortalExceptionpublic long getDDMTemplateId()
getDDMTemplateId in interface KaleoProcessModelpublic java.lang.String getDescription()
throws PortalException
getDescription in interface KaleoProcessPortalExceptionpublic java.lang.String getDescription(java.util.Locale locale)
throws PortalException
getDescription in interface KaleoProcessPortalExceptionpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface KaleoProcessModelpublic long getKaleoProcessId()
getKaleoProcessId in interface KaleoProcessModelpublic java.util.List<KaleoProcessLink> getKaleoProcessLinks()
getKaleoProcessLinks in interface KaleoProcesspublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface KaleoProcessModelpublic java.lang.String getName()
throws PortalException
getName in interface KaleoProcessPortalExceptionpublic java.lang.String getName(java.util.Locale locale)
throws PortalException
getName in interface KaleoProcessPortalExceptionpublic long getPrimaryKey()
getPrimaryKey in interface KaleoProcessModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface KaleoProcessModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface KaleoProcessModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface KaleoProcessModelpublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface KaleoProcessModelpublic java.lang.String getWorkflowDefinition()
getWorkflowDefinition in interface KaleoProcesspublic java.lang.String getWorkflowDefinitionName()
getWorkflowDefinitionName in interface KaleoProcessModelpublic int getWorkflowDefinitionVersion()
getWorkflowDefinitionVersion in interface KaleoProcessModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface KaleoProcessModelcompanyId - the company ID of this kaleo processpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface KaleoProcessModelcreateDate - the create date of this kaleo processpublic void setDDLRecordSetId(long DDLRecordSetId)
setDDLRecordSetId in interface KaleoProcessModelDDLRecordSetId - the ddl record set ID of this kaleo processpublic void setDDMTemplateId(long DDMTemplateId)
setDDMTemplateId in interface KaleoProcessModelDDMTemplateId - the ddm template ID of this kaleo processpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface KaleoProcessModelgroupId - the group ID of this kaleo processpublic void setKaleoProcessId(long kaleoProcessId)
setKaleoProcessId in interface KaleoProcessModelkaleoProcessId - the kaleo process ID of this kaleo processpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface KaleoProcessModelmodifiedDate - the modified date of this kaleo processpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoProcessModelprimaryKey - the primary key of this kaleo processpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface KaleoProcessModeluserId - the user ID of this kaleo processpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface KaleoProcessModeluserName - the user name of this kaleo processpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface KaleoProcessModeluserUuid - the user uuid of this kaleo processpublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelsetUuid in interface KaleoProcessModeluuid - the uuid of this kaleo processpublic void setWorkflowDefinitionName(java.lang.String workflowDefinitionName)
setWorkflowDefinitionName in interface KaleoProcessModelworkflowDefinitionName - the workflow definition name of this kaleo processpublic void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
setWorkflowDefinitionVersion in interface KaleoProcessModelworkflowDefinitionVersion - the workflow definition version of this kaleo processpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected KaleoProcessWrapper wrap(KaleoProcess kaleoProcess)
wrap in class BaseModelWrapper<KaleoProcess>