|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.simpleclient.SearchRecord
public class SearchRecord
Search record bean. Provides a record with mappings to the column names.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAllValues()
Get all the fields for this record. |
java.util.Map<java.lang.String,java.lang.String> |
getRecordMap()
Get all the fields for this record as a map with the field name as the key. |
java.lang.String |
getValue(int index)
Get the value by it's index. |
java.lang.String |
getValue(java.lang.String column)
Get the value by the field name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getValue(int index)
index - the index of the field to retrieve.
public java.lang.String getValue(java.lang.String column)
column - the field name.
public java.util.List<java.lang.String> getAllValues()
public java.util.Map<java.lang.String,java.lang.String> getRecordMap()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||