|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.tfe.console.Charts.ChartQueryResult
A simple class that contains a String and an integer for data retrieved from the database.
| Constructor Summary | |
ChartQueryResult(java.lang.String name,
int count)
Creates new ChartQueryResult |
|
| Method Summary | |
java.lang.Integer |
getCount()
Gets the Integer value associated with the name value. |
java.lang.String |
getName()
Gets the name value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChartQueryResult(java.lang.String name,
int count)
name - the name of the item retrieved from the database.count - the number associated with the name value.| Method Detail |
public java.lang.String getName()
public java.lang.Integer getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||