org.novadeck.jxla.data
Class SiteHistory
java.lang.Object
|
+--org.novadeck.jxla.data.SiteHistory
- All Implemented Interfaces:
- java.io.Serializable
- public class SiteHistory
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
SiteHistory(java.lang.String name_site,
java.util.Date last_record,
java.util.Date first_record)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteHistory
public SiteHistory(java.lang.String name_site,
java.util.Date last_record,
java.util.Date first_record)
addMonthSummary
public void addMonthSummary(MonthData m)
setLastMonth
public void setLastMonth(MonthData m)
getLastMonth
public MonthData getLastMonth()
updateLastRecordDate
public void updateLastRecordDate(java.util.Date d)
getLastRecordDate
public java.util.Date getLastRecordDate()
getFirstRecordDate
public java.util.Date getFirstRecordDate()
getName
public java.lang.String getName()
allReadyParse
public boolean allReadyParse(java.util.Date d)
getSummary
public java.lang.StringBuffer getSummary()