@ProviderType public interface AppBuilderWorkflowTaskLinkModel extends com.liferay.portal.kernel.model.BaseModel<AppBuilderWorkflowTaskLink>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.app.builder.workflow.model.impl.AppBuilderWorkflowTaskLinkModelImpl 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.app.builder.workflow.model.impl.AppBuilderWorkflowTaskLinkImpl.
AppBuilderWorkflowTaskLink| Modifier and Type | Method and Description |
|---|---|
long |
getAppBuilderAppId()
Returns the app builder app ID of this app builder workflow task link.
|
long |
getAppBuilderAppVersionId()
Returns the app builder app version ID of this app builder workflow task link.
|
long |
getAppBuilderWorkflowTaskLinkId()
Returns the app builder workflow task link ID of this app builder workflow task link.
|
long |
getCompanyId()
Returns the company ID of this app builder workflow task link.
|
long |
getDdmStructureLayoutId()
Returns the ddm structure layout ID of this app builder workflow task link.
|
long |
getMvccVersion()
Returns the mvcc version of this app builder workflow task link.
|
long |
getPrimaryKey()
Returns the primary key of this app builder workflow task link.
|
boolean |
getReadOnly()
Returns the read only of this app builder workflow task link.
|
java.lang.String |
getWorkflowTaskName()
Returns the workflow task name of this app builder workflow task link.
|
boolean |
isReadOnly()
Returns
true if this app builder workflow task link is read only. |
void |
setAppBuilderAppId(long appBuilderAppId)
Sets the app builder app ID of this app builder workflow task link.
|
void |
setAppBuilderAppVersionId(long appBuilderAppVersionId)
Sets the app builder app version ID of this app builder workflow task link.
|
void |
setAppBuilderWorkflowTaskLinkId(long appBuilderWorkflowTaskLinkId)
Sets the app builder workflow task link ID of this app builder workflow task link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this app builder workflow task link.
|
void |
setDdmStructureLayoutId(long ddmStructureLayoutId)
Sets the ddm structure layout ID of this app builder workflow task link.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this app builder workflow task link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this app builder workflow task link.
|
void |
setReadOnly(boolean readOnly)
Sets whether this app builder workflow task link is read only.
|
void |
setWorkflowTaskName(java.lang.String workflowTaskName)
Sets the workflow task name of this app builder workflow task link.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this app builder workflow task linklong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this app builder workflow task linklong getAppBuilderWorkflowTaskLinkId()
void setAppBuilderWorkflowTaskLinkId(long appBuilderWorkflowTaskLinkId)
appBuilderWorkflowTaskLinkId - the app builder workflow task link ID of this app builder workflow task linklong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this app builder workflow task linklong getAppBuilderAppId()
void setAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app ID of this app builder workflow task linklong getAppBuilderAppVersionId()
void setAppBuilderAppVersionId(long appBuilderAppVersionId)
appBuilderAppVersionId - the app builder app version ID of this app builder workflow task linklong getDdmStructureLayoutId()
void setDdmStructureLayoutId(long ddmStructureLayoutId)
ddmStructureLayoutId - the ddm structure layout ID of this app builder workflow task linkboolean getReadOnly()
boolean isReadOnly()
true if this app builder workflow task link is read only.true if this app builder workflow task link is read only; false otherwisevoid setReadOnly(boolean readOnly)
readOnly - the read only of this app builder workflow task link@AutoEscape java.lang.String getWorkflowTaskName()
void setWorkflowTaskName(java.lang.String workflowTaskName)
workflowTaskName - the workflow task name of this app builder workflow task link