Package org.opennms.netmgt.config.charts
Class ImageSize
- java.lang.Object
-
- org.opennms.netmgt.config.charts.ImageSize
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageSize extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Overrides the Object.equals method.HzSize
getHzSize()
Returns the value of field 'hzSize'.VtSize
getVtSize()
Returns the value of field 'vtSize'.int
hashCode()
Method hashCode.void
setHzSize(HzSize hzSize)
Sets the value of field 'hzSize'.void
setVtSize(VtSize vtSize)
Sets the value of field 'vtSize'.
-
-
-
Method Detail
-
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.
-
getHzSize
public HzSize getHzSize()
Returns the value of field 'hzSize'.- Returns:
- the value of field 'HzSize'.
-
getVtSize
public VtSize getVtSize()
Returns the value of field 'vtSize'.- Returns:
- the value of field 'VtSize'.
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- a hash code value for the object.
-
setHzSize
public void setHzSize(HzSize hzSize)
Sets the value of field 'hzSize'.- Parameters:
hzSize
- the value of field 'hzSize'.
-
setVtSize
public void setVtSize(VtSize vtSize)
Sets the value of field 'vtSize'.- Parameters:
vtSize
- the value of field 'vtSize'.
-
-