Class KaleoConditionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>
com.liferay.portal.workflow.kaleo.model.KaleoConditionWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoCondition>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<KaleoCondition>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, KaleoCondition, KaleoConditionModel, Serializable, Cloneable, Comparable<KaleoCondition>

public class KaleoConditionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition> implements KaleoCondition, com.liferay.portal.kernel.model.ModelWrapper<KaleoCondition>

This class is a wrapper for KaleoCondition.

See Also:
Generated:
  • Constructor Details

    • KaleoConditionWrapper

      public KaleoConditionWrapper(KaleoCondition kaleoCondition)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
    • cloneWithOriginalValues

      public KaleoCondition cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
      Specified by:
      cloneWithOriginalValues in interface KaleoConditionModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this kaleo condition.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface KaleoConditionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo condition
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this kaleo condition.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface KaleoConditionModel
      Returns:
      the create date of this kaleo condition
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this kaleo condition.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
      Specified by:
      getCtCollectionId in interface KaleoConditionModel
      Returns:
      the ct collection ID of this kaleo condition
    • getGroupId

      public long getGroupId()
      Returns the group ID of this kaleo condition.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface KaleoConditionModel
      Returns:
      the group ID of this kaleo condition
    • getKaleoConditionId

      public long getKaleoConditionId()
      Returns the kaleo condition ID of this kaleo condition.
      Specified by:
      getKaleoConditionId in interface KaleoConditionModel
      Returns:
      the kaleo condition ID of this kaleo condition
    • getKaleoDefinitionId

      public long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo condition.
      Specified by:
      getKaleoDefinitionId in interface KaleoConditionModel
      Returns:
      the kaleo definition ID of this kaleo condition
    • getKaleoDefinitionVersionId

      public long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo condition.
      Specified by:
      getKaleoDefinitionVersionId in interface KaleoConditionModel
      Returns:
      the kaleo definition version ID of this kaleo condition
    • getKaleoNodeId

      public long getKaleoNodeId()
      Returns the kaleo node ID of this kaleo condition.
      Specified by:
      getKaleoNodeId in interface KaleoConditionModel
      Returns:
      the kaleo node ID of this kaleo condition
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this kaleo condition.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface KaleoConditionModel
      Returns:
      the modified date of this kaleo condition
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this kaleo condition.
      Specified by:
      getMvccVersion in interface KaleoConditionModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo condition
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this kaleo condition.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
      Specified by:
      getPrimaryKey in interface KaleoConditionModel
      Returns:
      the primary key of this kaleo condition
    • getScript

      public String getScript()
      Returns the script of this kaleo condition.
      Specified by:
      getScript in interface KaleoConditionModel
      Returns:
      the script of this kaleo condition
    • getScriptLanguage

      public String getScriptLanguage()
      Returns the script language of this kaleo condition.
      Specified by:
      getScriptLanguage in interface KaleoConditionModel
      Returns:
      the script language of this kaleo condition
    • getScriptRequiredContexts

      public String getScriptRequiredContexts()
      Returns the script required contexts of this kaleo condition.
      Specified by:
      getScriptRequiredContexts in interface KaleoConditionModel
      Returns:
      the script required contexts of this kaleo condition
    • getUserId

      public long getUserId()
      Returns the user ID of this kaleo condition.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface KaleoConditionModel
      Returns:
      the user ID of this kaleo condition
    • getUserName

      public String getUserName()
      Returns the user name of this kaleo condition.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface KaleoConditionModel
      Returns:
      the user name of this kaleo condition
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this kaleo condition.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface KaleoConditionModel
      Returns:
      the user uuid of this kaleo condition
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this kaleo condition.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface KaleoConditionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo condition
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this kaleo condition.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface KaleoConditionModel
      Parameters:
      createDate - the create date of this kaleo condition
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this kaleo condition.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
      Specified by:
      setCtCollectionId in interface KaleoConditionModel
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo condition
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this kaleo condition.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface KaleoConditionModel
      Parameters:
      groupId - the group ID of this kaleo condition
    • setKaleoConditionId

      public void setKaleoConditionId(long kaleoConditionId)
      Sets the kaleo condition ID of this kaleo condition.
      Specified by:
      setKaleoConditionId in interface KaleoConditionModel
      Parameters:
      kaleoConditionId - the kaleo condition ID of this kaleo condition
    • setKaleoDefinitionId

      public void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo condition.
      Specified by:
      setKaleoDefinitionId in interface KaleoConditionModel
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo condition
    • setKaleoDefinitionVersionId

      public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo condition.
      Specified by:
      setKaleoDefinitionVersionId in interface KaleoConditionModel
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo condition
    • setKaleoNodeId

      public void setKaleoNodeId(long kaleoNodeId)
      Sets the kaleo node ID of this kaleo condition.
      Specified by:
      setKaleoNodeId in interface KaleoConditionModel
      Parameters:
      kaleoNodeId - the kaleo node ID of this kaleo condition
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo condition.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface KaleoConditionModel
      Parameters:
      modifiedDate - the modified date of this kaleo condition
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this kaleo condition.
      Specified by:
      setMvccVersion in interface KaleoConditionModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo condition
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo condition.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
      Specified by:
      setPrimaryKey in interface KaleoConditionModel
      Parameters:
      primaryKey - the primary key of this kaleo condition
    • setScript

      public void setScript(String script)
      Sets the script of this kaleo condition.
      Specified by:
      setScript in interface KaleoConditionModel
      Parameters:
      script - the script of this kaleo condition
    • setScriptLanguage

      public void setScriptLanguage(String scriptLanguage)
      Sets the script language of this kaleo condition.
      Specified by:
      setScriptLanguage in interface KaleoConditionModel
      Parameters:
      scriptLanguage - the script language of this kaleo condition
    • setScriptRequiredContexts

      public void setScriptRequiredContexts(String scriptRequiredContexts)
      Sets the script required contexts of this kaleo condition.
      Specified by:
      setScriptRequiredContexts in interface KaleoConditionModel
      Parameters:
      scriptRequiredContexts - the script required contexts of this kaleo condition
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this kaleo condition.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface KaleoConditionModel
      Parameters:
      userId - the user ID of this kaleo condition
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this kaleo condition.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface KaleoConditionModel
      Parameters:
      userName - the user name of this kaleo condition
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this kaleo condition.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface KaleoConditionModel
      Parameters:
      userUuid - the user uuid of this kaleo condition
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface KaleoConditionModel
    • getAttributeGetterFunctions

      public Map<String,Function<KaleoCondition,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<KaleoCondition,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
    • wrap

      protected KaleoConditionWrapper wrap(KaleoCondition kaleoCondition)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>