|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.KeyValue
This class implements a key-value-pair to be tranported over the Com-Interface of Component.
| Constructor Summary | |
KeyValue()
Constructor for KeyValue. |
|
KeyValue(java.lang.String key,
java.lang.String value)
Constructor for KeyValue. |
|
| Method Summary | |
java.lang.String |
getKey()
Returns the key. |
java.lang.String |
getValue()
Returns the value. |
void |
setKey(java.lang.String key)
Sets the key. |
void |
setValue(java.lang.String value)
Sets the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyValue()
public KeyValue(java.lang.String key,
java.lang.String value)
key - The key to setvalue - The value to set| Method Detail |
public java.lang.String getKey()
public java.lang.String getValue()
public void setKey(java.lang.String key)
key - The key to setpublic void setValue(java.lang.String value)
value - The value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||