com.xpn.xwiki.stats.impl
Class RefererStats

java.lang.Object
  extended by com.xpn.xwiki.objects.BaseElement
      extended by com.xpn.xwiki.objects.BaseCollection
          extended by com.xpn.xwiki.stats.impl.XWikiStats
              extended by com.xpn.xwiki.stats.impl.RefererStats
All Implemented Interfaces:
ElementInterface, ObjectInterface, java.io.Serializable

public class RefererStats
extends XWikiStats

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.stats.impl.XWikiStats
PERIOD_DAY, PERIOD_MONTH
 
Fields inherited from class com.xpn.xwiki.objects.BaseCollection
className, fields, fieldsToRemove, number
 
Constructor Summary
RefererStats()
           
RefererStats(java.lang.String docName, java.lang.String referer, java.util.Date period, int periodtype)
           
 
Method Summary
 java.lang.String getReferer()
           
 void setReferer(java.lang.String referer)
           
 
Methods inherited from class com.xpn.xwiki.stats.impl.XWikiStats
clone, equals, fromXML, getPageViews, getPeriod, getPeriodAsInt, hashCode, incPageViews, setId, setPageViews, setPeriod, toXML
 
Methods inherited from class com.xpn.xwiki.objects.BaseCollection
addField, addPropertyForRemoval, checkField, get, getClassName, getDateValue, getDiff, getDoubleValue, getField, getFieldList, getFieldsToRemove, getFloatValue, getId, getIntValue, getIntValue, getLargeStringValue, getLongValue, getMap, getNumber, getProperties, getPropertyList, getPropertyNames, getSetValue, getStringValue, getxWikiClass, merge, put, removeField, safeget, safeput, setClassName, setDateValue, setDoubleValue, setFields, setFieldsToRemove, setFloatValue, setIntValue, setLargeStringValue, setLongValue, setNumber, setSetValue, setStringValue, toString, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getName, getPrettyName, setName, setPrettyName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getName, setName
 

Constructor Detail

RefererStats

public RefererStats()

RefererStats

public RefererStats(java.lang.String docName,
                    java.lang.String referer,
                    java.util.Date period,
                    int periodtype)
Method Detail

getReferer

public java.lang.String getReferer()

setReferer

public void setReferer(java.lang.String referer)


Copyright 2003 Ludovic Dubost