js.dev.cam.sbig
Class EstablishLinkParams

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

public class EstablishLinkParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EstablishLinkParams()
          Constructor.
EstablishLinkParams(int value)
          Constructor.
 
Method Summary
 int getSbigUseOnly()
           
static long getSerialVersionUID()
           
 void setSbigUseOnly(int sbigUseOnly)
           
 
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

EstablishLinkParams

public EstablishLinkParams()
Constructor.


EstablishLinkParams

public EstablishLinkParams(int value)
Constructor.

Parameters:
value - the value to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getSbigUseOnly

public int getSbigUseOnly()
Returns:
the sbigUseOnly.

setSbigUseOnly

public void setSbigUseOnly(int sbigUseOnly)
Parameters:
sbigUseOnly - the sbigUseOnly to set.