org.eclipse.higgins.ics.gwt.base.client.model.entity
Class CardUsage
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardUsage
- All Implemented Interfaces:
- Serializable
- public class CardUsage
- extends BaseEntity
- implements Serializable
- See Also:
- Serialized Form
CardUsage
public CardUsage()
CardUsage
public CardUsage(String date,
String site,
boolean saved)
getDate
public String getDate()
- Gets the date value for this CardUsage
- Returns:
- date
setDate
public void setDate(String date)
- Sets the date value for this CardUsage
- Parameters:
date -
getSite
public String getSite()
- Gets the site value for this CardUsage
- Returns:
- site
setSite
public void setSite(String site)
- Sets the site value for this CardUsage
- Parameters:
site -
setIsSaved
public void setIsSaved(boolean isSaved)
isSaved
public boolean isSaved()