Sets the property on the given object to the new value. @param object on which to set the property @param newValue the new value of the property @throws RuntimeException if the property could not be set
(Object object, Object newValue)
| 63 | * @throws RuntimeException if the property could not be set |
| 64 | */ |
| 65 | public abstract void setProperty(Object object, Object newValue); |
| 66 | |
| 67 | /** |
| 68 | * Returns the name of the property. |
no outgoing calls
no test coverage detected