js.dev.cam.sbig
Class BitIoResults

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

public class BitIoResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BitIoResults()
          Constructor.
BitIoResults(ERROR error)
          Constructor.
 
Method Summary
static long getSerialVersionUID()
           
 boolean isBitIsSet()
           
 void setBitIsSet(boolean bitIsSet)
           
 
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

BitIoResults

public BitIoResults()
Constructor.


BitIoResults

public BitIoResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

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

isBitIsSet

public final boolean isBitIsSet()
Returns:
the bitIsSet.

setBitIsSet

public void setBitIsSet(boolean bitIsSet)
Parameters:
bitIsSet - the bitIsSet to set.