|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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.public java.lang.String getFieldName()
public java.lang.Object getOwner()
public void unsetOwner()
public void applyUpdates()
public void makeDirty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |