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

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

public class CardInformationTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardInformationTO()
           
 
Method Summary
 CardUsageTO[] getCardHistory()
           
 int getSizeHistory()
           
 void setCardHistory(CardUsageTO[] cardHistory)
           
 void setSizeHistory(int sizeHistory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardInformationTO

public CardInformationTO()
Method Detail

getCardHistory

public CardUsageTO[] getCardHistory()

setCardHistory

public void setCardHistory(CardUsageTO[] cardHistory)

getSizeHistory

public int getSizeHistory()

setSizeHistory

public void setSizeHistory(int sizeHistory)