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

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.UIResponseOrTO
All Implemented Interfaces:
Serializable

public class UIResponseOrTO
extends Object
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.
 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

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.

getName

public String getName()
Gets the name of transfer object.

Returns:
the name of transfer object.

setName

public void setName(String name)
Sets the name of transfer object

Parameters:
name - the name of transfer object.