Class CockpitSavedParameterValueModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _COCKPITSAVEDQUERY2COCKPITSAVEDPARAMETERVALUERELATION

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

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

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

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

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

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

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

        public static final java.lang.String COCKPITSAVEDQUERY
        Generated constant - Attribute key of CockpitSavedParameterValue.cockpitSavedQuery attribute defined at extension cockpit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _operatorQualifier,
                                               java.lang.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​(java.lang.String _operatorQualifier,
                                               ItemModel _owner,
                                               java.lang.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 Detail

      • getCaseSensitive

        @Accessor(qualifier="caseSensitive",
                  type=GETTER)
        public java.lang.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 java.lang.String getLanguageIso()
        Generated method - Getter of the CockpitSavedParameterValue.languageIso attribute defined at extension cockpit.
        Returns:
        the languageIso
      • getOperatorQualifier

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

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

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

        @Accessor(qualifier="reference",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
        Generated method - Setter of CockpitSavedParameterValue.reference attribute defined at extension cockpit.
        Parameters:
        value - the reference