Class KaleoProcessLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink>
com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLinkWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoProcessLink>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,KaleoProcessLink,KaleoProcessLinkModel,Serializable,Cloneable,Comparable<KaleoProcessLink>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLink
KALEO_PROCESS_LINK_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo process link.longReturns the ddm template ID of this kaleo process link.longReturns the kaleo process ID of this kaleo process link.longReturns the kaleo process link ID of this kaleo process link.longReturns the primary key of this kaleo process link.Returns the workflow task name of this kaleo process link.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo process link.voidsetDDMTemplateId(long DDMTemplateId) Sets the ddm template ID of this kaleo process link.voidsetKaleoProcessId(long kaleoProcessId) Sets the kaleo process ID of this kaleo process link.voidsetKaleoProcessLinkId(long kaleoProcessLinkId) Sets the kaleo process link ID of this kaleo process link.voidsetModelAttributes(Map<String, Object> attributes) voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo process link.voidsetWorkflowTaskName(String workflowTaskName) Sets the workflow task name of this kaleo process link.protected KaleoProcessLinkWrapperwrap(KaleoProcessLink kaleoProcessLink) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoProcessLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>- Specified by:
cloneWithOriginalValuesin interfaceKaleoProcessLinkModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo process link.- Specified by:
getCompanyIdin interfaceKaleoProcessLinkModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo process link
-
getDDMTemplateId
public long getDDMTemplateId()Returns the ddm template ID of this kaleo process link.- Specified by:
getDDMTemplateIdin interfaceKaleoProcessLinkModel- Returns:
- the ddm template ID of this kaleo process link
-
getKaleoProcess
- Specified by:
getKaleoProcessin interfaceKaleoProcessLink- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoProcessId
public long getKaleoProcessId()Returns the kaleo process ID of this kaleo process link.- Specified by:
getKaleoProcessIdin interfaceKaleoProcessLinkModel- Returns:
- the kaleo process ID of this kaleo process link
-
getKaleoProcessLinkId
public long getKaleoProcessLinkId()Returns the kaleo process link ID of this kaleo process link.- Specified by:
getKaleoProcessLinkIdin interfaceKaleoProcessLinkModel- Returns:
- the kaleo process link ID of this kaleo process link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo process link.- Specified by:
getPrimaryKeyin interfaceKaleoProcessLinkModel- Returns:
- the primary key of this kaleo process link
-
getWorkflowTaskName
Returns the workflow task name of this kaleo process link.- Specified by:
getWorkflowTaskNamein interfaceKaleoProcessLinkModel- Returns:
- the workflow task name of this kaleo process link
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo process link.- Specified by:
setCompanyIdin interfaceKaleoProcessLinkModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo process link
-
setDDMTemplateId
public void setDDMTemplateId(long DDMTemplateId) Sets the ddm template ID of this kaleo process link.- Specified by:
setDDMTemplateIdin interfaceKaleoProcessLinkModel- Parameters:
DDMTemplateId- the ddm template ID of this kaleo process link
-
setKaleoProcessId
public void setKaleoProcessId(long kaleoProcessId) Sets the kaleo process ID of this kaleo process link.- Specified by:
setKaleoProcessIdin interfaceKaleoProcessLinkModel- Parameters:
kaleoProcessId- the kaleo process ID of this kaleo process link
-
setKaleoProcessLinkId
public void setKaleoProcessLinkId(long kaleoProcessLinkId) Sets the kaleo process link ID of this kaleo process link.- Specified by:
setKaleoProcessLinkIdin interfaceKaleoProcessLinkModel- Parameters:
kaleoProcessLinkId- the kaleo process link ID of this kaleo process link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo process link.- Specified by:
setPrimaryKeyin interfaceKaleoProcessLinkModel- Parameters:
primaryKey- the primary key of this kaleo process link
-
setWorkflowTaskName
Sets the workflow task name of this kaleo process link.- Specified by:
setWorkflowTaskNamein interfaceKaleoProcessLinkModel- Parameters:
workflowTaskName- the workflow task name of this kaleo process link
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoProcessLinkModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink>
-