js.dev.cam.sbig
Class OpenDeviceParams

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

public class OpenDeviceParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OpenDeviceParams()
          Constructor.
 
Method Summary
 DEVICE_TYPE getDeviceType()
           
 long getIpAddress()
           
 int getLptBaseAddress()
           
static long getSerialVersionUID()
           
 void setDeviceType(DEVICE_TYPE deviceType)
           
 void setIpAddress(long ipAddress)
           
 void setIpAddress(java.lang.String host)
           
 void setLptBaseAddress(int lptBaseAddress)
           
 
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

OpenDeviceParams

public OpenDeviceParams()
Constructor.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getDeviceType

public DEVICE_TYPE getDeviceType()
Returns:
the deviceType.

setDeviceType

public void setDeviceType(DEVICE_TYPE deviceType)
Parameters:
deviceType - the deviceType to set.

getIpAddress

public long getIpAddress()
Returns:
the ipAddress.

setIpAddress

public void setIpAddress(long ipAddress)
Parameters:
ipAddress - the ipAddress to set.

setIpAddress

public final void setIpAddress(java.lang.String host)
Parameters:
host - the host to set.

getLptBaseAddress

public int getLptBaseAddress()
Returns:
the lptBaseAddress.

setLptBaseAddress

public void setLptBaseAddress(int lptBaseAddress)
Parameters:
lptBaseAddress - the lptBaseAddress to set.