|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.mappings.Association
public class Association
Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects.
Field Summary | |
---|---|
protected java.lang.Object |
key
|
protected java.lang.Object |
value
|
Constructor Summary | |
---|---|
Association()
Default constructor. |
|
Association(java.lang.Object key,
java.lang.Object value)
PUBLIC: Create an association. |
Method Summary | |
---|---|
java.lang.Object |
getKey()
PUBLIC: Return the key. |
java.lang.Object |
getValue()
PUBLIC: Return the value. |
void |
setKey(java.lang.Object key)
PUBLIC: Set the key. |
java.lang.Object |
setValue(java.lang.Object value)
PUBLIC: Set the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
---|
equals, hashCode |
Field Detail |
---|
protected java.lang.Object key
protected java.lang.Object value
Constructor Detail |
---|
public Association()
public Association(java.lang.Object key, java.lang.Object value)
Method Detail |
---|
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public void setKey(java.lang.Object key)
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |