Class GeneratedElectronicsColorVariantProduct

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ElectronicsColorVariantProduct

public abstract class GeneratedElectronicsColorVariantProduct extends VariantProduct
Generated class for type ElectronicsColorVariantProduct.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedElectronicsColorVariantProduct

      public GeneratedElectronicsColorVariantProduct()
  • Method Details

    • getDefaultAttributeModes

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

      public String getColor(SessionContext ctx)
      Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
      Returns:
      the color - Color of the product.
    • getColor

      public String getColor()
      Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
      Returns:
      the color - Color of the product.
    • getAllColor

      public Map<Language,String> getAllColor(SessionContext ctx)
      Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
      Returns:
      the localized color - Color of the product.
    • getAllColor

      public Map<Language,String> getAllColor()
      Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
      Returns:
      the localized color - Color of the product.
    • setColor

      public void setColor(SessionContext ctx, String value)
      Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
      Parameters:
      value - the color - Color of the product.
    • setColor

      public void setColor(String value)
      Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
      Parameters:
      value - the color - Color of the product.
    • setAllColor

      public void setAllColor(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
      Parameters:
      value - the color - Color of the product.
    • setAllColor

      public void setAllColor(Map<Language,String> value)
      Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
      Parameters:
      value - the color - Color of the product.