|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.Results
public class Results
The base class which returns results to the client.
Constructor Summary | |
---|---|
Results()
The default constructor which sets the error to ERROR.CE_NO_ERROR. |
|
Results(ERROR value)
Constructor. |
Method Summary | |
---|---|
ERROR |
getError()
|
void |
setError(ERROR value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Results()
public Results(ERROR value)
value
- the error to set.Method Detail |
---|
public final ERROR getError()
public final void setError(ERROR value)
value
- the error to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |