public abstract class ChangeableBean extends ResolvableBean implements Changeable
Constructor and Description |
---|
ChangeableBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
setProperty(String name,
Object value)
Set (modify) the property name to resolve to the given value
|
canResolve, get, getProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canResolve, get, getProperty
public boolean setProperty(String name, Object value) throws InsufficientPrivilegesException
Changeable
setProperty
in interface Changeable
name
- name of the property to set/modifyvalue
- (new) value to setInsufficientPrivilegesException
- when the property may not be
changedCopyright © 2014 Gentics Software GmbH. All Rights Reserved.