|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.beans.BeanUtil.BeanProperty
public static class BeanUtil.BeanProperty
Holds information about a beans property
| Constructor Summary | |
|---|---|
BeanUtil.BeanProperty()
|
|
| Method Summary | |
|---|---|
void |
assimilate(BeanUtil.BeanProperty beanProperty)
Copy all information of a foreign beanProperty object, that are not null. |
String |
getGetterMethodName()
|
String |
getPropertyName()
|
String |
getSetterMethodName()
|
boolean |
isReadable()
Returns true, if the property can be read. |
boolean |
isReadAndWritable()
Returns true, if bean has getter and setter access |
boolean |
isReadOnly()
Returns true, if bean has only a getter method, but no setter method |
boolean |
isWritable()
Returns true, if the property can be written. |
boolean |
isWriteOnly()
Returns true, if bean has only a setter method, and no getter method |
void |
setGetterMethodName(String getterMethodName)
|
void |
setPropertyName(String name)
|
void |
setSetterMethodName(String setterMethodName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanUtil.BeanProperty()
| Method Detail |
|---|
public boolean isReadOnly()
isWriteOnly(),
isReadAndWritable()public boolean isReadable()
public boolean isWriteOnly()
isReadOnly(),
isReadAndWritable()public boolean isWritable()
public boolean isReadAndWritable()
isReadOnly(),
isWriteOnly()public void assimilate(BeanUtil.BeanProperty beanProperty)
beanProperty - public String getPropertyName()
public void setPropertyName(String name)
public String getGetterMethodName()
public void setGetterMethodName(String getterMethodName)
public String getSetterMethodName()
public void setSetterMethodName(String setterMethodName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||