com.xpn.xwiki.stats.impl
Class DocumentStats
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.stats.impl.XWikiStats
com.xpn.xwiki.stats.impl.DocumentStats
- All Implemented Interfaces:
- ElementInterface, ObjectInterface, java.io.Serializable
public class DocumentStats
- extends XWikiStats
- See Also:
- Serialized Form
Constructor Summary |
DocumentStats()
|
DocumentStats(java.lang.String docName,
java.lang.String action,
java.util.Date period,
int periodtype)
|
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DocumentStats
public DocumentStats()
DocumentStats
public DocumentStats(java.lang.String docName,
java.lang.String action,
java.util.Date period,
int periodtype)
getAction
public java.lang.String getAction()
setAction
public void setAction(java.lang.String action)
getUniqueVisitors
public int getUniqueVisitors()
setUniqueVisitors
public void setUniqueVisitors(int uniqueVisitors)
incUniqueVisitors
public void incUniqueVisitors()
getVisits
public int getVisits()
setVisits
public void setVisits(int visits)
incVisits
public void incVisits()
Copyright 2003 Ludovic Dubost