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

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

public class UIResponseUsableCardsTO
extends BaseTransferObject
implements Serializable

The transfer object for the USABLECARDS 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
UIResponseUsableCardsTO()
          Creates a new instance of UIResponseUsableCardsTO
 
Method Summary
 UIResponseCardTO[] getCard()
          Gets the array of CARD element.
 void setCard(UIResponseCardTO[] card)
          Sets the array of CARD 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

UIResponseUsableCardsTO

public UIResponseUsableCardsTO()
Creates a new instance of UIResponseUsableCardsTO

Method Detail

getCard

public UIResponseCardTO[] getCard()
Gets the array of CARD element.

Returns:
the array of CARD element.

setCard

public void setCard(UIResponseCardTO[] card)
Sets the array of CARD element.

Parameters:
card - the array of CARD element.