org.eclipse.higgins.rpps.core.tobj
Class UIResponseUsableCardsTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.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
UIResponseUsableCardsTO
public UIResponseUsableCardsTO()
- Creates a new instance of UIResponseUsableCardsTO
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.