com.satline.faces.model
Class MapDataModel.RowData

java.lang.Object
  extended by com.satline.faces.model.MapDataModel.RowData
Enclosing class:
MapDataModel<K,V>

public class MapDataModel.RowData
extends java.lang.Object


Constructor Summary
MapDataModel.RowData(K key)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 void setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapDataModel.RowData

public MapDataModel.RowData(K key)
Method Detail

getKey

public K getKey()

getValue

public V getValue()

setValue

public void setValue(V value)


Copyright © 2007 null. All Rights Reserved.