js.dev
Class CloseResults

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.CloseResults
All Implemented Interfaces:
java.io.Serializable

public class CloseResults
extends Results
implements java.io.Serializable

The CloseResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
CloseResults()
          Constructor.
CloseResults(ERROR error)
          Constructor.
 
Method Summary
static long getSerialVersionUID()
           
 
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

CloseResults

public CloseResults()
Constructor.


CloseResults

public CloseResults(ERROR error)
Constructor.

Parameters:
error - the serialVersionUID.
Method Detail

getSerialVersionUID

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