com.solidstategroup.sitetracker.report
Class ReportResult
java.lang.Object
com.solidstategroup.sitetracker.report.ReportResult
public class ReportResult
- extends java.lang.Object
User: Phil
Date: 07-Apr-2005
Time: 11:44:28
|
Constructor Summary |
ReportResult(int durationtype,
long from,
long to)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportResult
public ReportResult(int durationtype,
long from,
long to)
getPageViewsAvDay
public double getPageViewsAvDay()
getPageViewsAvHour
public double getPageViewsAvHour()
getSessionAv
public double getSessionAv()
getTotalPageViews
public double getTotalPageViews()
setTotalPageViews
public void setTotalPageViews(double totalPageViews)
getTotalSessions
public double getTotalSessions()
setTotalSessions
public void setTotalSessions(double totalSessions)
getDurationtype
public int getDurationtype()
setDurationtype
public void setDurationtype(int durationtype)
getFrom
public java.util.Date getFrom()
setFrom
public void setFrom(java.util.Date from)
getTo
public java.util.Date getTo()
setTo
public void setTo(java.util.Date to)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object