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
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance
KALEO_TASK_FORM_INSTANCE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo task form instance.Returns the create date of this kaleo task form instance.long
Returns the ct collection ID of this kaleo task form instance.long
Returns the form value entry group ID of this kaleo task form instance.long
Returns 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.long
Returns the group ID of this kaleo task form instance.long
Returns the kaleo definition ID of this kaleo task form instance.long
Returns the kaleo definition version ID of this kaleo task form instance.long
Returns the kaleo instance ID of this kaleo task form instance.long
Returns the kaleo task form ID of this kaleo task form instance.long
Returns the kaleo task form instance ID of this kaleo task form instance.long
Returns the kaleo task ID of this kaleo task form instance.long
Returns 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.long
Returns the mvcc version of this kaleo task form instance.long
Returns the primary key of this kaleo task form instance.long
Returns 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.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this kaleo task form instance.void
setCreateDate
(Date createDate) Sets the create date of this kaleo task form instance.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo task form instance.void
setFormValueEntryGroupId
(long formValueEntryGroupId) Sets the form value entry group ID of this kaleo task form instance.void
setFormValueEntryId
(long formValueEntryId) Sets the form value entry ID of this kaleo task form instance.void
setFormValueEntryUuid
(String formValueEntryUuid) Sets the form value entry uuid of this kaleo task form instance.void
setFormValues
(String formValues) Sets the form values of this kaleo task form instance.void
setGroupId
(long groupId) Sets the group ID of this kaleo task form instance.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form instance.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form instance.void
setKaleoInstanceId
(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo task form instance.void
setKaleoTaskFormId
(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form instance.void
setKaleoTaskFormInstanceId
(long kaleoTaskFormInstanceId) Sets the kaleo task form instance ID of this kaleo task form instance.void
setKaleoTaskId
(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form instance.void
setKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Sets the kaleo task instance token ID of this kaleo task form instance.void
setMetadata
(String metadata) Sets the metadata of this kaleo task form instance.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo task form instance.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo task form instance.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo task form instance.void
setUserId
(long userId) Sets the user ID of this kaleo task form instance.void
setUserName
(String userName) Sets the user name of this kaleo task form instance.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo task form instance.protected KaleoTaskFormInstanceWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, 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.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskFormInstanceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTaskFormInstanceModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task form instance.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTaskFormInstanceModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
- Specified by:
getCtCollectionId
in 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:
getFormValueEntryGroupId
in 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:
getFormValueEntryId
in 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:
getFormValueEntryUuid
in 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:
getFormValues
in 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:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in 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:
getKaleoDefinitionId
in 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:
getKaleoDefinitionVersionId
in 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:
getKaleoInstanceId
in 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:
getKaleoTaskFormId
in 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:
getKaleoTaskFormInstanceId
in 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:
getKaleoTaskId
in 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:
getKaleoTaskInstanceTokenId
in 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:
getMetadata
in interfaceKaleoTaskFormInstanceModel
- Returns:
- the metadata of this kaleo task form instance
-
getModifiedDate
Returns the modified date of this kaleo task form instance.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceKaleoTaskFormInstanceModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
- Specified by:
getPrimaryKey
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTaskFormInstanceModel
- Returns:
- the user ID of this kaleo task form instance
-
getUserName
Returns the user name of this kaleo task form instance.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTaskFormInstanceModel
- Returns:
- the user name of this kaleo task form instance
-
getUserUuid
Returns the user uuid of this kaleo task form instance.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTaskFormInstanceModel
- Returns:
- the user uuid of this kaleo task form instance
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task form instance.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTaskFormInstanceModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
- Specified by:
setCtCollectionId
in 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:
setFormValueEntryGroupId
in 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:
setFormValueEntryId
in 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:
setFormValueEntryUuid
in 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:
setFormValues
in 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:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in 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:
setKaleoDefinitionId
in 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:
setKaleoDefinitionVersionId
in 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:
setKaleoInstanceId
in 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:
setKaleoTaskFormId
in 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:
setKaleoTaskFormInstanceId
in 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:
setKaleoTaskId
in 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:
setKaleoTaskInstanceTokenId
in 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:
setMetadata
in interfaceKaleoTaskFormInstanceModel
- Parameters:
metadata
- the metadata of this kaleo task form instance
-
setModifiedDate
Sets the modified date of this kaleo task form instance.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceKaleoTaskFormInstanceModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
- Specified by:
setPrimaryKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in 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:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in 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:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTaskFormInstanceModel
- Parameters:
userUuid
- the user uuid of this kaleo task form instance
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTaskFormInstanceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>
-