|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.faces.model.MapDataModel.RowData
public class MapDataModel.RowData
The row data.
| Constructor Summary | |
|---|---|
MapDataModel.RowData(K key)
Construct row data from key. |
|
| Method Summary | |
|---|---|
K |
getKey()
Get the key. |
V |
getValue()
Get the value |
void |
setValue(V value)
Set the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapDataModel.RowData(K key)
key - | Method Detail |
|---|
public K getKey()
public V getValue()
public void setValue(V value)
value - The value
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||