js.dev.cam.sbig
Class GetCcdInfoParams

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

public class GetCcdInfoParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetCcdInfoParams()
          Constructor.
GetCcdInfoParams(CCD_INFO_REQUEST request)
          Constructor.
 
Method Summary
 CCD_INFO_REQUEST getRequest()
           
static long getSerialVersionUID()
           
 void setRequest(CCD_INFO_REQUEST request)
           
 
Methods inherited from class js.dev.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCcdInfoParams

public GetCcdInfoParams()
Constructor.


GetCcdInfoParams

public GetCcdInfoParams(CCD_INFO_REQUEST request)
Constructor.

Parameters:
request - the request to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getRequest

public CCD_INFO_REQUEST getRequest()
Returns:
the request.

setRequest

public void setRequest(CCD_INFO_REQUEST request)
Parameters:
request - the request to set.