Package org.opennms.netmgt.config.charts
Class Green
- java.lang.Object
-
- org.opennms.netmgt.config.charts.Green
-
- All Implemented Interfaces:
Serializable
public class Green extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Green()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteRgbColor()
boolean
equals(Object obj)
Overrides the Object.equals method.Integer
getRgbColor()
Returns the value of field 'rgbColor'.int
hashCode()
Method hashCode.boolean
hasRgbColor()
Method hasRgbColor.void
setRgbColor(Integer rgbColor)
Sets the value of field 'rgbColor'.
-
-
-
Method Detail
-
deleteRgbColor
public void deleteRgbColor()
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
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.
-
setRgbColor
public void setRgbColor(Integer rgbColor)
Sets the value of field 'rgbColor'.- Parameters:
rgbColor
- the value of field 'rgbColor'.
-
-