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