Package org.opennms.netmgt.config.charts
Class GridLines
- java.lang.Object
-
- org.opennms.netmgt.config.charts.GridLines
-
- All Implemented Interfaces:
Serializable
public class GridLines extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridLines()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteVisible()
boolean
equals(Object obj)
Overrides the Object.equals method.Optional<Rgb>
getRgb()
Returns the value of field 'rgb'.Boolean
getVisible()
Returns the value of field 'visible'.int
hashCode()
Method hashCode.boolean
hasVisible()
Method hasVisible.Boolean
isVisible()
Returns the value of field 'visible'.void
setRgb(Rgb rgb)
Sets the value of field 'rgb'.void
setVisible(Boolean visible)
Sets the value of field 'visible'.
-
-
-
Method Detail
-
deleteVisible
public void deleteVisible()
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
getRgb
public Optional<Rgb> getRgb()
Returns the value of field 'rgb'.- Returns:
- the value of field 'Rgb'.
-
getVisible
public Boolean getVisible()
Returns the value of field 'visible'.- Returns:
- the value of field 'Visible'.
-
hasVisible
public boolean hasVisible()
Method hasVisible.- Returns:
- true if at least one Visible has been added
-
hashCode
public int hashCode()
Method hashCode.
-
isVisible
public Boolean isVisible()
Returns the value of field 'visible'.- Returns:
- the value of field 'Visible'.
-
setRgb
public void setRgb(Rgb rgb)
Sets the value of field 'rgb'.- Parameters:
rgb
- the value of field 'rgb'.
-
setVisible
public void setVisible(Boolean visible)
Sets the value of field 'visible'.- Parameters:
visible
- the value of field 'visible'.
-
-