Class TextFieldConfiguredProductInfoModel

All Implemented Interfaces:
Serializable

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

Order entry side of TextFieldConfiguratorSetting.

See Also:
  • Field Details

    • _TYPECODE

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

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

      public static final String CONFIGURATIONVALUE
      Generated constant - Attribute key of TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.
      See Also:
  • Constructor Details

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

    • getConfigurationLabel

      @Accessor(qualifier="configurationLabel", type=GETTER) public 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 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(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(String value)
      Generated method - Setter of TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.
      Parameters:
      value - the configurationValue - Text field value