js.dev.cam.sbig
Class CfwCloseDeviceParams

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

public class CfwCloseDeviceParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CfwCloseDeviceParams()
          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

CfwCloseDeviceParams

public CfwCloseDeviceParams()
Constructor.

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.