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

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

public class ICardResponseTO
extends ResponseMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.higgins.rpps.core.tobj.ResponseMessage
noError, unknownError
 
Constructor Summary
ICardResponseTO()
           
ICardResponseTO(ICardTO[] iCardList)
           
ICardResponseTO(ICardTO[] iCardList, MapTO[] relationList)
           
ICardResponseTO(int code, String message)
           
 
Method Summary
 ICardTO[] getICardList()
           
 MapTO[] getRelationList()
           
 void setICardList(ICardTO[] iCardList)
           
 void setRelationList(MapTO[] relationList)
           
 
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

ICardResponseTO

public ICardResponseTO()

ICardResponseTO

public ICardResponseTO(ICardTO[] iCardList)

ICardResponseTO

public ICardResponseTO(ICardTO[] iCardList,
                       MapTO[] relationList)

ICardResponseTO

public ICardResponseTO(int code,
                       String message)
Method Detail

getICardList

public ICardTO[] getICardList()

setICardList

public void setICardList(ICardTO[] iCardList)

getRelationList

public MapTO[] getRelationList()

setRelationList

public void setRelationList(MapTO[] relationList)