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[] cardList)
getCode
public int getCode()
setCode
public void setCode(int code)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getRelationList
public MapTO[] getRelationList()
setRelationList
public void setRelationList(MapTO[] relationList)