|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object er.extensions.ERXKeyValuePair
Very simple class used for hold key-value pairs.
Field Summary | |
protected Object |
_key
holds the key |
protected Object |
_value
holds the value |
Constructor Summary | |
ERXKeyValuePair(Object newKey,
Object newValue)
Public constructor |
Method Summary | |
boolean |
equals(Object object)
|
Object |
key()
returns the key |
void |
setKey(Object newKey)
Sets the key. |
void |
setValue(Object value)
Sets the value |
String |
toString()
|
Object |
value()
returns the value |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Object _key
protected Object _value
Constructor Detail |
public ERXKeyValuePair(Object newKey, Object newValue)
newKey
- keynewValue
- valueMethod Detail |
public void setKey(Object newKey)
newKey
- new key valuepublic Object key()
public void setValue(Object value)
value
- new valuepublic Object value()
public boolean equals(Object object)
public String toString()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |