com.solidstategroup.sitetracker.report
Class ReportResult

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getDurationtype()
           
 java.util.Date getFrom()
           
 double getPageViewsAvDay()
           
 double getPageViewsAvHour()
           
 double getSessionAv()
           
 java.util.Date getTo()
           
 double getTotalPageViews()
           
 double getTotalSessions()
           
 void setDurationtype(int durationtype)
           
 void setFrom(java.util.Date from)
           
 void setTo(java.util.Date to)
           
 void setTotalPageViews(double totalPageViews)
           
 void setTotalSessions(double totalSessions)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportResult

public ReportResult(int durationtype,
                    long from,
                    long to)
Method Detail

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