IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.element.impl
Class MapEntryImpl

java.lang.Object
  extended by com.ibm.btt.element.impl.MapEntryImpl
All Implemented Interfaces:
MapEntry

public class MapEntryImpl
extends java.lang.Object
implements MapEntry


Field Summary
(package private)  java.lang.Object key
           
(package private)  java.lang.Object value
           
 
Constructor Summary
MapEntryImpl()
           
 
Method Summary
 java.lang.Object getKey()
          getter of key
 java.lang.Object getValue()
          getter of value
 void setKey(java.lang.Object key)
          setter of key
 void setValue(java.lang.Object value)
          setter of value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

java.lang.Object key

value

java.lang.Object value
Constructor Detail

MapEntryImpl

public MapEntryImpl()
Method Detail

getKey

public java.lang.Object getKey()
Description copied from interface: MapEntry
getter of key

Specified by:
getKey in interface MapEntry
Returns:
Object

getValue

public java.lang.Object getValue()
Description copied from interface: MapEntry
getter of value

Specified by:
getValue in interface MapEntry
Returns:
Object

setKey

public void setKey(java.lang.Object key)
Description copied from interface: MapEntry
setter of key

Specified by:
setKey in interface MapEntry

setValue

public void setValue(java.lang.Object value)
Description copied from interface: MapEntry
setter of value

Specified by:
setValue in interface MapEntry

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010