|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.collections.DMapEntry
Constructor Summary | |
DMapEntry()
DMapEntry constructor comment. |
|
DMapEntry(DMapImpl map,
java.lang.Object key,
java.lang.Object value)
DMapEntry constructor comment. |
|
DMapEntry(int id,
int mapId,
Identity keyOID,
Identity valueOID)
DMapEntry constructor comment. |
|
DMapEntry(PBKey key)
|
Method Summary | |
protected int |
generateNewId()
return a unique id |
int |
getDmapId()
Gets the dmapId. |
int |
getId()
Gets the id. |
java.lang.Object |
getKey()
getKey method comment. |
Identity |
getKeyOID()
|
java.lang.Object |
getValue()
getValue method comment. |
Identity |
getValueOID()
|
void |
setDmapId(int dmapId)
Sets the dmapId. |
void |
setId(int id)
Sets the id. |
void |
setKeyOID(Identity keyOID)
|
java.lang.Object |
setValue(java.lang.Object obj)
setValue method comment. |
void |
setValueOID(Identity valueOID)
|
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 |
Constructor Detail |
public DMapEntry()
public DMapEntry(PBKey key)
public DMapEntry(int id, int mapId, Identity keyOID, Identity valueOID)
public DMapEntry(DMapImpl map, java.lang.Object key, java.lang.Object value)
Method Detail |
protected int generateNewId()
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 java.lang.Object setValue(java.lang.Object obj)
setValue
in interface java.util.Map.Entry
public int getDmapId()
public void setDmapId(int dmapId)
dmapId
- The dmapId to setpublic int getId()
public void setId(int id)
id
- The id to setpublic Identity getKeyOID()
public void setKeyOID(Identity keyOID)
public Identity getValueOID()
public void setValueOID(Identity valueOID)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |