|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.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 DListImpl |
m_dList
|
protected Identity |
oid
|
protected PBKey |
pbKey
|
protected int |
position
|
protected java.lang.Object |
realSubject
|
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,
Identity anOid)
DListEntry multi-args constructor used by OJB PersistenceBroker |
|
DListEntry(PBKey pbKey)
|
Method Summary | |
protected int |
generateNewId()
return a unique id |
int |
getDlistId()
Gets the dlistId. |
int |
getId()
Gets the id. |
Identity |
getOid()
|
PBKey |
getPBKey()
|
int |
getPosition()
Insert the method's description here. |
java.lang.Object |
getRealSubject()
Insert the method's description here. |
void |
setDlistId(int dlistId)
Sets the dlistId. |
void |
setId(int id)
Sets the id. |
void |
setOid(Identity oid)
|
void |
setPBKey(PBKey pbKey)
|
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 dlistId
protected DListImpl m_dList
protected int position
protected Identity oid
protected java.lang.Object realSubject
protected PBKey pbKey
Constructor Detail |
public DListEntry()
public DListEntry(PBKey pbKey)
public DListEntry(int anId, int aDlistId, int pos, Identity anOid)
public DListEntry(DListImpl theDlist, java.lang.Object theObject)
Method Detail |
public Identity getOid()
public void setOid(Identity oid)
public PBKey getPBKey()
public void setPBKey(PBKey pbKey)
protected int generateNewId()
public int getPosition()
public java.lang.Object getRealSubject()
public void setPosition(int newPosition)
newPosition
- intvoid setRealSubject(java.lang.Object realSubject)
realSubject
- java.lang.Objectpublic java.lang.String toString()
public int getDlistId()
public void setDlistId(int dlistId)
dlistId
- The dlistId to setpublic int getId()
public void setId(int id)
id
- The id to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |