|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIResponseTO
The transfer object for the UserInterfaceResponse. A transfer object is a serializable class that groups related attributes, forming a composite value. This class is used as the return type of a WS business method.
| Constructor Summary | |
|---|---|
UIResponseTO()
Creates a new instance of UIResponseTO |
|
| Method Summary | |
|---|---|
UIResponseAndTO[] |
getAnd()
Gets array of AND elements. |
String |
getName()
Gets the name of transfer object. |
UIResponseRPTO |
getRP()
Gets RP element. |
String |
getStatus()
Gets STATUS element. |
void |
setAnd(UIResponseAndTO[] and)
Sets array of AND elements. |
void |
setName(String name)
Sets the name of transfer object |
void |
setRP(UIResponseRPTO rp)
Sets RP element. |
void |
setStatus(String status)
Sets STATUS element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UIResponseTO()
| Method Detail |
public UIResponseAndTO[] getAnd()
public void setAnd(UIResponseAndTO[] and)
and - the array of AND elements.public UIResponseRPTO getRP()
public void setRP(UIResponseRPTO rp)
rp - the RP element.public String getStatus()
public void setStatus(String status)
status - the STATUS element.public String getName()
public void setName(String name)
name - the name of transfer object.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||