Class CockpitSavedParameterValueModel

All Implemented Interfaces:
Serializable

public class CockpitSavedParameterValueModel extends ItemModel
Generated model class for type CockpitSavedParameterValue first defined at extension cockpit.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _COCKPITSAVEDQUERY2COCKPITSAVEDPARAMETERVALUERELATION

      public static final String _COCKPITSAVEDQUERY2COCKPITSAVEDPARAMETERVALUERELATION
      Generated relation code constant for relation CockpitSavedQuery2CockpitSavedParameterValueRelation defining source attribute cockpitSavedQuery in extension cockpit.
      See Also:
    • RAWVALUE

      public static final String RAWVALUE
      Generated constant - Attribute key of CockpitSavedParameterValue.rawValue attribute defined at extension cockpit.
      See Also:
    • OPERATORQUALIFIER

      public static final String OPERATORQUALIFIER
      Generated constant - Attribute key of CockpitSavedParameterValue.operatorQualifier attribute defined at extension cockpit.
      See Also:
    • LANGUAGEISO

      public static final String LANGUAGEISO
      Generated constant - Attribute key of CockpitSavedParameterValue.languageIso attribute defined at extension cockpit.
      See Also:
    • PARAMETERQUALIFIER

      public static final String PARAMETERQUALIFIER
      Generated constant - Attribute key of CockpitSavedParameterValue.parameterQualifier attribute defined at extension cockpit.
      See Also:
    • CASESENSITIVE

      public static final String CASESENSITIVE
      Generated constant - Attribute key of CockpitSavedParameterValue.caseSensitive attribute defined at extension cockpit.
      See Also:
    • REFERENCE

      public static final String REFERENCE
      Generated constant - Attribute key of CockpitSavedParameterValue.reference attribute defined at extension cockpit.
      See Also:
    • COCKPITSAVEDQUERY

      public static final String COCKPITSAVEDQUERY
      Generated constant - Attribute key of CockpitSavedParameterValue.cockpitSavedQuery attribute defined at extension cockpit.
      See Also:
  • Constructor Details

    • CockpitSavedParameterValueModel

      public CockpitSavedParameterValueModel()
      Generated constructor - Default constructor for generic creation.
    • CockpitSavedParameterValueModel

      public CockpitSavedParameterValueModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CockpitSavedParameterValueModel

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedParameterValueModel(String _operatorQualifier, String _parameterQualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _operatorQualifier - initial attribute declared by type CockpitSavedParameterValue at extension cockpit
      _parameterQualifier - initial attribute declared by type CockpitSavedParameterValue at extension cockpit
    • CockpitSavedParameterValueModel

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedParameterValueModel(String _operatorQualifier, ItemModel _owner, String _parameterQualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _operatorQualifier - initial attribute declared by type CockpitSavedParameterValue at extension cockpit
      _owner - initial attribute declared by type Item at extension core
      _parameterQualifier - initial attribute declared by type CockpitSavedParameterValue at extension cockpit
  • Method Details

    • getCaseSensitive

      @Accessor(qualifier="caseSensitive", type=GETTER) public Boolean getCaseSensitive()
      Generated method - Getter of the CockpitSavedParameterValue.caseSensitive attribute defined at extension cockpit.
      Returns:
      the caseSensitive
    • getCockpitSavedQuery

      @Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()
      Generated method - Getter of the CockpitSavedParameterValue.cockpitSavedQuery attribute defined at extension cockpit.
      Returns:
      the cockpitSavedQuery
    • getLanguageIso

      @Accessor(qualifier="languageIso", type=GETTER) public String getLanguageIso()
      Generated method - Getter of the CockpitSavedParameterValue.languageIso attribute defined at extension cockpit.
      Returns:
      the languageIso
    • getOperatorQualifier

      @Accessor(qualifier="operatorQualifier", type=GETTER) public String getOperatorQualifier()
      Generated method - Getter of the CockpitSavedParameterValue.operatorQualifier attribute defined at extension cockpit.
      Returns:
      the operatorQualifier
    • getParameterQualifier

      @Accessor(qualifier="parameterQualifier", type=GETTER) public String getParameterQualifier()
      Generated method - Getter of the CockpitSavedParameterValue.parameterQualifier attribute defined at extension cockpit.
      Returns:
      the parameterQualifier
    • getRawValue

      @Accessor(qualifier="rawValue", type=GETTER) public String getRawValue()
      Generated method - Getter of the CockpitSavedParameterValue.rawValue attribute defined at extension cockpit.
      Returns:
      the rawValue
    • getReference

      @Accessor(qualifier="reference", type=GETTER) public Boolean getReference()
      Generated method - Getter of the CockpitSavedParameterValue.reference attribute defined at extension cockpit.
      Returns:
      the reference
    • setCaseSensitive

      @Accessor(qualifier="caseSensitive", type=SETTER) public void setCaseSensitive(Boolean value)
      Generated method - Setter of CockpitSavedParameterValue.caseSensitive attribute defined at extension cockpit.
      Parameters:
      value - the caseSensitive
    • setCockpitSavedQuery

      @Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value)
      Generated method - Setter of CockpitSavedParameterValue.cockpitSavedQuery attribute defined at extension cockpit.
      Parameters:
      value - the cockpitSavedQuery
    • setLanguageIso

      @Accessor(qualifier="languageIso", type=SETTER) public void setLanguageIso(String value)
      Generated method - Setter of CockpitSavedParameterValue.languageIso attribute defined at extension cockpit.
      Parameters:
      value - the languageIso
    • setOperatorQualifier

      @Accessor(qualifier="operatorQualifier", type=SETTER) public void setOperatorQualifier(String value)
      Generated method - Setter of CockpitSavedParameterValue.operatorQualifier attribute defined at extension cockpit.
      Parameters:
      value - the operatorQualifier
    • setParameterQualifier

      @Accessor(qualifier="parameterQualifier", type=SETTER) public void setParameterQualifier(String value)
      Generated method - Setter of CockpitSavedParameterValue.parameterQualifier attribute defined at extension cockpit.
      Parameters:
      value - the parameterQualifier
    • setRawValue

      @Accessor(qualifier="rawValue", type=SETTER) public void setRawValue(String value)
      Generated method - Setter of CockpitSavedParameterValue.rawValue attribute defined at extension cockpit.
      Parameters:
      value - the rawValue
    • setReference

      @Accessor(qualifier="reference", type=SETTER) public void setReference(Boolean value)
      Generated method - Setter of CockpitSavedParameterValue.reference attribute defined at extension cockpit.
      Parameters:
      value - the reference