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

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

public class ICardsAndCategoryTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardsAndCategoryTO()
           
ICardsAndCategoryTO(ICardTO[] icardList, CategoryTO[] categoryList)
           
 
Method Summary
 CategoryTO[] getCategoryList()
           
 ICardTO[] getICardList()
           
 void setCategoryList(CategoryTO[] categoryList)
           
 void setICardList(ICardTO[] icardList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardsAndCategoryTO

public ICardsAndCategoryTO()

ICardsAndCategoryTO

public ICardsAndCategoryTO(ICardTO[] icardList,
                           CategoryTO[] categoryList)
Method Detail

getCategoryList

public CategoryTO[] getCategoryList()

setCategoryList

public void setCategoryList(CategoryTO[] categoryList)

getICardList

public ICardTO[] getICardList()

setICardList

public void setICardList(ICardTO[] icardList)