|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RawProperties
A bean can implement this interface to be provided with remaining values as custom properties.
| Method Summary | |
|---|---|
void |
set(java.lang.String propertyName,
java.lang.Object value)
Set a custom property to the bean. |
| Method Detail |
|---|
void set(java.lang.String propertyName,
java.lang.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 property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||