|
SolarMetric Kodo JDO 2.4.3 generated on March 27 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface implemented by all proxy types to allow setting and nulling of their owning JDO instance.
All concrete proxy classes should be public and have publc no-args constructors so that tools that work via reflection on persistent instances can manipulate them.
| Method Summary | |
|---|---|
Object |
getOwner()
Return the owning object. |
String |
getOwnerFieldName()
Return the owning field name. |
void |
setOwner(Object pc,
String fieldName)
Set the owning JDO instance of the proxy and the name of the field it is assigned to. |
| Method Detail |
public void setOwner(Object pc,
String fieldName)
public Object getOwner()
public String getOwnerFieldName()
|
SolarMetric Kodo JDO 2.4.3 generated on March 27 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||