com.jdon.model.query.block
Class Block

java.lang.Object
  extended by com.jdon.model.query.block.Block

public class Block
extends java.lang.Object


Constructor Summary
Block(int start, int count)
           
 
Method Summary
 int getCount()
           
 java.util.List getList()
           
 int getStart()
           
 void setCount(int count)
           
 void setList(java.util.List list)
           
 void setStart(int start)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Block

public Block(int start,
             int count)
Parameters:
start -
count -
Method Detail

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