|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.util.PropertyDescriptor
public class PropertyDescriptor
| Constructor Summary | |
|---|---|
PropertyDescriptor(String propertyName,
Class<?> beanClass)
|
|
PropertyDescriptor(String propertyName,
Method getter,
Method setter)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getName()
|
Class<?> |
getPropertyType()
|
Method |
getReadMethod()
|
Method |
getWriteMethod()
|
int |
hashCode()
|
void |
setReadMethod(Method getter)
|
void |
setWriteMethod(Method setter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyDescriptor(String propertyName,
Method getter,
Method setter)
public PropertyDescriptor(String propertyName,
Class<?> beanClass)
| Method Detail |
|---|
public String getName()
public void setWriteMethod(Method setter)
public void setReadMethod(Method getter)
public Method getWriteMethod()
public Method getReadMethod()
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Class<?> getPropertyType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||