org.eclipse.higgins.sync.to
Class CardsTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by org.eclipse.higgins.sync.to.CardsTO
All Implemented Interfaces:
Serializable

public class CardsTO
extends BaseTO

Represents Card container.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CardsTO()
           
 
Method Summary
 CardTO[] getCards()
           
 CardsTO setCards(CardTO[] cards)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardsTO

public CardsTO()
Method Detail

getCards

public CardTO[] getCards()
Returns:
the cards

setCards

public CardsTO setCards(CardTO[] cards)
Parameters:
cards - the cards to set