Class TextFieldConfiguratorSettingModel

All Implemented Interfaces:
Serializable

public class TextFieldConfiguratorSettingModel extends AbstractConfiguratorSettingModel
Generated model class for type TextFieldConfiguratorSetting first defined at extension textfieldconfiguratortemplateservices.

TextField Configurator that contains additional attribute describing text field configuration.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String TEXTFIELDLABEL
      Generated constant - Attribute key of TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.
      See Also:
    • TEXTFIELDDEFAULTVALUE

      public static final String TEXTFIELDDEFAULTVALUE
      Generated constant - Attribute key of TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
      See Also:
  • Constructor Details

    • TextFieldConfiguratorSettingModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, String _qualifier)
      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:
      _catalogVersion - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _configurationCategory - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _configuratorType - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _id - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _qualifier - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
    • TextFieldConfiguratorSettingModel

      @Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, ItemModel _owner, String _qualifier)
      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:
      _catalogVersion - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _configurationCategory - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _configuratorType - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _id - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
      _owner - initial attribute declared by type Item at extension core
      _qualifier - initial attribute declared by type AbstractConfiguratorSetting at extension catalog
  • Method Details

    • getTextFieldDefaultValue

      @Accessor(qualifier="textFieldDefaultValue", type=GETTER) public String getTextFieldDefaultValue()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
      Returns:
      the textFieldDefaultValue - Default value of the text field
    • getTextFieldDefaultValue

      @Accessor(qualifier="textFieldDefaultValue", type=GETTER) public String getTextFieldDefaultValue(Locale loc)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      loc - the value localization key
      Returns:
      the textFieldDefaultValue - Default value of the text field
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getTextFieldLabel

      @Accessor(qualifier="textFieldLabel", type=GETTER) public String getTextFieldLabel()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.
      Returns:
      the textFieldLabel - Label of the text field
    • getTextFieldLabel

      @Accessor(qualifier="textFieldLabel", type=GETTER) public String getTextFieldLabel(Locale loc)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      loc - the value localization key
      Returns:
      the textFieldLabel - Label of the text field
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setTextFieldDefaultValue

      @Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value)
      Generated method - Setter of TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
    • setTextFieldDefaultValue

      @Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value, Locale loc)
      Generated method - Setter of TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setTextFieldLabel

      @Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(String value)
      Generated method - Setter of TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      value - the textFieldLabel - Label of the text field
    • setTextFieldLabel

      @Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(String value, Locale loc)
      Generated method - Setter of TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      value - the textFieldLabel - Label of the text field
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language