|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.collections.DListEntry_2
Field Summary | |
protected DListImpl_2 |
dList
|
protected java.lang.Integer |
dlistId
|
protected java.lang.Integer |
id
|
protected Identity |
oid
|
protected PBKey |
pbKey
|
protected int |
position
|
protected java.lang.Object |
realSubject
|
Constructor Summary | |
DListEntry_2()
Used to instantiate persistent DLists from DB by the kernel FOR INTERNAL USE ONLY |
|
DListEntry_2(DListImpl_2 dList,
java.lang.Object theObject)
Standard way to instantiate new entries |
Method Summary | |
java.lang.Integer |
getDlistId()
Gets the dlistId. |
java.lang.Integer |
getId()
Gets the id. |
protected Logger |
getLog()
|
Identity |
getOid()
|
PBKey |
getPBKey()
|
int |
getPosition()
|
java.lang.Object |
getRealSubject()
|
protected void |
prepareForPersistency(PersistenceBroker broker)
|
protected void |
prepareRealSubject(PersistenceBroker broker)
|
void |
setDlistId(java.lang.Integer dlistId)
Sets the dlistId. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setOid(Identity oid)
|
void |
setPosition(int newPosition)
|
void |
setRealSubject(java.lang.Object realSubject)
|
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 java.lang.Object realSubject
protected DListImpl_2 dList
protected PBKey pbKey
protected java.lang.Integer id
protected java.lang.Integer dlistId
protected Identity oid
protected int position
Constructor Detail |
public DListEntry_2()
public DListEntry_2(DListImpl_2 dList, java.lang.Object theObject)
Method Detail |
protected Logger getLog()
protected void prepareForPersistency(PersistenceBroker broker)
public PBKey getPBKey()
protected void prepareRealSubject(PersistenceBroker broker)
public java.lang.Object getRealSubject()
public void setRealSubject(java.lang.Object realSubject)
public int getPosition()
public void setPosition(int newPosition)
public java.lang.Integer getDlistId()
public void setDlistId(java.lang.Integer dlistId)
dlistId
- The dlistId to setpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- The id to setpublic Identity getOid()
public void setOid(Identity oid)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |