js.dev.cam.sbig
Class GetDriverInfoParams

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

public class GetDriverInfoParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetDriverInfoParams()
          Constructor.
GetDriverInfoParams(DRIVER_REQUEST value)
          Constructor which sets the DRIVER_REQUEST field.
 
Method Summary
 DRIVER_REQUEST getDriverRequest()
           
static long getSerialVersionUID()
           
 void setDriverRequest(DRIVER_REQUEST driverRequest)
           
 
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

GetDriverInfoParams

public GetDriverInfoParams()
Constructor.


GetDriverInfoParams

public GetDriverInfoParams(DRIVER_REQUEST value)
Constructor which sets the DRIVER_REQUEST field.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getDriverRequest

public DRIVER_REQUEST getDriverRequest()
Returns:
the driverRequest.

setDriverRequest

public void setDriverRequest(DRIVER_REQUEST driverRequest)
Parameters:
driverRequest - the driverRequest to set.