org.eclipse.higgins.rpps.core.tobj
Class ICardsAndCategoryTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.ICardsAndCategoryTO
- All Implemented Interfaces:
- Serializable
- public class ICardsAndCategoryTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ICardsAndCategoryTO
public ICardsAndCategoryTO()
ICardsAndCategoryTO
public ICardsAndCategoryTO(ICardTO[] icardList,
CategoryTO[] categoryList)
getCategoryList
public CategoryTO[] getCategoryList()
setCategoryList
public void setCategoryList(CategoryTO[] categoryList)
getICardList
public ICardTO[] getICardList()
setICardList
public void setICardList(ICardTO[] icardList)