|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.garret.perst.Persistent
org.garret.perst.Relation
Class representing relation between owner and members
| Constructor Summary | |
Relation(IPersistent owner)
Relation constructor. |
|
| Method Summary | |
IPersistent |
getOwner()
Get relation owner |
void |
setOwner(IPersistent owner)
Set relation owner |
| Methods inherited from class org.garret.perst.Persistent |
assignOid, deallocate, equals, getOid, getStorage, hashCode, invalidate, isDeleted, isModified, isPersistent, isRaw, load, loadAndModify, makePersistent, modify, onLoad, onStore, readExternal, recursiveLoading, store, writeExternal |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.garret.perst.Link |
add, addAll, addAll, addAll, clear, contains, containsElement, containsObject, get, getRaw, indexOf, insert, iterator, pin, remove, set, setSize, size, toArray, toArray, toRawArray, unpin |
| Methods inherited from interface org.garret.perst.ITable |
select |
| Constructor Detail |
public Relation(IPersistent owner)
owner - owner of the relation| Method Detail |
public IPersistent getOwner()
public void setOwner(IPersistent owner)
owner - new owner of the relation
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||