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)
           
 
Method Summary
 void addMonthSummary(MonthData m)
           
 boolean allReadyParse(java.util.Date d)
           
 java.util.Date getFirstRecordDate()
           
 MonthData getLastMonth()
           
 java.util.Date getLastRecordDate()
           
 java.lang.String getName()
           
 java.lang.StringBuffer getSummary()
           
 void setLastMonth(MonthData m)
           
 void updateLastRecordDate(java.util.Date d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteHistory

public SiteHistory(java.lang.String name_site,
                   java.util.Date last_record,
                   java.util.Date first_record)
Method Detail

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()