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