Package org.opennms.netmgt.config.charts
Class ImageSize
- java.lang.Object
-
- org.opennms.netmgt.config.charts.ImageSize
-
- All Implemented Interfaces:
Serializable
public class ImageSize extends Object implements 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(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(Object obj)
Overrides the Object.equals method.
-
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.
-
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'.
-
-