Package org.opennms.netmgt.config.charts
Class VtSize
- java.lang.Object
-
- org.opennms.netmgt.config.charts.VtSize
-
- All Implemented Interfaces:
Serializable
public class VtSize extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VtSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deletePixels()
boolean
equals(Object obj)
Overrides the Object.equals method.Integer
getPixels()
Returns the value of field 'pixels'.int
hashCode()
Method hashCode.boolean
hasPixels()
Method hasPixels.void
setPixels(Integer pixels)
Sets the value of field 'pixels'.
-
-
-
Method Detail
-
deletePixels
public void deletePixels()
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
getPixels
public Integer getPixels()
Returns the value of field 'pixels'.- Returns:
- the value of field 'Pixels'.
-
hasPixels
public boolean hasPixels()
Method hasPixels.- Returns:
- true if at least one Pixels has been added
-
hashCode
public int hashCode()
Method hashCode.
-
setPixels
public void setPixels(Integer pixels)
Sets the value of field 'pixels'.- Parameters:
pixels
- the value of field 'pixels'.
-
-