|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SCO
A mutable second-class object.
| Method Summary | |
|---|---|
void |
applyUpdates()
Called to indicate that the owning object is being made persistent, or that the persistent state of this field is being updated. |
java.lang.Object |
clone()
Returns a clone of this SCO instance. |
java.lang.String |
getFieldName()
Returns the field name in the owner object. |
java.lang.Object |
getOwner()
Returns the owner object of the SCO instance. |
void |
makeDirty()
Marks this object dirty. |
void |
unsetOwner()
Disconnects this object from its owner. |
| Method Detail |
|---|
java.lang.Object getOwner()
null if currently unowned.java.lang.String getFieldName()
null if currently unowned.void makeDirty()
void applyUpdates()
void unsetOwner()
java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||