js.dev.cam.sbig
Class QueryUsbResults

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

public class QueryUsbResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
QueryUsbResults()
          Constructor.
QueryUsbResults(ERROR error)
          Constructor.
 
Method Summary
 int getCamerasFound()
           
 QueryUsbInfo[] getQueryUsbInfo()
           
 QueryUsbInfo getQueryUsbInfo(int index)
          This method returns QueryUsbInfo at position index.
static long getSerialVersionUID()
           
 void setCamerasFound(int camerasFound)
           
 void setQueryUsbInfo(int index, boolean cameraFound, int cameraType, java.lang.String name, java.lang.String serialNumber)
          This method sets QueryUsbInfo object's fields.
 void setQueryUsbInfo(int index, QueryUsbInfo qusbi)
          This method sets QueryUsbInfo object's fields.
 void setQueryUsbInfo(QueryUsbInfo[] queryUsbInfo)
           
 
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

QueryUsbResults

public QueryUsbResults()
Constructor.


QueryUsbResults

public QueryUsbResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getCamerasFound

public int getCamerasFound()
Returns:
the camerasFound.

setCamerasFound

public void setCamerasFound(int camerasFound)
Parameters:
camerasFound - the camerasFound to set.

getQueryUsbInfo

public QueryUsbInfo[] getQueryUsbInfo()
Returns:
the queryUsbInfo.

getQueryUsbInfo

public final QueryUsbInfo getQueryUsbInfo(int index)
This method returns QueryUsbInfo at position index.

Parameters:
index - position.
Returns:
the queryUsbInfo at index.

setQueryUsbInfo

public void setQueryUsbInfo(QueryUsbInfo[] queryUsbInfo)
Parameters:
queryUsbInfo - the queryUsbInfo to set.

setQueryUsbInfo

public final void setQueryUsbInfo(int index,
                                  boolean cameraFound,
                                  int cameraType,
                                  java.lang.String name,
                                  java.lang.String serialNumber)
This method sets QueryUsbInfo object's fields.

Parameters:
index - array index.
cameraFound - the cameraFound to set.
cameraType - the cameraType to set.
name - the name to set.
serialNumber - the serialNumber to set.

setQueryUsbInfo

public final void setQueryUsbInfo(int index,
                                  QueryUsbInfo qusbi)
This method sets QueryUsbInfo object's fields.

Parameters:
index - array index.
qusbi - the QueryUsbInfo object to set.