Exactly the same as the put method. I added this method because it seems more bean like to have get and set methods.
(String name, Object value)
| 62 | * </p> |
| 63 | */ |
| 64 | Object set(String name, Object value); |
| 65 | |
| 66 | /** |
| 67 | * Return a property as a Boolean. |
no outgoing calls