js.dev.cam.sbig
Class EstablishLinkResults

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

public class EstablishLinkResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EstablishLinkResults()
          Constructor.
EstablishLinkResults(ERROR error)
          Constructor.
 
Method Summary
 CAMERA_TYPE getCameraType()
           
static long getSerialVersionUID()
           
 void setCameraType(CAMERA_TYPE cameraType)
           
 void setCameraType(int camera)
          The setCameraType sets the CAMERA_TYPE field.
 
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

EstablishLinkResults

public EstablishLinkResults()
Constructor.


EstablishLinkResults

public EstablishLinkResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getCameraType

public CAMERA_TYPE getCameraType()
Returns:
the cameraType.

setCameraType

public void setCameraType(CAMERA_TYPE cameraType)
Parameters:
cameraType - the cameraType to set.

setCameraType

public final void setCameraType(int camera)
The setCameraType sets the CAMERA_TYPE field.

Parameters:
camera - the cameraType to set.