|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.console.model.ResultRow
public class ResultRow
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 |
---|
public ResultRow()
public ResultRow(String rowid)
Method Detail |
---|
public String getRowid()
public void setRowid(String rowid)
public List<Map<String,String>> getRecords()
public void setRecords(List<Map<String,String>> records)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |