js.dev.cam.sbig
Class GetErrorStringResults

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

public class GetErrorStringResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetErrorStringResults()
          Constructor.
GetErrorStringResults(ERROR error)
          Parametric constructor.
 
Method Summary
 java.lang.String getErrorString()
           
static long getSerialVersionUID()
           
 void setErrorString(java.lang.String errorString)
           
 
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

GetErrorStringResults

public GetErrorStringResults()
Constructor.


GetErrorStringResults

public GetErrorStringResults(ERROR error)
Parametric constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getErrorString

public java.lang.String getErrorString()
Returns:
the errorString.

setErrorString

public void setErrorString(java.lang.String errorString)
Parameters:
errorString - the errorString to set.