com.stimulsoft.viewer.valueobjects
Class WidthHeight

java.lang.Object
  extended by com.stimulsoft.viewer.valueobjects.WidthHeight

public class WidthHeight
extends java.lang.Object

Width height value object Copyright Stimulsoft


Constructor Summary
WidthHeight()
           
 
Method Summary
 java.lang.Integer getHeight()
           
 java.lang.Integer getWidth()
           
 void setHeight(java.lang.Integer height)
           
 void setWidth(java.lang.Integer width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidthHeight

public WidthHeight()
Method Detail

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