|
|||||||
| 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(O owner)
Relation constructor. |
|
| Method Summary | |
|---|---|
O |
getOwner()
Get relation owner |
void |
setOwner(O 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, isEmpty, iterator, pin, remove, remove, set, setSize, size, toArray, toPersistentArray, toRawArray, unpin |
| Methods inherited from interface org.garret.perst.ITable |
|---|
select |
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray |
| Constructor Detail |
|---|
public Relation(O owner)
owner - owner of the relation| Method Detail |
|---|
public O getOwner()
public void setOwner(O owner)
owner - new owner of the relation
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||