com.tagtraum.sixbs.adapters.util
Class MapEntry

java.lang.Object
  |
  +--com.tagtraum.sixbs.adapters.util.MapEntry

public class MapEntry
extends Object

Entry for MapAdapt.

Version:
$Id: MapEntry.java,v 1.1 2001/05/06 14:55:02 Hendrik Exp $
Author:
Hendrik Schreiber
See Also:
MapAdapt

Field Summary
static String vcid
          Source-Version
 
Constructor Summary
MapEntry()
           
MapEntry(Object key, Object value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 void setKey(Object key)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcid

public static String vcid
Source-Version

Constructor Detail

MapEntry

public MapEntry()

MapEntry

public MapEntry(Object key,
                Object value)
Method Detail

getKey

public Object getKey()

setKey

public void setKey(Object key)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2001 tagtraum industries.