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

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.tobj.UIResponseAndTO
All Implemented Interfaces:
Serializable

public class UIResponseAndTO
extends Object
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
 
Method Summary
 String getName()
          Gets the name of transfer object.
 UIResponseOrTO[] getOr()
          Gets the OR child elements.
 void setName(String name)
          Sets the name of transfer object
 void setOr(UIResponseOrTO[] or)
          Sets the OR child elements.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIResponseAndTO

public UIResponseAndTO()
Creates a new instance of UIResponseAndTO

Method Detail

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

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.