public interface IBean extends IPropertyChangeProvider, IDirtyable
DIRTY| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Object destination)
Copies all properties to the given object.
|
Object |
get(String name)
Gets the property with given name
|
Collection<PropertyChangeEvent> |
getChanges()
Returns the list of changes that this bean has performed since loading.
|
void |
reset()
Reset all changes.
|
void |
set(String name,
Object value)
Set the property with given name to the value
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerisDirtyvoid set(String name, Object value)
name - property namevalue - valueCollection<PropertyChangeEvent> getChanges()
void copyTo(Object destination)
destination - destination objectvoid reset()
Copyright © 2014. All rights reserved.