|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.element.impl.MapEntryImpl
public class MapEntryImpl
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 |
---|
java.lang.Object key
java.lang.Object value
Constructor Detail |
---|
public MapEntryImpl()
Method Detail |
---|
public java.lang.Object getKey()
MapEntry
getKey
in interface MapEntry
public java.lang.Object getValue()
MapEntry
getValue
in interface MapEntry
public void setKey(java.lang.Object key)
MapEntry
setKey
in interface MapEntry
public void setValue(java.lang.Object value)
MapEntry
setValue
in interface MapEntry
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |