|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.UIResponseAndTO
public class UIResponseAndTO
The transfer object for the AND element of 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 | |
|---|---|
UIResponseAndTO()
Creates a new instance of UIResponseAndTO |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of transfer object. |
UIResponseOrTO[] |
getOr()
Gets the OR child elements. |
void |
setName(String name)
Sets the name of transfer object |
void |
setOr(UIResponseOrTO[] or)
Sets the OR child elements. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIResponseAndTO()
| Method Detail |
|---|
public UIResponseOrTO[] getOr()
public void setOr(UIResponseOrTO[] or)
or - the OR elementspublic 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 | |||||||||