org.apache.jetspeed.statistics.impl
Class StatisticsQueryCriteriaImpl

java.lang.Object
  extended by 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

Field Summary
private  String listsize
           
private  String queryType
           
private  String sortorder
           
private  String sorttype
           
private  String timePeriod
           
private  String user
           
 
Constructor Summary
StatisticsQueryCriteriaImpl()
           
 
Method Summary
 String getListsize()
           
 String getQueryType()
           
 String getSortorder()
           
 String getSorttype()
           
 String getTimePeriod()
           
 String getUser()
           
 void setListsize(String listsize)
           
 void setQueryType(String queryType)
           
 void setSortorder(String sortorder)
           
 void setSorttype(String sorttype)
           
 void setTimePeriod(String ipAddress)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

private String user

timePeriod

private String timePeriod

queryType

private String queryType

listsize

private String listsize

sorttype

private String sorttype

sortorder

private String sortorder
Constructor Detail

StatisticsQueryCriteriaImpl

public StatisticsQueryCriteriaImpl()
Method Detail

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.