Interface KaleoTaskForm
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<KaleoTaskForm>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
,com.liferay.portal.kernel.model.GroupedModel
,KaleoTaskFormModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
KaleoTaskFormWrapper
@ProviderType
public interface KaleoTaskForm
extends KaleoTaskFormModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KaleoTaskForm service. Represents a row in the "KaleoTaskForm" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<KaleoTaskForm,
Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskFormModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getFormCompanyId, getFormDefinition, getFormGroupId, getFormId, getFormUuid, getGroupId, getKaleoDefinitionId, getKaleoDefinitionVersionId, getKaleoNodeId, getKaleoTaskFormId, getKaleoTaskId, getKaleoTaskName, getMetadata, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPriority, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setFormCompanyId, setFormDefinition, setFormGroupId, setFormId, setFormUuid, setGroupId, setKaleoDefinitionId, setKaleoDefinitionVersionId, setKaleoNodeId, setKaleoTaskFormId, setKaleoTaskId, setKaleoTaskName, setMetadata, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPriority, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
KALEO_TASK_FORM_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<KaleoTaskForm,Long> KALEO_TASK_FORM_ID_ACCESSOR
-