js.dev.cam.sbig
Class IsCfwIdleResults

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.cam.sbig.CfwResults
          extended by js.dev.cam.sbig.IsCfwIdleResults
All Implemented Interfaces:
java.io.Serializable

public class IsCfwIdleResults
extends CfwResults

See Also:
Serialized Form

Constructor Summary
IsCfwIdleResults()
          Constructor.
IsCfwIdleResults(ERROR error)
          Constructor.
 
Method Summary
static long getSerialVersionUID()
           
 boolean isIdle()
           
 void setIdle(boolean idle)
           
 
Methods inherited from class js.dev.cam.sbig.CfwResults
getCfwError, getCfwModel, getCfwPosition, getCfwResult1, getCfwResult2, getCfwStatus, setCfwError, setCfwError, setCfwModel, setCfwModel, setCfwPosition, setCfwPosition, setCfwResult1, setCfwResult2, setCfwStatus, setCfwStatus
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsCfwIdleResults

public IsCfwIdleResults()
Constructor.


IsCfwIdleResults

public IsCfwIdleResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

isIdle

public boolean isIdle()
Returns:
the idle.

setIdle

public void setIdle(boolean idle)
Parameters:
idle - the idle to set.