Class Blue

    • Constructor Detail

      • Blue

        public Blue()
    • Method Detail

      • deleteRgbColor

        public void deleteRgbColor()
      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getRgbColor

        public Integer getRgbColor()
        Returns the value of field 'rgbColor'.
        Returns:
        the value of field 'RgbColor'.
      • hasRgbColor

        public boolean hasRgbColor()
        Method hasRgbColor.
        Returns:
        true if at least one RgbColor has been added
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setRgbColor

        public void setRgbColor​(Integer rgbColor)
        Sets the value of field 'rgbColor'.
        Parameters:
        rgbColor - the value of field 'rgbColor'.