Class GeneratedApparelStyleVariantProduct

    • Field Detail

      • STYLE

        public static final java.lang.String STYLE
        Qualifier of the ApparelStyleVariantProduct.style attribute
        See Also:
        Constant Field Values
      • SWATCHCOLORS

        public static final java.lang.String SWATCHCOLORS
        Qualifier of the ApparelStyleVariantProduct.swatchColors 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

      • GeneratedApparelStyleVariantProduct

        public GeneratedApparelStyleVariantProduct()
    • Method Detail

      • getStyle

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

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

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

        public java.util.Map<Language,​java.lang.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,
                             java.lang.String value)
        Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
        Parameters:
        value - the style - Color/Pattern of the product.
      • setStyle

        public void setStyle​(java.lang.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,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ApparelStyleVariantProduct.style attribute.
        Parameters:
        value - the style - Color/Pattern of the product.
      • setAllStyle

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

        public java.util.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 java.util.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,
                                    java.util.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​(java.util.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.