com.mf.roundhouse.core.util
Class UsageMetrics
java.lang.Object
com.mf.roundhouse.core.util.UsageMetrics
- public class UsageMetrics
- extends java.lang.Object
Represents usage metrics for a RoundhousePrincipal.
- Author:
- Pete Luellen Jul 9, 2004 9:45:01 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsageMetrics
public UsageMetrics()
getCountHitsLastDay
public long getCountHitsLastDay()
- Returns:
- Returns the countHitsLastDay.
setCountHitsLastDay
public void setCountHitsLastDay(long countHitsLastDay)
- Parameters:
countHitsLastDay
- The countHitsLastDay to set.
getCountHitsLastMonth
public long getCountHitsLastMonth()
- Returns:
- Returns the countHitsLastMonth.
setCountHitsLastMonth
public void setCountHitsLastMonth(long countHitsLastMonth)
- Parameters:
countHitsLastMonth
- The countHitsLastMonth to set.
getCountHitsLastWeek
public long getCountHitsLastWeek()
- Returns:
- Returns the countHitsLastWeek.
setCountHitsLastWeek
public void setCountHitsLastWeek(long countHitsLastWeek)
- Parameters:
countHitsLastWeek
- The countHitsLastWeek to set.
getCountHits
public long getCountHits()
- Returns:
- Returns the countHits.
setCountHits
public void setCountHits(long countHits)
- Parameters:
countHits
- The countHits to set.
getPrincipal
public RoundhousePrincipal getPrincipal()
- Returns:
- Returns the principal.
setPrincipal
public void setPrincipal(RoundhousePrincipal principal)
- Parameters:
principal
- The principal to set.
getHits
public java.util.Collection getHits()
- Returns:
- Returns the hits.
setHits
public void setHits(java.util.Collection hits)
- Parameters:
hits
- The hits to set.
getHitsLastDay
public java.util.Collection getHitsLastDay()
- Returns:
- Returns the hitsLastDay.
setHitsLastDay
public void setHitsLastDay(java.util.Collection hitsLastDay)
- Parameters:
hitsLastDay
- The hitsLastDay to set.
getHitsLastMonth
public java.util.Collection getHitsLastMonth()
- Returns:
- Returns the hitsLastMonth.
setHitsLastMonth
public void setHitsLastMonth(java.util.Collection hitsLastMonth)
- Parameters:
hitsLastMonth
- The hitsLastMonth to set.
getHitsLastWeek
public java.util.Collection getHitsLastWeek()
- Returns:
- Returns the hitsLastWeek.
setHitsLastWeek
public void setHitsLastWeek(java.util.Collection hitsLastWeek)
- Parameters:
hitsLastWeek
- The hitsLastWeek to set.
getLastHit
public SiteHit getLastHit()
- Returns:
- Returns the lastHit.
setLastHit
public void setLastHit(SiteHit lastHit)
- Parameters:
lastHit
- The lastHit to set.
Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.