js.dev.cam.web
Class VideoEnableResults

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.cam.web.VideoEnableResults
All Implemented Interfaces:
java.io.Serializable

public class VideoEnableResults
extends Results
implements java.io.Serializable

The VideoEnableResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoEnableResults()
          The default constructor.
VideoEnableResults(ERROR error)
          Constructor.
 
Method Summary
 int getHeight()
           
static long getSerialVersionUID()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoEnableResults

public VideoEnableResults()
The default constructor.


VideoEnableResults

public VideoEnableResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID.

getWidth

public final int getWidth()
Returns:
the width.

setWidth

public void setWidth(int width)
Parameters:
width - the width to set.

getHeight

public final int getHeight()
Returns:
the height.

setHeight

public void setHeight(int height)
Parameters:
height - the height to set.