Class GeneratedApparelProduct

    • Field Detail

      • GENDERS

        public static final java.lang.String GENDERS
        Qualifier of the ApparelProduct.genders attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedApparelProduct

        public GeneratedApparelProduct()
    • Method Detail

      • getGenders

        public java.util.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 java.util.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,
                               java.util.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​(java.util.List<EnumerationValue> value)
        Generated method - Setter of the ApparelProduct.genders attribute.
        Parameters:
        value - the genders - List of genders that the ApparelProduct is designed for