|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SCO
| Method Summary | |
|---|---|
void |
applyUpdates()
Applies any pending updates for this object to the data store. |
java.lang.String |
getFieldName()
Returns the field name. |
java.lang.Object |
getOwner()
Returns the owner object of the SCO instance. |
void |
makeDirty()
Marks object dirty. |
void |
setValueFrom(java.lang.Object o)
Assigns the value of this second-class object from an existing object of the same or compatible type. |
void |
unsetOwner()
Nullifies references to the owner Object and Field. |
| Method Detail |
|---|
void setValueFrom(java.lang.Object o)
throws java.lang.ClassCastException
o - the object from which to copy the value.
java.lang.ClassCastException - if the given object is not of a type that's compatible with this
second-class wrapper object.java.lang.String getFieldName()
java.lang.Object getOwner()
void unsetOwner()
void applyUpdates()
void makeDirty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||