Class CounterFilter
- java.lang.Object
-
- org.citydb.config.project.query.filter.counter.CounterFilter
-
public class CounterFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CounterFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getCount()
java.lang.Long
getStartIndex()
boolean
isSetCount()
boolean
isSetStartIndex()
void
reset()
void
setCount(java.lang.Long count)
void
setStartIndex(java.lang.Long startIndex)
-
-
-
Method Detail
-
isSetCount
public boolean isSetCount()
-
getCount
public java.lang.Long getCount()
-
setCount
public void setCount(java.lang.Long count)
-
isSetStartIndex
public boolean isSetStartIndex()
-
getStartIndex
public java.lang.Long getStartIndex()
-
setStartIndex
public void setStartIndex(java.lang.Long startIndex)
-
reset
public void reset()
-
-