public abstract class ChangeableBean extends ResolvableBean implements Changeable
Constructor and Description |
---|
ChangeableBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
setProperty(java.lang.String name,
java.lang.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(java.lang.String name, java.lang.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 © 2020 Gentics Software. All Rights Reserved.