Package org.opennms.netmgt.config.charts
Class GridLines
- java.lang.Object
-
- org.opennms.netmgt.config.charts.GridLines
-
- All Implemented Interfaces:
java.io.Serializable
public class GridLines extends java.lang.Object implements java.io.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(java.lang.Object obj)
Overrides the Object.equals method.java.util.Optional<Rgb>
getRgb()
Returns the value of field 'rgb'.java.lang.Boolean
getVisible()
Returns the value of field 'visible'.int
hashCode()
Method hashCode.boolean
hasVisible()
Method hasVisible.java.lang.Boolean
isVisible()
Returns the value of field 'visible'.void
setRgb(Rgb rgb)
Sets the value of field 'rgb'.void
setVisible(java.lang.Boolean visible)
Sets the value of field 'visible'.
-
-
-
Method Detail
-
deleteVisible
public void deleteVisible()
-
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.
-
getRgb
public java.util.Optional<Rgb> getRgb()
Returns the value of field 'rgb'.- Returns:
- the value of field 'Rgb'.
-
getVisible
public java.lang.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.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- a hash code value for the object.
-
isVisible
public java.lang.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(java.lang.Boolean visible)
Sets the value of field 'visible'.- Parameters:
visible
- the value of field 'visible'.
-
-