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

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.tobj.ICardResponseTO
All Implemented Interfaces:
Serializable

public class ICardResponseTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardResponseTO()
           
ICardResponseTO(ICardTO[] iCardList)
           
ICardResponseTO(ICardTO[] iCardList, MapTO[] relationList)
           
ICardResponseTO(int code, String message)
           
 
Method Summary
 int getCode()
           
 ICardTO[] getICardList()
           
 String getMessage()
           
 MapTO[] getRelationList()
           
 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

ICardResponseTO

public ICardResponseTO()

ICardResponseTO

public ICardResponseTO(ICardTO[] iCardList)

ICardResponseTO

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

ICardResponseTO

public ICardResponseTO(int code,
                       String message)
Method Detail

getCode

public int getCode()

getICardList

public ICardTO[] getICardList()
Returns:
the iCardList

getMessage

public String getMessage()

getRelationList

public MapTO[] getRelationList()

setCode

public void setCode(int code)

setICardList

public void setICardList(ICardTO[] cardList)
Parameters:
cardList - the iCardList to set

setMessage

public void setMessage(String message)

setRelationList

public void setRelationList(MapTO[] relationList)