org.eclipse.higgins.rpps.core.tobj
Class UIResponseAndTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIResponseAndTO
- All Implemented Interfaces:
- Serializable
- public class UIResponseAndTO
- extends BaseTransferObject
- implements Serializable
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.
- Author:
- Sergei Yakovlev
- See Also:
- Serialized Form
|
Constructor Summary |
UIResponseAndTO()
Creates a new instance of UIResponseAndTO |
UIResponseAndTO
public UIResponseAndTO()
- Creates a new instance of UIResponseAndTO
getOr
public UIResponseOrTO[] getOr()
- Gets the OR child elements.
- Returns:
- the OR elements.
setOr
public void setOr(UIResponseOrTO[] or)
- Sets the OR child elements.
- Parameters:
or - the OR elements