@ProviderType public interface KaleoProcessLinkModel extends BaseModel<KaleoProcessLink>, ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.forms.model.impl.KaleoProcessLinkModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.forms.model.impl.KaleoProcessLinkImpl.
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.
|
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.
|
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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this kaleo process linklong getKaleoProcessLinkId()
void setKaleoProcessLinkId(long kaleoProcessLinkId)
kaleoProcessLinkId - the kaleo process link ID of this kaleo process linklong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this kaleo process linklong getKaleoProcessId()
void setKaleoProcessId(long kaleoProcessId)
kaleoProcessId - the kaleo process ID of this kaleo process link@AutoEscape java.lang.String getWorkflowTaskName()
void setWorkflowTaskName(java.lang.String workflowTaskName)
workflowTaskName - the workflow task name of this kaleo process linklong getDDMTemplateId()
void setDDMTemplateId(long DDMTemplateId)
DDMTemplateId - the ddm template ID of this kaleo process link