common-util

local.tomas.faces.model
Class MapDataModel.RowData

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

public class MapDataModel.RowData
extends Object

The row data.

Author:
tomas

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

MapDataModel.RowData

public MapDataModel.RowData(K key)
Construct row data from key.

Parameters:
key -
Method Detail

getKey

public K getKey()
Get the key.

Returns:
The key.

getValue

public V getValue()
Get the value

Returns:
The value.

setValue

public void setValue(V value)
Set the value.

Parameters:
value - The value

common-util

Copyright © 2007 null. All Rights Reserved.