js.dev.cam.sbig
Class EstablishLinkResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.EstablishLinkResults
- All Implemented Interfaces:
- java.io.Serializable
public class EstablishLinkResults
- extends Results
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EstablishLinkResults
public EstablishLinkResults()
- Constructor.
EstablishLinkResults
public EstablishLinkResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
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.