js.dev.cam.sbig
Class CfwOpenDeviceParams

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

public class CfwOpenDeviceParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CfwOpenDeviceParams()
          Constructor.
CfwOpenDeviceParams(CFW_MODEL_SELECT cfwModel, CFW_COM_PORT cfwComPort)
          Constructor.
 
Method Summary
 CFW_COM_PORT getCfwComPort()
           
 CFW_MODEL_SELECT getCfwModel()
           
static long getSerialVersionUID()
           
 void setCfwComPort(CFW_COM_PORT cfwComPort)
           
 void setCfwModel(CFW_MODEL_SELECT cfwModel)
           
 
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

CfwOpenDeviceParams

public CfwOpenDeviceParams()
Constructor.


CfwOpenDeviceParams

public CfwOpenDeviceParams(CFW_MODEL_SELECT cfwModel,
                           CFW_COM_PORT cfwComPort)
Constructor.

Parameters:
cfwModel - the cfwModel to set.
cfwComPort - the cfwComPort to set.
Method Detail

getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID.

getCfwComPort

public final CFW_COM_PORT getCfwComPort()
Returns:
the cfwComPort.

setCfwComPort

public void setCfwComPort(CFW_COM_PORT cfwComPort)
Parameters:
cfwComPort - the cfwComPort to set.

getCfwModel

public final CFW_MODEL_SELECT getCfwModel()
Returns:
the cfwModel.

setCfwModel

public void setCfwModel(CFW_MODEL_SELECT cfwModel)
Parameters:
cfwModel - the cfwModel to set.