org.kaoriha.jspbp.renderer.table
Class Query<T extends Enum<T>>

java.lang.Object
  extended by org.kaoriha.jspbp.renderer.table.Query<T>

public class Query<T extends Enum<T>>
extends Object


Constructor Summary
Query()
           
 
Method Summary
 int getOffset()
           
 int getSize()
           
 List<Sort<T>> getSortList()
           
 void setOffset(int offset)
           
 void setSize(int size)
           
 void setSortList(List<Sort<T>> sortList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()
Method Detail

getSortList

public List<Sort<T>> getSortList()

setSortList

public void setSortList(List<Sort<T>> sortList)

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

getSize

public int getSize()

setSize

public void setSize(int size)


Copyright ? 2007-2008 Hound. All Rights Reserved.