public interface HasProperties
Object get(String propertyName)
propertyName
- the name of the JavaBean property, must not be null.NonExistingPropertyException
- if the implementing bean does not have a property with the given name.void set(String propertyName, Object value)
propertyName
- the name of the JavaBean property, must not be null.value
- the value to set.NonExistingPropertyException
- if the implementing bean does not have a property with the given name.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.