|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.portalpages.rest.ARESTModel
public class ARESTModel
Abstract class for all REST models
Field Summary | |
---|---|
protected IRESTError |
m_error
Contains the current error object Usually set by a control and read by a displaypage |
Constructor Summary | |
---|---|
ARESTModel()
|
Method Summary | |
---|---|
IRESTError |
GetError()
Gets an error object for the current REST request if one exists Usually called by a REST display page |
void |
SetError(IRESTError _error)
Set an error object for the current REST request Usually called by a REST control |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IRESTError m_error
Constructor Detail |
---|
public ARESTModel()
Method Detail |
---|
public void SetError(IRESTError _error)
_error
- public IRESTError GetError()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |