org.dspace.statistics.content
Class StatisticsDataVisits.Query

java.lang.Object
  extended by org.dspace.statistics.content.StatisticsDataVisits.Query
Enclosing class:
StatisticsDataVisits

public class StatisticsDataVisits.Query
extends Object


Constructor Summary
StatisticsDataVisits.Query()
           
 
Method Summary
 int getDsoId()
           
 int getDsoLength()
           
 int getDsoType()
           
 String getQuery()
           
 String getQueryResultName()
           
 void setDso(int dsoId, int dsoType)
           
 void setDso(int dsoId, int dsoType, int length)
           
 void setDsoLength(int dsoLength)
           
 void setDsoType(int dsoType)
           
 void setOwningDso(DSpaceObject owningDso)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsDataVisits.Query

public StatisticsDataVisits.Query()
Method Detail

setOwningDso

public void setOwningDso(DSpaceObject owningDso)

setDso

public void setDso(int dsoId,
                   int dsoType)

setDso

public void setDso(int dsoId,
                   int dsoType,
                   int length)

setDsoType

public void setDsoType(int dsoType)

getDsoLength

public int getDsoLength()

setDsoLength

public void setDsoLength(int dsoLength)

getDsoId

public int getDsoId()

getDsoType

public int getDsoType()

getQueryResultName

public String getQueryResultName()

getQuery

public String getQuery()


Copyright © 2011 DuraSpace. All Rights Reserved.