Class WidgetParameterModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

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

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

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

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

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

      public static final String WIDGETPREFERENCES
      Generated constant - Attribute key of WidgetParameter.widgetPreferences attribute defined at extension cockpit.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getDefaultValueExpression

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

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

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

      @Accessor(qualifier="targetType", type=GETTER) public 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 Object getValue()
      Generated method - Getter of the WidgetParameter.value attribute defined at extension cockpit.
      Returns:
      the value
    • getWidgetPreferences

      @Accessor(qualifier="widgetPreferences", type=GETTER) public DynamicWidgetPreferencesModel getWidgetPreferences()
      Generated method - Getter of the WidgetParameter.widgetPreferences attribute defined at extension cockpit.
      Returns:
      the widgetPreferences
    • setDefaultValueExpression

      @Accessor(qualifier="defaultValueExpression", type=SETTER) public void setDefaultValueExpression(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(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(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(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(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