Class GeneratedApparelStyleVariantProduct

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

public abstract class GeneratedApparelStyleVariantProduct extends VariantProduct
Generated class for type ApparelStyleVariantProduct.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedApparelStyleVariantProduct

      public GeneratedApparelStyleVariantProduct()
  • Method Details

    • getDefaultAttributeModes

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

      public String getStyle(SessionContext ctx)
      Generated method - Getter of the ApparelStyleVariantProduct.style attribute.
      Returns:
      the style - Color/Pattern of the product.
    • getStyle

      public String getStyle()
      Generated method - Getter of the ApparelStyleVariantProduct.style attribute.
      Returns:
      the style - Color/Pattern of the product.
    • getAllStyle

      public Map<Language,String> getAllStyle(SessionContext ctx)
      Generated method - Getter of the ApparelStyleVariantProduct.style attribute.
      Returns:
      the localized style - Color/Pattern of the product.
    • getAllStyle

      public Map<Language,String> getAllStyle()
      Generated method - Getter of the ApparelStyleVariantProduct.style attribute.
      Returns:
      the localized style - Color/Pattern of the product.
    • setStyle

      public void setStyle(SessionContext ctx, String value)
      Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
      Parameters:
      value - the style - Color/Pattern of the product.
    • setStyle

      public void setStyle(String value)
      Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
      Parameters:
      value - the style - Color/Pattern of the product.
    • setAllStyle

      public void setAllStyle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
      Parameters:
      value - the style - Color/Pattern of the product.
    • setAllStyle

      public void setAllStyle(Map<Language,String> value)
      Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
      Parameters:
      value - the style - Color/Pattern of the product.
    • getSwatchColors

      public Set<EnumerationValue> getSwatchColors(SessionContext ctx)
      Generated method - Getter of the ApparelStyleVariantProduct.swatchColors attribute.
      Returns:
      the swatchColors - A normalized color mapping to a standardized front-end navigable name.
    • getSwatchColors

      public Set<EnumerationValue> getSwatchColors()
      Generated method - Getter of the ApparelStyleVariantProduct.swatchColors attribute.
      Returns:
      the swatchColors - A normalized color mapping to a standardized front-end navigable name.
    • setSwatchColors

      public void setSwatchColors(SessionContext ctx, Set<EnumerationValue> value)
      Generated method - Setter of the ApparelStyleVariantProduct.swatchColors attribute.
      Parameters:
      value - the swatchColors - A normalized color mapping to a standardized front-end navigable name.
    • setSwatchColors

      public void setSwatchColors(Set<EnumerationValue> value)
      Generated method - Setter of the ApparelStyleVariantProduct.swatchColors attribute.
      Parameters:
      value - the swatchColors - A normalized color mapping to a standardized front-end navigable name.