@ProviderType public interface KaleoTaskFormModel extends com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskFormModelImpl 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.model.impl.KaleoTaskFormImpl.
KaleoTaskForm| Modifier and Type | Method and Description |
|---|---|
KaleoTaskForm |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this kaleo task form.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task form.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo task form.
|
java.lang.String |
getDescription()
Returns the description of this kaleo task form.
|
long |
getFormCompanyId()
Returns the form company ID of this kaleo task form.
|
java.lang.String |
getFormDefinition()
Returns the form definition of this kaleo task form.
|
long |
getFormGroupId()
Returns the form group ID of this kaleo task form.
|
long |
getFormId()
Returns the form ID of this kaleo task form.
|
java.lang.String |
getFormUuid()
Returns the form uuid of this kaleo task form.
|
long |
getGroupId()
Returns the group ID of this kaleo task form.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo task form.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo task form.
|
long |
getKaleoNodeId()
Returns the kaleo node ID of this kaleo task form.
|
long |
getKaleoTaskFormId()
Returns the kaleo task form ID of this kaleo task form.
|
long |
getKaleoTaskId()
Returns the kaleo task ID of this kaleo task form.
|
java.lang.String |
getKaleoTaskName()
Returns the kaleo task name of this kaleo task form.
|
java.lang.String |
getMetadata()
Returns the metadata of this kaleo task form.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo task form.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo task form.
|
java.lang.String |
getName()
Returns the name of this kaleo task form.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo task form.
|
int |
getPriority()
Returns the priority of this kaleo task form.
|
long |
getUserId()
Returns the user ID of this kaleo task form.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo task form.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo task form.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo task form.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo task form.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo task form.
|
void |
setDescription(java.lang.String description)
Sets the description of this kaleo task form.
|
void |
setFormCompanyId(long formCompanyId)
Sets the form company ID of this kaleo task form.
|
void |
setFormDefinition(java.lang.String formDefinition)
Sets the form definition of this kaleo task form.
|
void |
setFormGroupId(long formGroupId)
Sets the form group ID of this kaleo task form.
|
void |
setFormId(long formId)
Sets the form ID of this kaleo task form.
|
void |
setFormUuid(java.lang.String formUuid)
Sets the form uuid of this kaleo task form.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo task form.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo task form.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo task form.
|
void |
setKaleoNodeId(long kaleoNodeId)
Sets the kaleo node ID of this kaleo task form.
|
void |
setKaleoTaskFormId(long kaleoTaskFormId)
Sets the kaleo task form ID of this kaleo task form.
|
void |
setKaleoTaskId(long kaleoTaskId)
Sets the kaleo task ID of this kaleo task form.
|
void |
setKaleoTaskName(java.lang.String kaleoTaskName)
Sets the kaleo task name of this kaleo task form.
|
void |
setMetadata(java.lang.String metadata)
Sets the metadata of this kaleo task form.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo task form.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo task form.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo task form.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task form.
|
void |
setPriority(int priority)
Sets the priority of this kaleo task form.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo task form.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo task form.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo task form.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>primaryKey - the primary key of this kaleo task formlong 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 kaleo task formlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>ctCollectionId - the ct collection ID of this kaleo task formlong getKaleoTaskFormId()
void setKaleoTaskFormId(long kaleoTaskFormId)
kaleoTaskFormId - the kaleo task form ID of this kaleo task formlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this kaleo task formlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this kaleo task formlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this kaleo task formjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this kaleo task form@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this kaleo task formjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this kaleo task formjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this kaleo task formlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo task formlong getKaleoDefinitionVersionId()
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo task formlong getKaleoNodeId()
void setKaleoNodeId(long kaleoNodeId)
kaleoNodeId - the kaleo node ID of this kaleo task formlong getKaleoTaskId()
void setKaleoTaskId(long kaleoTaskId)
kaleoTaskId - the kaleo task ID of this kaleo task form@AutoEscape java.lang.String getKaleoTaskName()
void setKaleoTaskName(java.lang.String kaleoTaskName)
kaleoTaskName - the kaleo task name of this kaleo task form@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this kaleo task form@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this kaleo task formlong getFormCompanyId()
void setFormCompanyId(long formCompanyId)
formCompanyId - the form company ID of this kaleo task form@AutoEscape java.lang.String getFormDefinition()
void setFormDefinition(java.lang.String formDefinition)
formDefinition - the form definition of this kaleo task formlong getFormGroupId()
void setFormGroupId(long formGroupId)
formGroupId - the form group ID of this kaleo task formlong getFormId()
void setFormId(long formId)
formId - the form ID of this kaleo task form@AutoEscape java.lang.String getFormUuid()
void setFormUuid(java.lang.String formUuid)
formUuid - the form uuid of this kaleo task form@AutoEscape java.lang.String getMetadata()
void setMetadata(java.lang.String metadata)
metadata - the metadata of this kaleo task formint getPriority()
void setPriority(int priority)
priority - the priority of this kaleo task formKaleoTaskForm cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>default java.lang.String toXmlString()