js.dev.cam.sbig
Class GetDriverControlParams

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

public class GetDriverControlParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetDriverControlParams()
          Constructor.
 
Method Summary
 DRIVER_CONTROL_PARAM getControlParameter()
           
static long getSerialVersionUID()
           
 void setControlParameter(DRIVER_CONTROL_PARAM controlParameter)
           
 
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

GetDriverControlParams

public GetDriverControlParams()
Constructor.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getControlParameter

public DRIVER_CONTROL_PARAM getControlParameter()
Returns:
the controlParameter.

setControlParameter

public void setControlParameter(DRIVER_CONTROL_PARAM controlParameter)
Parameters:
controlParameter - the controlParameter to set.