org.eclipse.higgins.rpps.core.tobj
Class UIResponseOrTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.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
 
Method Summary
 UIResponseClauseTO getClause()
          Gets the CLAUSE element.
 void setClause(UIResponseClauseTO clause)
          Sets the CLAUSE element.
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIResponseOrTO

public UIResponseOrTO()
Creates a new instance of UIResponseOrTO

Method Detail

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.