|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.beanutils
Class BeanificationTestCase.Signal

java.lang.Objectorg.apache.commons.beanutils.BeanificationTestCase.Signal
- Enclosing class:
- BeanificationTestCase
- class BeanificationTestCase.Signal
- extends java.lang.Object
| Field Summary | |
private BeanUtilsBean |
bean
|
private ConvertUtilsBean |
convertUtils
|
private java.lang.Exception |
e
|
private java.lang.Object |
marker
|
private PropertyUtilsBean |
propertyUtils
|
private int |
signal
|
| Constructor Summary | |
(package private) |
BeanificationTestCase.Signal()
|
| Method Summary | |
BeanUtilsBean |
getBean()
|
ConvertUtilsBean |
getConvertUtils()
|
java.lang.Exception |
getException()
|
java.lang.Object |
getMarkerObject()
|
PropertyUtilsBean |
getPropertyUtils()
|
int |
getSignal()
|
void |
setBean(BeanUtilsBean bean)
|
void |
setConvertUtils(ConvertUtilsBean convertUtils)
|
void |
setException(java.lang.Exception e)
|
void |
setMarkerObject(java.lang.Object marker)
|
void |
setPropertyUtils(PropertyUtilsBean propertyUtils)
|
void |
setSignal(int signal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
e
private java.lang.Exception e
signal
private int signal
bean
private BeanUtilsBean bean
propertyUtils
private PropertyUtilsBean propertyUtils
convertUtils
private ConvertUtilsBean convertUtils
marker
private java.lang.Object marker
| Constructor Detail |
BeanificationTestCase.Signal
BeanificationTestCase.Signal()
| Method Detail |
getException
public java.lang.Exception getException()
setException
public void setException(java.lang.Exception e)
getSignal
public int getSignal()
setSignal
public void setSignal(int signal)
getMarkerObject
public java.lang.Object getMarkerObject()
setMarkerObject
public void setMarkerObject(java.lang.Object marker)
getBean
public BeanUtilsBean getBean()
setBean
public void setBean(BeanUtilsBean bean)
getPropertyUtils
public PropertyUtilsBean getPropertyUtils()
setPropertyUtils
public void setPropertyUtils(PropertyUtilsBean propertyUtils)
getConvertUtils
public ConvertUtilsBean getConvertUtils()
setConvertUtils
public void setConvertUtils(ConvertUtilsBean convertUtils)
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.beanutils.BeanificationTestCase.Signal