Class TextFieldConfiguredProductInfoModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TextFieldConfiguredProductInfoModel
    extends AbstractOrderEntryProductInfoModel
    Generated model class for type TextFieldConfiguredProductInfo first defined at extension textfieldconfiguratortemplateservices.

    Order entry side of TextFieldConfiguratorSetting.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CONFIGURATIONLABEL
        Generated constant - Attribute key of TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.
        See Also:
        Constant Field Values
      • CONFIGURATIONVALUE

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

      • TextFieldConfiguredProductInfoModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TextFieldConfiguredProductInfoModel​(ConfiguratorType _configuratorType,
                                                   AbstractOrderEntryModel _orderEntry)
        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:
        _configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog
        _orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog
      • TextFieldConfiguredProductInfoModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TextFieldConfiguredProductInfoModel​(ConfiguratorType _configuratorType,
                                                   AbstractOrderEntryModel _orderEntry,
                                                   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:
        _configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog
        _orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getConfigurationLabel

        @Accessor(qualifier="configurationLabel",
                  type=GETTER)
        public java.lang.String getConfigurationLabel()
        Generated method - Getter of the TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.
        Returns:
        the configurationLabel - Text fiel label
      • getConfigurationValue

        @Accessor(qualifier="configurationValue",
                  type=GETTER)
        public java.lang.String getConfigurationValue()
        Generated method - Getter of the TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.
        Returns:
        the configurationValue - Text field value
      • setConfigurationLabel

        @Accessor(qualifier="configurationLabel",
                  type=SETTER)
        public void setConfigurationLabel​(java.lang.String value)
        Generated method - Setter of TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.
        Parameters:
        value - the configurationLabel - Text fiel label
      • setConfigurationValue

        @Accessor(qualifier="configurationValue",
                  type=SETTER)
        public void setConfigurationValue​(java.lang.String value)
        Generated method - Setter of TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.
        Parameters:
        value - the configurationValue - Text field value