Class KaleoTaskFormInstanceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>
com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstanceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskFormInstance>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,KaleoTaskFormInstance,KaleoTaskFormInstanceModel,Serializable,Cloneable,Comparable<KaleoTaskFormInstance>
public class KaleoTaskFormInstanceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>
implements KaleoTaskFormInstance, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskFormInstance>
This class is a wrapper for KaleoTaskFormInstance.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance
KALEO_TASK_FORM_INSTANCE_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected KaleoTaskFormInstanceWrapperwrap(KaleoTaskFormInstance kaleoTaskFormInstance) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskFormInstanceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTaskFormInstanceModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task form instance.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTaskFormInstanceModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo task form instance
-
getCreateDate
Returns the create date of this kaleo task form instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTaskFormInstanceModel- Returns:
- the create date of this kaleo task form instance
-
getCtCollectionId
public 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>- Specified by:
getCtCollectionIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the ct collection ID of this kaleo task form instance
-
getFormValueEntryGroupId
public long getFormValueEntryGroupId()Returns the form value entry group ID of this kaleo task form instance.- Specified by:
getFormValueEntryGroupIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the form value entry group ID of this kaleo task form instance
-
getFormValueEntryId
public long getFormValueEntryId()Returns the form value entry ID of this kaleo task form instance.- Specified by:
getFormValueEntryIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the form value entry ID of this kaleo task form instance
-
getFormValueEntryUuid
Returns the form value entry uuid of this kaleo task form instance.- Specified by:
getFormValueEntryUuidin interfaceKaleoTaskFormInstanceModel- Returns:
- the form value entry uuid of this kaleo task form instance
-
getFormValues
Returns the form values of this kaleo task form instance.- Specified by:
getFormValuesin interfaceKaleoTaskFormInstanceModel- Returns:
- the form values of this kaleo task form instance
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task form instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the group ID of this kaleo task form instance
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task form instance.- Specified by:
getKaleoDefinitionIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo definition ID of this kaleo task form instance
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task form instance.- Specified by:
getKaleoDefinitionVersionIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo definition version ID of this kaleo task form instance
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo task form instance.- Specified by:
getKaleoInstanceIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo instance ID of this kaleo task form instance
-
getKaleoTaskFormId
public long getKaleoTaskFormId()Returns the kaleo task form ID of this kaleo task form instance.- Specified by:
getKaleoTaskFormIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo task form ID of this kaleo task form instance
-
getKaleoTaskFormInstanceId
public long getKaleoTaskFormInstanceId()Returns the kaleo task form instance ID of this kaleo task form instance.- Specified by:
getKaleoTaskFormInstanceIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo task form instance ID of this kaleo task form instance
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task form instance.- Specified by:
getKaleoTaskIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo task ID of this kaleo task form instance
-
getKaleoTaskInstanceTokenId
public long getKaleoTaskInstanceTokenId()Returns the kaleo task instance token ID of this kaleo task form instance.- Specified by:
getKaleoTaskInstanceTokenIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the kaleo task instance token ID of this kaleo task form instance
-
getMetadata
Returns the metadata of this kaleo task form instance.- Specified by:
getMetadatain interfaceKaleoTaskFormInstanceModel- Returns:
- the metadata of this kaleo task form instance
-
getModifiedDate
Returns the modified date of this kaleo task form instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTaskFormInstanceModel- Returns:
- the modified date of this kaleo task form instance
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo task form instance.- Specified by:
getMvccVersionin interfaceKaleoTaskFormInstanceModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo task form instance
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task form instance.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>- Specified by:
getPrimaryKeyin interfaceKaleoTaskFormInstanceModel- Returns:
- the primary key of this kaleo task form instance
-
getUserId
public long getUserId()Returns the user ID of this kaleo task form instance.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTaskFormInstanceModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceKaleoTaskFormInstanceModel- Returns:
- the user name of this kaleo task form instance
-
getUserUuid
Returns the user uuid of this kaleo task form instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTaskFormInstanceModel- Returns:
- the user uuid of this kaleo task form instance
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public 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 interfaceKaleoTaskFormInstanceModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID 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- Specified by:
setCreateDatein interfaceKaleoTaskFormInstanceModel- Parameters:
createDate- the create date of this kaleo task form instance
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceKaleoTaskFormInstanceModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo task form instance
-
setFormValueEntryGroupId
public void setFormValueEntryGroupId(long formValueEntryGroupId) Sets the form value entry group ID of this kaleo task form instance.- Specified by:
setFormValueEntryGroupIdin interfaceKaleoTaskFormInstanceModel- Parameters:
formValueEntryGroupId- the form value entry group ID of this kaleo task form instance
-
setFormValueEntryId
public void setFormValueEntryId(long formValueEntryId) Sets the form value entry ID of this kaleo task form instance.- Specified by:
setFormValueEntryIdin interfaceKaleoTaskFormInstanceModel- Parameters:
formValueEntryId- the form value entry ID of this kaleo task form instance
-
setFormValueEntryUuid
Sets the form value entry uuid of this kaleo task form instance.- Specified by:
setFormValueEntryUuidin interfaceKaleoTaskFormInstanceModel- Parameters:
formValueEntryUuid- the form value entry uuid of this kaleo task form instance
-
setFormValues
Sets the form values of this kaleo task form instance.- Specified by:
setFormValuesin interfaceKaleoTaskFormInstanceModel- Parameters:
formValues- the form values of this kaleo task form instance
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo task form instance.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoTaskFormInstanceModel- Parameters:
groupId- the group ID of this kaleo task form instance
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form instance.- Specified by:
setKaleoDefinitionIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo task form instance
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form instance.- Specified by:
setKaleoDefinitionVersionIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo task form instance
-
setKaleoInstanceId
public void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task form instance.- Specified by:
setKaleoInstanceIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo task form instance
-
setKaleoTaskFormId
public void setKaleoTaskFormId(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form instance.- Specified by:
setKaleoTaskFormIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoTaskFormId- the kaleo task form ID of this kaleo task form instance
-
setKaleoTaskFormInstanceId
public void setKaleoTaskFormInstanceId(long kaleoTaskFormInstanceId) Sets the kaleo task form instance ID of this kaleo task form instance.- Specified by:
setKaleoTaskFormInstanceIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoTaskFormInstanceId- the kaleo task form instance ID of this kaleo task form instance
-
setKaleoTaskId
public void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form instance.- Specified by:
setKaleoTaskIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoTaskId- the kaleo task ID of this kaleo task form instance
-
setKaleoTaskInstanceTokenId
public void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task form instance.- Specified by:
setKaleoTaskInstanceTokenIdin interfaceKaleoTaskFormInstanceModel- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID of this kaleo task form instance
-
setMetadata
Sets the metadata of this kaleo task form instance.- Specified by:
setMetadatain interfaceKaleoTaskFormInstanceModel- Parameters:
metadata- the metadata 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- Specified by:
setModifiedDatein interfaceKaleoTaskFormInstanceModel- Parameters:
modifiedDate- the modified date of this kaleo task form instance
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task form instance.- Specified by:
setMvccVersionin interfaceKaleoTaskFormInstanceModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo task form instance
-
setPrimaryKey
public 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>- Specified by:
setPrimaryKeyin interfaceKaleoTaskFormInstanceModel- Parameters:
primaryKey- the primary key of this kaleo task form instance
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo task form instance.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTaskFormInstanceModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceKaleoTaskFormInstanceModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceKaleoTaskFormInstanceModel- Parameters:
userUuid- the user uuid of this kaleo task form instance
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTaskFormInstanceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>
-