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