public class AppBuilderWorkflowTaskLinkWrapper extends BaseModelWrapper<AppBuilderWorkflowTaskLink> implements AppBuilderWorkflowTaskLink, ModelWrapper<AppBuilderWorkflowTaskLink>
This class is a wrapper for AppBuilderWorkflowTaskLink.
AppBuilderWorkflowTaskLink,
Serialized FormmodelAPP_BUILDER_WORKFLOW_TASK_LINK_ID_ACCESSOR| Constructor and Description |
|---|
AppBuilderWorkflowTaskLinkWrapper(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAppBuilderAppId()
Returns the app builder app 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAppBuilderAppId(long appBuilderAppId)
Sets the app builder app 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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected AppBuilderWorkflowTaskLinkWrapper |
wrap(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink) |
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 AppBuilderWorkflowTaskLinkWrapper(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AppBuilderWorkflowTaskLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AppBuilderWorkflowTaskLink>public long getAppBuilderAppId()
getAppBuilderAppId in interface AppBuilderWorkflowTaskLinkModelpublic long getAppBuilderWorkflowTaskLinkId()
getAppBuilderWorkflowTaskLinkId in interface AppBuilderWorkflowTaskLinkModelpublic long getCompanyId()
getCompanyId in interface AppBuilderWorkflowTaskLinkModelgetCompanyId in interface ShardedModelpublic long getDdmStructureLayoutId()
getDdmStructureLayoutId in interface AppBuilderWorkflowTaskLinkModelpublic long getMvccVersion()
getMvccVersion in interface AppBuilderWorkflowTaskLinkModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AppBuilderWorkflowTaskLinkModelpublic boolean getReadOnly()
getReadOnly in interface AppBuilderWorkflowTaskLinkModelpublic java.lang.String getWorkflowTaskName()
getWorkflowTaskName in interface AppBuilderWorkflowTaskLinkModelpublic boolean isReadOnly()
true if this app builder workflow task link is read only.isReadOnly in interface AppBuilderWorkflowTaskLinkModeltrue if this app builder workflow task link is read only; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAppBuilderAppId(long appBuilderAppId)
setAppBuilderAppId in interface AppBuilderWorkflowTaskLinkModelappBuilderAppId - the app builder app ID of this app builder workflow task linkpublic void setAppBuilderWorkflowTaskLinkId(long appBuilderWorkflowTaskLinkId)
setAppBuilderWorkflowTaskLinkId in interface AppBuilderWorkflowTaskLinkModelappBuilderWorkflowTaskLinkId - the app builder workflow task link ID of this app builder workflow task linkpublic void setCompanyId(long companyId)
setCompanyId in interface AppBuilderWorkflowTaskLinkModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this app builder workflow task linkpublic void setDdmStructureLayoutId(long ddmStructureLayoutId)
setDdmStructureLayoutId in interface AppBuilderWorkflowTaskLinkModelddmStructureLayoutId - the ddm structure layout ID of this app builder workflow task linkpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AppBuilderWorkflowTaskLinkModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this app builder workflow task linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AppBuilderWorkflowTaskLinkModelprimaryKey - the primary key of this app builder workflow task linkpublic void setReadOnly(boolean readOnly)
setReadOnly in interface AppBuilderWorkflowTaskLinkModelreadOnly - the read only of this app builder workflow task linkpublic void setWorkflowTaskName(java.lang.String workflowTaskName)
setWorkflowTaskName in interface AppBuilderWorkflowTaskLinkModelworkflowTaskName - the workflow task name of this app builder workflow task linkprotected AppBuilderWorkflowTaskLinkWrapper wrap(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink)
wrap in class BaseModelWrapper<AppBuilderWorkflowTaskLink>