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

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

public class ICardsAndCategoryTO
extends ICardResponseTO
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.higgins.rpps.core.tobj.ResponseMessage
noError, unknownError
 
Constructor Summary
ICardsAndCategoryTO()
           
ICardsAndCategoryTO(ICardTO[] icardList, CategoryTO[] categoryList)
           
 
Method Summary
 CategoryTO[] getCategoryList()
           
 void setCategoryList(CategoryTO[] categoryList)
           
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.ICardResponseTO
getICardList, getRelationList, setICardList, setRelationList
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.ResponseMessage
getCode, getMessage, setCode, setMessage
 
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)