public interface RawProperties
| Modifier and Type | Method and Description |
|---|---|
void |
set(String propertyName,
Object value)
Set a custom property to the bean.
|
void set(String propertyName, Object value)
This method need to be named that way or any other way that don't match property getter/setter naming. We could
used PropertyHidden but it's better to avoid it if possible.
propertyName - the name of the custom propertyvalue - the value of the propertyCopyright © 2004–2016 XWiki. All rights reserved.