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