com.jdon.model.query.block
Class Block
java.lang.Object
com.jdon.model.query.block.Block
public class Block
- extends java.lang.Object
|
Constructor Summary |
Block(int start,
int count)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Block
public Block(int start,
int count)
- Parameters:
start - count -
getCount
public int getCount()
- Returns:
- Returns the count.
setCount
public void setCount(int count)
- Parameters:
count - The count to set.
getStart
public int getStart()
- Returns:
- Returns the start.
setStart
public void setStart(int start)
- Parameters:
start - The start to set.
getList
public java.util.List getList()
- Returns:
- Returns the list.
setList
public void setList(java.util.List list)
- Parameters:
list - The list to set.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object