org.jaffa.presentation.portlet.widgets.model
Interface IModelMap

All Known Implementing Classes:
GridModelRow

public interface IModelMap

Interface for a Model containing a Map of key/value pairs.


Method Summary
 Object get(String key)
          Returns the value for the input key.
 int size()
          Returns the number of key/value pairs stored in the model.
 

Method Detail

get

public Object get(String key)
Returns the value for the input key.

Parameters:
key - The key
Returns:
the value for the input key.

size

public int size()
Returns the number of key/value pairs stored in the model.

Returns:
the number of key/value pairs stored in the model.


Copyright © 2002-2004 JAFFA Project.