|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.odmg.collections.DListEntry
Insert the type's description here. Creation date: (28.01.2001 21:23:26)
Field Summary | |
protected int |
dlistId
|
protected int |
id
|
protected Identity |
oid
|
protected int |
position
|
protected java.lang.Object |
realSubject
|
protected byte[] |
serializedOID
|
Constructor Summary | |
DListEntry()
Insert the method's description here. |
|
DListEntry(DListImpl theDlist,
java.lang.Object theObject)
DListEntry constructor comment. |
|
DListEntry(int anId,
int aDlistId,
int pos,
byte[] anOid)
DListEntry multi-args constructor used by OJB PersistenceBroker |
Method Summary | |
protected int |
generateNewId()
get a unique id |
int |
getPosition()
Insert the method's description here. |
java.lang.Object |
getRealSubject()
Insert the method's description here. |
void |
setPosition(int newPosition)
Insert the method's description here. |
(package private) void |
setRealSubject(java.lang.Object realSubject)
Insert the method's description here. |
java.lang.String |
toString()
return String representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int id
protected int position
protected Identity oid
protected java.lang.Object realSubject
protected int dlistId
protected byte[] serializedOID
Constructor Detail |
public DListEntry()
public DListEntry(int anId, int aDlistId, int pos, byte[] anOid)
public DListEntry(DListImpl theDlist, java.lang.Object theObject)
Method Detail |
protected int generateNewId()
public int getPosition()
public java.lang.Object getRealSubject()
public void setPosition(int newPosition)
newPosition
- intvoid setRealSubject(java.lang.Object realSubject)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |