Package org.opennms.netmgt.config.charts
Class Title
- java.lang.Object
-
- org.opennms.netmgt.config.charts.Title
-
- All Implemented Interfaces:
Serializable
public class Title extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Title()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deletePitch()
boolean
equals(Object obj)
Overrides the Object.equals method.Optional<String>
getFont()
Returns the value of field 'font'.Optional<Integer>
getPitch()
Returns the value of field 'pitch'.Optional<Rgb>
getRgb()
Returns the value of field 'rgb'.Optional<String>
getStyle()
Returns the value of field 'style'.String
getValue()
Returns the value of field 'value'.int
hashCode()
Method hashCode.boolean
hasPitch()
Method hasPitch.void
setFont(String font)
Sets the value of field 'font'.void
setPitch(Integer pitch)
Sets the value of field 'pitch'.void
setRgb(Rgb rgb)
Sets the value of field 'rgb'.void
setStyle(String style)
Sets the value of field 'style'.void
setValue(String value)
Sets the value of field 'value'.
-
-
-
Method Detail
-
deletePitch
public void deletePitch()
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
getFont
public Optional<String> getFont()
Returns the value of field 'font'.- Returns:
- the value of field 'Font'.
-
getPitch
public Optional<Integer> getPitch()
Returns the value of field 'pitch'.- Returns:
- the value of field 'Pitch'.
-
getRgb
public Optional<Rgb> getRgb()
Returns the value of field 'rgb'.- Returns:
- the value of field 'Rgb'.
-
getStyle
public Optional<String> getStyle()
Returns the value of field 'style'.- Returns:
- the value of field 'Style'.
-
getValue
public String getValue()
Returns the value of field 'value'.- Returns:
- the value of field 'Value'.
-
hasPitch
public boolean hasPitch()
Method hasPitch.- Returns:
- true if at least one Pitch has been added
-
hashCode
public int hashCode()
Method hashCode.
-
setFont
public void setFont(String font)
Sets the value of field 'font'.- Parameters:
font
- the value of field 'font'.
-
setPitch
public void setPitch(Integer pitch)
Sets the value of field 'pitch'.- Parameters:
pitch
- the value of field 'pitch'.
-
setRgb
public void setRgb(Rgb rgb)
Sets the value of field 'rgb'.- Parameters:
rgb
- the value of field 'rgb'.
-
setStyle
public void setStyle(String style)
Sets the value of field 'style'.- Parameters:
style
- the value of field 'style'.
-
setValue
public void setValue(String value)
Sets the value of field 'value'.- Parameters:
value
- the value of field 'value'.
-
-