org.apache.jetspeed.statistics.impl
Class StatisticsQueryCriteriaImpl
java.lang.Object
org.apache.jetspeed.statistics.impl.StatisticsQueryCriteriaImpl
- All Implemented Interfaces:
- java.io.Serializable, StatisticsQueryCriteria
public class StatisticsQueryCriteriaImpl
- extends java.lang.Object
- implements StatisticsQueryCriteria
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsQueryCriteriaImpl
public StatisticsQueryCriteriaImpl()
getTimePeriod
public java.lang.String getTimePeriod()
- Specified by:
getTimePeriod
in interface StatisticsQueryCriteria
- Returns:
- Returns the ipAddress.
setTimePeriod
public void setTimePeriod(java.lang.String ipAddress)
- Specified by:
setTimePeriod
in interface StatisticsQueryCriteria
- Parameters:
ipAddress
- The ipAddress to set.
getUser
public java.lang.String getUser()
- Specified by:
getUser
in interface StatisticsQueryCriteria
- Returns:
- Returns the user.
setUser
public void setUser(java.lang.String user)
- Specified by:
setUser
in interface StatisticsQueryCriteria
- Parameters:
user
- The user to set.
getQueryType
public java.lang.String getQueryType()
- Specified by:
getQueryType
in interface StatisticsQueryCriteria
setQueryType
public void setQueryType(java.lang.String queryType)
- Specified by:
setQueryType
in interface StatisticsQueryCriteria
getListsize
public java.lang.String getListsize()
- Specified by:
getListsize
in interface StatisticsQueryCriteria
getSorttype
public java.lang.String getSorttype()
- Specified by:
getSorttype
in interface StatisticsQueryCriteria
setListsize
public void setListsize(java.lang.String listsize)
- Specified by:
setListsize
in interface StatisticsQueryCriteria
setSorttype
public void setSorttype(java.lang.String sorttype)
- Specified by:
setSorttype
in interface StatisticsQueryCriteria
getSortorder
public java.lang.String getSortorder()
- Specified by:
getSortorder
in interface StatisticsQueryCriteria
setSortorder
public void setSortorder(java.lang.String sortorder)
- Specified by:
setSortorder
in interface StatisticsQueryCriteria
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.