public interface SCO
Modifier and Type | Method and Description |
---|---|
void |
applyUpdates(StateManager sm,
boolean modified)
Apply changes (can be a no-op)
|
Object |
cloneInternal()
Creates clone with the same owner and field value.
|
String |
getFieldName()
Returns the field name
|
Object |
getOwner()
Returns the owner object of the SCO instance
|
StateManager |
makeDirty()
Marks object dirty
|
void |
unsetOwner()
Nullifies references to the owner Object and Field
|
String getFieldName()
Object getOwner()
void unsetOwner()
void applyUpdates(StateManager sm, boolean modified)
StateManager makeDirty()
Object cloneInternal()
Copyright © 2019. All rights reserved.