This project has retired. For details please refer to its
Attic page.
StatisticsQueryCriteriaImpl (Jetspeed-2 Portal Statistics Components 2.1.3 API)
org.apache.jetspeed.statistics.impl
Class StatisticsQueryCriteriaImpl
java.lang.Object
org.apache.jetspeed.statistics.impl.StatisticsQueryCriteriaImpl
- All Implemented Interfaces:
- Serializable, org.apache.jetspeed.statistics.StatisticsQueryCriteria
public class StatisticsQueryCriteriaImpl
- extends Object
- implements org.apache.jetspeed.statistics.StatisticsQueryCriteria
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
private String user
timePeriod
private String timePeriod
queryType
private String queryType
listsize
private String listsize
sorttype
private String sorttype
sortorder
private String sortorder
StatisticsQueryCriteriaImpl
public StatisticsQueryCriteriaImpl()
getTimePeriod
public String getTimePeriod()
- Specified by:
getTimePeriod in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
- Returns:
- Returns the ipAddress.
setTimePeriod
public void setTimePeriod(String ipAddress)
- Specified by:
setTimePeriod in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
- Parameters:
ipAddress - The ipAddress to set.
getUser
public String getUser()
- Specified by:
getUser in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
- Returns:
- Returns the user.
setUser
public void setUser(String user)
- Specified by:
setUser in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
- Parameters:
user - The user to set.
getQueryType
public String getQueryType()
- Specified by:
getQueryType in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
setQueryType
public void setQueryType(String queryType)
- Specified by:
setQueryType in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
getListsize
public String getListsize()
- Specified by:
getListsize in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
getSorttype
public String getSorttype()
- Specified by:
getSorttype in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
setListsize
public void setListsize(String listsize)
- Specified by:
setListsize in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
setSorttype
public void setSorttype(String sorttype)
- Specified by:
setSorttype in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
getSortorder
public String getSortorder()
- Specified by:
getSortorder in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
setSortorder
public void setSortorder(String sortorder)
- Specified by:
setSortorder in interface org.apache.jetspeed.statistics.StatisticsQueryCriteria
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.