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

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

public class CardUsageTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardUsageTO()
           
CardUsageTO(String site, Date date)
           
 
Method Summary
 Date getDate()
           
 RPEndPointTO getRpEndPointTO()
           
 String getSite()
           
 boolean isUseAlways()
           
 void setDate(Date date)
           
 void setRpEndPointTO(RPEndPointTO rpEndPointTO)
           
 void setSite(String site)
           
 void setUseAlways(boolean useAlways)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardUsageTO

public CardUsageTO()

CardUsageTO

public CardUsageTO(String site,
                   Date date)
Method Detail

getRpEndPointTO

public RPEndPointTO getRpEndPointTO()

setRpEndPointTO

public void setRpEndPointTO(RPEndPointTO rpEndPointTO)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getSite

public String getSite()

setSite

public void setSite(String site)

isUseAlways

public boolean isUseAlways()

setUseAlways

public void setUseAlways(boolean useAlways)