js.dev.cam.sbig
Class CfwGotoParams

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

public class CfwGotoParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CfwGotoParams()
          Constructor.
 
Method Summary
 CFW_MODEL_SELECT getCfwModel()
           
 CFW_POSITION getCfwPosition()
           
static long getSerialVersionUID()
           
 void setCfwModel(CFW_MODEL_SELECT cfwModel)
           
 void setCfwPosition(CFW_POSITION cfwPosition)
           
 
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

CfwGotoParams

public CfwGotoParams()
Constructor.

Method Detail

getSerialVersionUID

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

getCfwModel

public final CFW_MODEL_SELECT getCfwModel()
Returns:
the cfwModel.

setCfwModel

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

getCfwPosition

public final CFW_POSITION getCfwPosition()
Returns:
the cfwPosition.

setCfwPosition

public void setCfwPosition(CFW_POSITION cfwPosition)
Parameters:
cfwPosition - the cfwPosition to set.