Class TextFieldConfiguratorSettingModel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

        public static final java.lang.String TEXTFIELDDEFAULTVALUE
        Generated constant - Attribute key of TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.
        See Also:
        Constant Field Values
    • Constructor Detail

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

      • getTextFieldDefaultValue

        @Accessor(qualifier="textFieldDefaultValue",
                  type=GETTER)
        public java.lang.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 java.lang.String getTextFieldDefaultValue​(java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getTextFieldLabel

        @Accessor(qualifier="textFieldLabel",
                  type=GETTER)
        public java.lang.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 java.lang.String getTextFieldLabel​(java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setTextFieldDefaultValue

        @Accessor(qualifier="textFieldDefaultValue",
                  type=SETTER)
        public void setTextFieldDefaultValue​(java.lang.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​(java.lang.String value,
                                             java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setTextFieldLabel

        @Accessor(qualifier="textFieldLabel",
                  type=SETTER)
        public void setTextFieldLabel​(java.lang.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​(java.lang.String value,
                                      java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language