public class KaleoProcessLinkWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink> implements KaleoProcessLink, com.liferay.portal.kernel.model.ModelWrapper<KaleoProcessLink>
This class is a wrapper for KaleoProcessLink.
KaleoProcessLink,
Serialized FormKALEO_PROCESS_LINK_ID_ACCESSOR| Constructor and Description |
|---|
KaleoProcessLinkWrapper(KaleoProcessLink kaleoProcessLink) |
| Modifier and Type | Method and Description |
|---|---|
KaleoProcessLink |
cloneWithOriginalValues() |
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() |
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, toXmlStringpublic KaleoProcessLinkWrapper(KaleoProcessLink kaleoProcessLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>public KaleoProcessLink cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>cloneWithOriginalValues in interface KaleoProcessLinkModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoProcessLinkModelpublic long getDDMTemplateId()
getDDMTemplateId in interface KaleoProcessLinkModelpublic KaleoProcess getKaleoProcess() throws com.liferay.portal.kernel.exception.PortalException
getKaleoProcess in interface KaleoProcessLinkcom.liferay.portal.kernel.exception.PortalExceptionpublic 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()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink>