org.eclipse.higgins.rpps.core.tobj
Class ICardResponseTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.ICardResponseTO
- All Implemented Interfaces:
- Serializable
public class ICardResponseTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ICardResponseTO
public ICardResponseTO()
ICardResponseTO
public ICardResponseTO(ICardTO[] iCardList)
ICardResponseTO
public ICardResponseTO(ICardTO[] iCardList,
MapTO[] relationList)
ICardResponseTO
public ICardResponseTO(int code,
String message)
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)