com.stimulsoft.viewer.valueobjects
Class WidthHeight
java.lang.Object
com.stimulsoft.viewer.valueobjects.WidthHeight
public class WidthHeight
- extends java.lang.Object
Width height value object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidthHeight
public WidthHeight()
getWidth
public java.lang.Integer getWidth()
- Returns:
- the width
setWidth
public void setWidth(java.lang.Integer width)
- Parameters:
width
- the width to set
getHeight
public java.lang.Integer getHeight()
- Returns:
- the height
setHeight
public void setHeight(java.lang.Integer height)
- Parameters:
height
- the height to set