Package org.dspace.statistics.content
Class StatisticsDataVisits.Query
- java.lang.Object
-
- org.dspace.statistics.content.StatisticsDataVisits.Query
-
- Enclosing class:
- StatisticsDataVisits
public class StatisticsDataVisits.Query extends Object
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSpaceObjectgetDso()intgetDsoLength()intgetDsoType()StringgetQuery()voidsetDso(DSpaceObject dso, int dsoType)voidsetDso(DSpaceObject dso, int dsoType, int length)voidsetDsoLength(int dsoLength)voidsetDsoType(int dsoType)voidsetOwningDso(DSpaceObject owningDso)
-
-
-
Method Detail
-
setOwningDso
public void setOwningDso(DSpaceObject owningDso)
-
setDso
public void setDso(DSpaceObject dso, int dsoType)
-
setDso
public void setDso(DSpaceObject dso, int dsoType, int length)
-
setDsoType
public void setDsoType(int dsoType)
-
getDsoLength
public int getDsoLength()
-
setDsoLength
public void setDsoLength(int dsoLength)
-
getDsoType
public int getDsoType()
-
getDso
public DSpaceObject getDso()
-
getQuery
public String getQuery()
-
-