Class TextFieldConfiguratorOrderedProductInfo

All Implemented Interfaces:
Serializable, Comparable

public class TextFieldConfiguratorOrderedProductInfo extends AbstractOrderEntryProductInfo
Generated class for type TextFieldConfiguredProductInfo.
See Also:
  • Field Details

    • CONFIGURATIONLABEL

      public static final String CONFIGURATIONLABEL
      Qualifier of the TextFieldConfiguredProductInfo.configurationLabel attribute
      See Also:
    • CONFIGURATIONVALUE

      public static final String CONFIGURATIONVALUE
      Qualifier of the TextFieldConfiguredProductInfo.configurationValue attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TextFieldConfiguratorOrderedProductInfo

      public TextFieldConfiguratorOrderedProductInfo()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractOrderEntryProductInfo
    • getConfigurationLabel

      public String getConfigurationLabel(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguredProductInfo.configurationLabel attribute.
      Returns:
      the configurationLabel - Text fiel label
    • getConfigurationLabel

      public String getConfigurationLabel()
      Generated method - Getter of the TextFieldConfiguredProductInfo.configurationLabel attribute.
      Returns:
      the configurationLabel - Text fiel label
    • setConfigurationLabel

      public void setConfigurationLabel(SessionContext ctx, String value)
      Generated method - Setter of the TextFieldConfiguredProductInfo.configurationLabel attribute.
      Parameters:
      value - the configurationLabel - Text fiel label
    • setConfigurationLabel

      public void setConfigurationLabel(String value)
      Generated method - Setter of the TextFieldConfiguredProductInfo.configurationLabel attribute.
      Parameters:
      value - the configurationLabel - Text fiel label
    • getConfigurationValue

      public String getConfigurationValue(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguredProductInfo.configurationValue attribute.
      Returns:
      the configurationValue - Text field value
    • getConfigurationValue

      public String getConfigurationValue()
      Generated method - Getter of the TextFieldConfiguredProductInfo.configurationValue attribute.
      Returns:
      the configurationValue - Text field value
    • setConfigurationValue

      public void setConfigurationValue(SessionContext ctx, String value)
      Generated method - Setter of the TextFieldConfiguredProductInfo.configurationValue attribute.
      Parameters:
      value - the configurationValue - Text field value
    • setConfigurationValue

      public void setConfigurationValue(String value)
      Generated method - Setter of the TextFieldConfiguredProductInfo.configurationValue attribute.
      Parameters:
      value - the configurationValue - Text field value