org.apache.blur.console.model
Class ResultRow

java.lang.Object
  extended by org.apache.blur.console.model.ResultRow

public class ResultRow
extends Object


Constructor Summary
ResultRow()
           
ResultRow(String rowid)
           
 
Method Summary
 List<Map<String,String>> getRecords()
           
 String getRowid()
           
 void setRecords(List<Map<String,String>> records)
           
 void setRowid(String rowid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultRow

public ResultRow()

ResultRow

public ResultRow(String rowid)
Method Detail

getRowid

public String getRowid()

setRowid

public void setRowid(String rowid)

getRecords

public List<Map<String,String>> getRecords()

setRecords

public void setRecords(List<Map<String,String>> records)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.