Interface KaleoTaskFormInstanceModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoTaskFormInstance
- All Known Implementing Classes:
KaleoTaskFormInstanceWrapper
@ProviderType
public interface KaleoTaskFormInstanceModel
extends com.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoTaskFormInstance service. Represents a row in the "KaleoTaskFormInstance" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskFormInstanceModelImpl 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.KaleoTaskFormInstanceImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo task form instance.Returns the create date of this kaleo task form instance.longReturns the ct collection ID of this kaleo task form instance.longReturns the form value entry group ID of this kaleo task form instance.longReturns the form value entry ID of this kaleo task form instance.Returns the form value entry uuid of this kaleo task form instance.Returns the form values of this kaleo task form instance.longReturns the group ID of this kaleo task form instance.longReturns the kaleo definition ID of this kaleo task form instance.longReturns the kaleo definition version ID of this kaleo task form instance.longReturns the kaleo instance ID of this kaleo task form instance.longReturns the kaleo task form ID of this kaleo task form instance.longReturns the kaleo task form instance ID of this kaleo task form instance.longReturns the kaleo task ID of this kaleo task form instance.longReturns the kaleo task instance token ID of this kaleo task form instance.Returns the metadata of this kaleo task form instance.Returns the modified date of this kaleo task form instance.longReturns the mvcc version of this kaleo task form instance.longReturns the primary key of this kaleo task form instance.longReturns the user ID of this kaleo task form instance.Returns the user name of this kaleo task form instance.Returns the user uuid of this kaleo task form instance.voidsetCompanyId(long companyId) Sets the company ID of this kaleo task form instance.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task form instance.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task form instance.voidsetFormValueEntryGroupId(long formValueEntryGroupId) Sets the form value entry group ID of this kaleo task form instance.voidsetFormValueEntryId(long formValueEntryId) Sets the form value entry ID of this kaleo task form instance.voidsetFormValueEntryUuid(String formValueEntryUuid) Sets the form value entry uuid of this kaleo task form instance.voidsetFormValues(String formValues) Sets the form values of this kaleo task form instance.voidsetGroupId(long groupId) Sets the group ID of this kaleo task form instance.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form instance.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form instance.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task form instance.voidsetKaleoTaskFormId(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form instance.voidsetKaleoTaskFormInstanceId(long kaleoTaskFormInstanceId) Sets the kaleo task form instance ID of this kaleo task form instance.voidsetKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form instance.voidsetKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task form instance.voidsetMetadata(String metadata) Sets the metadata of this kaleo task form instance.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task form instance.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task form instance.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task form instance.voidsetUserId(long userId) Sets the user ID of this kaleo task form instance.voidsetUserName(String userName) Sets the user name of this kaleo task form instance.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task form instance.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo task form instance.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>- Returns:
- the primary key of this kaleo task form instance
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task form instance.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>- Parameters:
primaryKey- the primary key of this kaleo task form instance
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo task form instance.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task form instance
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task form instance.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task form instance
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this kaleo task form instance.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>- Returns:
- the ct collection ID of this kaleo task form instance
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task form instance.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>- Parameters:
ctCollectionId- the ct collection ID of this kaleo task form instance
-
getKaleoTaskFormInstanceId
long getKaleoTaskFormInstanceId()Returns the kaleo task form instance ID of this kaleo task form instance.- Returns:
- the kaleo task form instance ID of this kaleo task form instance
-
setKaleoTaskFormInstanceId
void setKaleoTaskFormInstanceId(long kaleoTaskFormInstanceId) Sets the kaleo task form instance ID of this kaleo task form instance.- Parameters:
kaleoTaskFormInstanceId- the kaleo task form instance ID of this kaleo task form instance
-
getGroupId
long getGroupId()Returns the group ID of this kaleo task form instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this kaleo task form instance
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo task form instance.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this kaleo task form instance
-
getCompanyId
long getCompanyId()Returns the company ID of this kaleo task form instance.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo task form instance
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this kaleo task form instance.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo task form instance
-
getUserId
long getUserId()Returns the user ID of this kaleo task form instance.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this kaleo task form instance
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo task form instance.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this kaleo task form instance
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo task form instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo task form instance
-
setUserUuid
Sets the user uuid of this kaleo task form instance.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo task form instance
-
getUserName
Returns the user name of this kaleo task form instance.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo task form instance
-
setUserName
Sets the user name of this kaleo task form instance.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this kaleo task form instance
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo task form instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo task form instance
-
setCreateDate
Sets the create date of this kaleo task form instance.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this kaleo task form instance
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo task form instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo task form instance
-
setModifiedDate
Sets the modified date of this kaleo task form instance.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo task form instance
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task form instance.- Returns:
- the kaleo definition ID of this kaleo task form instance
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form instance.- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task form instance
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task form instance.- Returns:
- the kaleo definition version ID of this kaleo task form instance
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form instance.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task form instance
-
getKaleoInstanceId
long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo task form instance.- Returns:
- the kaleo instance ID of this kaleo task form instance
-
setKaleoInstanceId
void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task form instance.- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo task form instance
-
getKaleoTaskId
long getKaleoTaskId()Returns the kaleo task ID of this kaleo task form instance.- Returns:
- the kaleo task ID of this kaleo task form instance
-
setKaleoTaskId
void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form instance.- Parameters:
kaleoTaskId- the kaleo task ID of this kaleo task form instance
-
getKaleoTaskInstanceTokenId
long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo task form instance.- Returns:
- the kaleo task instance token ID of this kaleo task form instance
-
setKaleoTaskInstanceTokenId
void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task form instance.- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task form instance
-
getKaleoTaskFormId
long getKaleoTaskFormId()Returns the kaleo task form ID of this kaleo task form instance.- Returns:
- the kaleo task form ID of this kaleo task form instance
-
setKaleoTaskFormId
void setKaleoTaskFormId(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form instance.- Parameters:
kaleoTaskFormId- the kaleo task form ID of this kaleo task form instance
-
getFormValues
Returns the form values of this kaleo task form instance.- Returns:
- the form values of this kaleo task form instance
-
setFormValues
Sets the form values of this kaleo task form instance.- Parameters:
formValues- the form values of this kaleo task form instance
-
getFormValueEntryGroupId
long getFormValueEntryGroupId()Returns the form value entry group ID of this kaleo task form instance.- Returns:
- the form value entry group ID of this kaleo task form instance
-
setFormValueEntryGroupId
void setFormValueEntryGroupId(long formValueEntryGroupId) Sets the form value entry group ID of this kaleo task form instance.- Parameters:
formValueEntryGroupId- the form value entry group ID of this kaleo task form instance
-
getFormValueEntryId
long getFormValueEntryId()Returns the form value entry ID of this kaleo task form instance.- Returns:
- the form value entry ID of this kaleo task form instance
-
setFormValueEntryId
void setFormValueEntryId(long formValueEntryId) Sets the form value entry ID of this kaleo task form instance.- Parameters:
formValueEntryId- the form value entry ID of this kaleo task form instance
-
getFormValueEntryUuid
Returns the form value entry uuid of this kaleo task form instance.- Returns:
- the form value entry uuid of this kaleo task form instance
-
setFormValueEntryUuid
Sets the form value entry uuid of this kaleo task form instance.- Parameters:
formValueEntryUuid- the form value entry uuid of this kaleo task form instance
-
getMetadata
Returns the metadata of this kaleo task form instance.- Returns:
- the metadata of this kaleo task form instance
-
setMetadata
Sets the metadata of this kaleo task form instance.- Parameters:
metadata- the metadata of this kaleo task form instance
-
cloneWithOriginalValues
KaleoTaskFormInstance cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
toXmlString
-