public class Row extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataRow |
dataRow |
protected Map<String,ColumnKey> |
keys |
| Constructor and Description |
|---|
Row(DataRow dataRow,
Map<String,ColumnKey> keys) |
Row(Map<String,ColumnKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getField(String fieldId)
Returns the specified field as request value type T.
|
String |
getFieldAsText(String fieldId)
Returns the specified field as text value.
|
protected void |
setDataRow(DataRow dataRow) |
protected void setDataRow(DataRow dataRow)
dataRow - the dataRow to setpublic String getFieldAsText(String fieldId)
fieldId - the field id.public <T> T getField(String fieldId)
ClassCastException will be throw.fieldId - the field id.Copyright © 2014. All Rights Reserved.