js.dev.cam.sbig
Class CfwOpenDeviceParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.CfwOpenDeviceParams
- All Implemented Interfaces:
- java.io.Serializable
public class CfwOpenDeviceParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.