|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.server.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 java.lang.String |
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,
java.lang.String 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 newRealSubject)
Insert the method's description here. |
java.lang.String |
toString()
return String representation. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected int id
protected int position
protected Identity oid
protected java.lang.Object realSubject
protected int dlistId
protected java.lang.String serializedOID
Constructor Detail |
public DListEntry()
public DListEntry(int anId, int aDlistId, int pos, java.lang.String 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 newRealSubject)
newRealSubject
- java.lang.Objectpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |