public class WriteablePropertyDescriptor extends Object
Constructor and Description |
---|
WriteablePropertyDescriptor(String propertyName,
Class type,
Method writeMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPropertyName()
Returns property name.
|
Class |
getType()
Returns property type.
|
Method |
getWriteMethod()
Returns write methods.
|
int |
hashCode() |