com.indexdata.torus2.model
Class ResultSet

java.lang.Object
  extended by com.indexdata.torus2.model.ResultSet

public class ResultSet
extends Object

Author:
jakub

Constructor Summary
ResultSet(List<Record> records, Facets facets, int overidden, int local, Date lastModified)
           
 
Method Summary
 Facets getFacets()
           
 Date getLastModified()
           
 List<Record> getRecords()
           
 int localCount()
           
 int overiddenCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSet

public ResultSet(List<Record> records,
                 Facets facets,
                 int overidden,
                 int local,
                 Date lastModified)
Method Detail

overiddenCount

public int overiddenCount()

localCount

public int localCount()

getFacets

public Facets getFacets()

getRecords

public List<Record> getRecords()

getLastModified

public Date getLastModified()


Copyright © 2008-2013 Index Data. All Rights Reserved.