Package org.opennms.netmgt.config.charts
Class Red
- java.lang.Object
-
- org.opennms.netmgt.config.charts.Red
-
- All Implemented Interfaces:
java.io.Serializable
public class Red extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Red()
-
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'.
-
-
-
Method Detail
-
deleteRgbColor
public void deleteRgbColor()
-
equals
public boolean equals(java.lang.Object obj)
Overrides the Object.equals method.- Overrides:
equals
in classjava.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 classjava.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'.
-
-