Class GeneratedApparelProduct

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

public abstract class GeneratedApparelProduct extends Product
Generated class for type ApparelProduct.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedApparelProduct

      public GeneratedApparelProduct()
  • Method Details

    • getDefaultAttributeModes

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

      public List<EnumerationValue> getGenders(SessionContext ctx)
      Generated method - Getter of the ApparelProduct.genders attribute.
      Returns:
      the genders - List of genders that the ApparelProduct is designed for
    • getGenders

      public List<EnumerationValue> getGenders()
      Generated method - Getter of the ApparelProduct.genders attribute.
      Returns:
      the genders - List of genders that the ApparelProduct is designed for
    • setGenders

      public void setGenders(SessionContext ctx, List<EnumerationValue> value)
      Generated method - Setter of the ApparelProduct.genders attribute.
      Parameters:
      value - the genders - List of genders that the ApparelProduct is designed for
    • setGenders

      public void setGenders(List<EnumerationValue> value)
      Generated method - Setter of the ApparelProduct.genders attribute.
      Parameters:
      value - the genders - List of genders that the ApparelProduct is designed for