org.ektorp
Class ViewResult

java.lang.Object
  extended by org.ektorp.ViewResult
All Implemented Interfaces:
java.io.Serializable

public class ViewResult
extends java.lang.Object
implements java.io.Serializable

Author:
henrik lundgren
See Also:
Serialized Form

Nested Class Summary
static class ViewResult.Row
           
 
Constructor Summary
ViewResult(int size, int offset, java.util.List<ViewResult.Row> rows)
           
 
Method Summary
 int getOffset()
           
 java.util.List<ViewResult.Row> getRows()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewResult

public ViewResult(int size,
                  int offset,
                  java.util.List<ViewResult.Row> rows)
Method Detail

getRows

public java.util.List<ViewResult.Row> getRows()

getSize

public int getSize()

getOffset

public int getOffset()


Copyright © 2010. All Rights Reserved.