Class GeneratedApparelSizeVariantProduct

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

public abstract class GeneratedApparelSizeVariantProduct extends ApparelStyleVariantProduct
Generated class for type ApparelSizeVariantProduct.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedApparelSizeVariantProduct

      public GeneratedApparelSizeVariantProduct()
  • Method Details

    • getDefaultAttributeModes

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

      public String getSize(SessionContext ctx)
      Generated method - Getter of the ApparelSizeVariantProduct.size attribute.
      Returns:
      the size - Size of the product.
    • getSize

      public String getSize()
      Generated method - Getter of the ApparelSizeVariantProduct.size attribute.
      Returns:
      the size - Size of the product.
    • getAllSize

      public Map<Language,String> getAllSize(SessionContext ctx)
      Generated method - Getter of the ApparelSizeVariantProduct.size attribute.
      Returns:
      the localized size - Size of the product.
    • getAllSize

      public Map<Language,String> getAllSize()
      Generated method - Getter of the ApparelSizeVariantProduct.size attribute.
      Returns:
      the localized size - Size of the product.
    • setSize

      public void setSize(SessionContext ctx, String value)
      Generated method - Setter of the ApparelSizeVariantProduct.size attribute.
      Parameters:
      value - the size - Size of the product.
    • setSize

      public void setSize(String value)
      Generated method - Setter of the ApparelSizeVariantProduct.size attribute.
      Parameters:
      value - the size - Size of the product.
    • setAllSize

      public void setAllSize(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ApparelSizeVariantProduct.size attribute.
      Parameters:
      value - the size - Size of the product.
    • setAllSize

      public void setAllSize(Map<Language,String> value)
      Generated method - Setter of the ApparelSizeVariantProduct.size attribute.
      Parameters:
      value - the size - Size of the product.