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 voiddeleteVisible()booleanequals(java.lang.Object obj)Overrides the Object.equals method.java.util.Optional<Rgb>getRgb()Returns the value of field 'rgb'.java.lang.BooleangetVisible()Returns the value of field 'visible'.inthashCode()Method hashCode.booleanhasVisible()Method hasVisible.java.lang.BooleanisVisible()Returns the value of field 'visible'.voidsetRgb(Rgb rgb)Sets the value of field 'rgb'.voidsetVisible(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:
equalsin 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:
hashCodein 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'.
-
-