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.
 String getName()
          Gets the name of transfer object.
 void setCard(UIResponseCardTO[] card)
          Sets the array of CARD 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

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.

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.