Class Blue

  • All Implemented Interfaces:
    java.io.Serializable

    public class Blue
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Blue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteRgbColor()  
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.lang.Integer getRgbColor()
      Returns the value of field 'rgbColor'.
      int hashCode()
      Method hashCode.
      boolean hasRgbColor()
      Method hasRgbColor.
      void setRgbColor​(java.lang.Integer rgbColor)
      Sets the value of field 'rgbColor'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Blue

        public Blue()
    • Method Detail

      • deleteRgbColor

        public void deleteRgbColor()
      • equals

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

        public java.lang.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 java.lang.Object
        Returns:
        a hash code value for the object.
      • setRgbColor

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