Class GeneratedElectronicsColorVariantProduct

    • Field Detail

      • COLOR

        public static final java.lang.String COLOR
        Qualifier of the ElectronicsColorVariantProduct.color 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

      • GeneratedElectronicsColorVariantProduct

        public GeneratedElectronicsColorVariantProduct()
    • Method Detail

      • getColor

        public java.lang.String getColor​(SessionContext ctx)
        Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
        Returns:
        the color - Color of the product.
      • getColor

        public java.lang.String getColor()
        Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
        Returns:
        the color - Color of the product.
      • getAllColor

        public java.util.Map<Language,​java.lang.String> getAllColor​(SessionContext ctx)
        Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
        Returns:
        the localized color - Color of the product.
      • getAllColor

        public java.util.Map<Language,​java.lang.String> getAllColor()
        Generated method - Getter of the ElectronicsColorVariantProduct.color attribute.
        Returns:
        the localized color - Color of the product.
      • setColor

        public void setColor​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
        Parameters:
        value - the color - Color of the product.
      • setColor

        public void setColor​(java.lang.String value)
        Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
        Parameters:
        value - the color - Color of the product.
      • setAllColor

        public void setAllColor​(SessionContext ctx,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
        Parameters:
        value - the color - Color of the product.
      • setAllColor

        public void setAllColor​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ElectronicsColorVariantProduct.color attribute.
        Parameters:
        value - the color - Color of the product.