Version: ${maven.project.version}

org.soaplab.share
Class MapEntry

java.lang.Object
  extended by org.soaplab.share.MapEntry

public class MapEntry
extends java.lang.Object

A container for a key-value pair used in SoaplabMap.

Version:
$Id: MapEntry.java,v 1.4 2007/10/06 18:32:14 marsenger Exp $
Author:
Martin Senger

Constructor Summary
MapEntry()
           
MapEntry(java.lang.String key, java.lang.Object value)
           
 
Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.Object getObjectValue()
           
 Value getValue()
          Gets the value of the value property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setValue(Value value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry()

MapEntry

public MapEntry(java.lang.String key,
                java.lang.Object value)
Method Detail

getObjectValue

public java.lang.Object getObjectValue()

getKey

public java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

public Value getValue()
Gets the value of the value property.

Returns:
possible object is Value

setValue

public void setValue(Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Value

Version: ${maven.project.version}

Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011