public class KaleoProcessLinkWrapper extends BaseModelWrapper<KaleoProcessLink> implements KaleoProcessLink, ModelWrapper<KaleoProcessLink>
This class is a wrapper for KaleoProcessLink.
KaleoProcessLink,
Serialized FormmodelKALEO_PROCESS_LINK_ID_ACCESSOR| Constructor and Description |
|---|
KaleoProcessLinkWrapper(KaleoProcessLink kaleoProcessLink) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this kaleo process link.
|
long |
getDDMTemplateId()
Returns the ddm template ID of this kaleo process link.
|
KaleoProcess |
getKaleoProcess() |
long |
getKaleoProcessId()
Returns the kaleo process ID of this kaleo process link.
|
long |
getKaleoProcessLinkId()
Returns the kaleo process link ID of this kaleo process link.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this kaleo process link.
|
java.lang.String |
getWorkflowTaskName()
Returns the workflow task name of this kaleo process link.
|
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 link.
|
void |
setDDMTemplateId(long DDMTemplateId)
Sets the ddm template ID of this kaleo process link.
|
void |
setKaleoProcessId(long kaleoProcessId)
Sets the kaleo process ID of this kaleo process link.
|
void |
setKaleoProcessLinkId(long kaleoProcessLinkId)
Sets the kaleo process link ID of this kaleo process link.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo process link.
|
void |
setWorkflowTaskName(java.lang.String workflowTaskName)
Sets the workflow task name of this kaleo process link.
|
protected KaleoProcessLinkWrapper |
wrap(KaleoProcessLink kaleoProcessLink) |
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, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic KaleoProcessLinkWrapper(KaleoProcessLink kaleoProcessLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoProcessLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoProcessLink>public long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface KaleoProcessLinkModelpublic long getDDMTemplateId()
getDDMTemplateId in interface KaleoProcessLinkModelpublic KaleoProcess getKaleoProcess() throws PortalException
getKaleoProcess in interface KaleoProcessLinkPortalExceptionpublic long getKaleoProcessId()
getKaleoProcessId in interface KaleoProcessLinkModelpublic long getKaleoProcessLinkId()
getKaleoProcessLinkId in interface KaleoProcessLinkModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoProcessLinkModelpublic java.lang.String getWorkflowTaskName()
getWorkflowTaskName in interface KaleoProcessLinkModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface KaleoProcessLinkModelcompanyId - the company ID of this kaleo process linkpublic void setDDMTemplateId(long DDMTemplateId)
setDDMTemplateId in interface KaleoProcessLinkModelDDMTemplateId - the ddm template ID of this kaleo process linkpublic void setKaleoProcessId(long kaleoProcessId)
setKaleoProcessId in interface KaleoProcessLinkModelkaleoProcessId - the kaleo process ID of this kaleo process linkpublic void setKaleoProcessLinkId(long kaleoProcessLinkId)
setKaleoProcessLinkId in interface KaleoProcessLinkModelkaleoProcessLinkId - the kaleo process link ID of this kaleo process linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoProcessLinkModelprimaryKey - the primary key of this kaleo process linkpublic void setWorkflowTaskName(java.lang.String workflowTaskName)
setWorkflowTaskName in interface KaleoProcessLinkModelworkflowTaskName - the workflow task name of this kaleo process linkprotected KaleoProcessLinkWrapper wrap(KaleoProcessLink kaleoProcessLink)
wrap in class BaseModelWrapper<KaleoProcessLink>