Class WidgetParameterModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class WidgetParameterModel
    extends ItemModel
    Generated model class for type WidgetParameter 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
      • _DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION

        public static final java.lang.String _DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
        Generated relation code constant for relation DynamicWidgetPreferencesToWidgetParameterRelation defining source attribute widgetPreferences in extension cockpit.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of WidgetParameter.name attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Generated constant - Attribute key of WidgetParameter.type attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of WidgetParameter.description attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • DEFAULTVALUEEXPRESSION

        public static final java.lang.String DEFAULTVALUEEXPRESSION
        Generated constant - Attribute key of WidgetParameter.defaultValueExpression attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • TARGETTYPE

        public static final java.lang.String TARGETTYPE
        Generated constant - Attribute key of WidgetParameter.targetType attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Generated constant - Attribute key of WidgetParameter.value attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • WIDGETPREFERENCES

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

      • WidgetParameterModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public WidgetParameterModel​(java.lang.String _name)
        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:
        _name - initial attribute declared by type WidgetParameter at extension cockpit
      • WidgetParameterModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public WidgetParameterModel​(java.lang.String _name,
                                    ItemModel _owner)
        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:
        _name - initial attribute declared by type WidgetParameter at extension cockpit
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getDefaultValueExpression

        @Accessor(qualifier="defaultValueExpression",
                  type=GETTER)
        public java.lang.String getDefaultValueExpression()
        Generated method - Getter of the WidgetParameter.defaultValueExpression attribute defined at extension cockpit.
        Returns:
        the defaultValueExpression
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the WidgetParameter.description attribute defined at extension cockpit.
        Returns:
        the description
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the WidgetParameter.name attribute defined at extension cockpit.
        Returns:
        the name
      • getTargetType

        @Accessor(qualifier="targetType",
                  type=GETTER)
        public java.lang.String getTargetType()
        Generated method - Getter of the WidgetParameter.targetType attribute defined at extension cockpit.
        Returns:
        the targetType
      • getType

        @Accessor(qualifier="type",
                  type=GETTER)
        public TypeModel getType()
        Generated method - Getter of the WidgetParameter.type attribute defined at extension cockpit.
        Returns:
        the type
      • getValue

        @Accessor(qualifier="value",
                  type=GETTER)
        public java.lang.Object getValue()
        Generated method - Getter of the WidgetParameter.value attribute defined at extension cockpit.
        Returns:
        the value
      • setDefaultValueExpression

        @Accessor(qualifier="defaultValueExpression",
                  type=SETTER)
        public void setDefaultValueExpression​(java.lang.String value)
        Generated method - Setter of WidgetParameter.defaultValueExpression attribute defined at extension cockpit.
        Parameters:
        value - the defaultValueExpression
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of WidgetParameter.description attribute defined at extension cockpit.
        Parameters:
        value - the description
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of WidgetParameter.name attribute defined at extension cockpit.
        Parameters:
        value - the name
      • setTargetType

        @Accessor(qualifier="targetType",
                  type=SETTER)
        public void setTargetType​(java.lang.String value)
        Generated method - Setter of WidgetParameter.targetType attribute defined at extension cockpit.
        Parameters:
        value - the targetType
      • setType

        @Accessor(qualifier="type",
                  type=SETTER)
        public void setType​(TypeModel value)
        Generated method - Setter of WidgetParameter.type attribute defined at extension cockpit.
        Parameters:
        value - the type
      • setValue

        @Accessor(qualifier="value",
                  type=SETTER)
        public void setValue​(java.lang.Object value)
        Generated method - Setter of WidgetParameter.value attribute defined at extension cockpit.
        Parameters:
        value - the value
      • setWidgetPreferences

        @Accessor(qualifier="widgetPreferences",
                  type=SETTER)
        public void setWidgetPreferences​(DynamicWidgetPreferencesModel value)
        Generated method - Setter of WidgetParameter.widgetPreferences attribute defined at extension cockpit.
        Parameters:
        value - the widgetPreferences