org.eclipse.higgins.rpps.core.tobj
Class UIResponseOrTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIResponseOrTO
- All Implemented Interfaces:
- Serializable
- public class UIResponseOrTO
- extends BaseTransferObject
- implements Serializable
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.
- Author:
- Sergei Yakovlev
- See Also:
- Serialized Form
|
Constructor Summary |
UIResponseOrTO()
Creates a new instance of UIResponseOrTO |
UIResponseOrTO
public UIResponseOrTO()
- Creates a new instance of UIResponseOrTO
getClause
public UIResponseClauseTO getClause()
- Gets the CLAUSE element.
- Returns:
- the CLAUSE element.
setClause
public void setClause(UIResponseClauseTO clause)
- Sets the CLAUSE element.
- Parameters:
clause - the CLAUSE element.