org.exolab.castor.mapping
Class MapItem

java.lang.Object
  extended byorg.exolab.castor.mapping.MapItem

public class MapItem
extends java.lang.Object

Represents a Mapped Object. This Class allows for more control over the key used in Maps and Hashtables.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:27 $
Author:
Keith Visco

Constructor Summary
MapItem()
          Creates a new empty MapItem.
MapItem(java.lang.Object key, java.lang.Object value)
          Creates a new MapItem with the given key and value.
 
Method Summary
 java.lang.Object getKey()
          Returns the key Object for this MapItem, or null if no key has been specified.
 java.lang.Object getValue()
          Returns the value Object for this MapItem, or null if no value has yet been specified.
 void setKey(java.lang.Object key)
          Sets the key for this MapItem.
 void setValue(java.lang.Object value)
          Sets the value for this MapItem.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapItem

public MapItem()
Creates a new empty MapItem.


MapItem

public MapItem(java.lang.Object key,
               java.lang.Object value)
Creates a new MapItem with the given key and value.

Parameters:
key - the key Object for this MapItem.
value - the value for this MapItem.
Method Detail

getKey

public java.lang.Object getKey()
Returns the key Object for this MapItem, or null if no key has been specified.

Returns:
the key Object for this MapItem.

getValue

public java.lang.Object getValue()
Returns the value Object for this MapItem, or null if no value has yet been specified.

Returns:
the value Object for this MapItem.

setKey

public void setKey(java.lang.Object key)
Sets the key for this MapItem.

Parameters:
key - the key Object for this MapItem.

setValue

public void setValue(java.lang.Object value)
Sets the value for this MapItem.

Parameters:
value - the value Object for this MapItem.


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com