org.apache.commons.beanutils.locale
Class LocaleBeanificationTestCase.Signal

java.lang.Object
  extended by org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
Enclosing class:
LocaleBeanificationTestCase

 class LocaleBeanificationTestCase.Signal
extends Object


Field Summary
private  LocaleBeanUtilsBean bean
           
private  LocaleConvertUtilsBean convertUtils
           
private  Exception e
           
private  Object marker
           
private  int signal
           
 
Constructor Summary
LocaleBeanificationTestCase.Signal()
           
 
Method Summary
 LocaleBeanUtilsBean getBean()
           
 LocaleConvertUtilsBean getConvertUtils()
           
 Exception getException()
           
 Object getMarkerObject()
           
 int getSignal()
           
 void setBean(LocaleBeanUtilsBean bean)
           
 void setConvertUtils(LocaleConvertUtilsBean convertUtils)
           
 void setException(Exception e)
           
 void setMarkerObject(Object marker)
           
 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 Exception e

signal

private int signal

bean

private LocaleBeanUtilsBean bean

convertUtils

private LocaleConvertUtilsBean convertUtils

marker

private Object marker
Constructor Detail

LocaleBeanificationTestCase.Signal

LocaleBeanificationTestCase.Signal()
Method Detail

getException

public Exception getException()

setException

public void setException(Exception e)

getSignal

public int getSignal()

setSignal

public void setSignal(int signal)

getMarkerObject

public Object getMarkerObject()

setMarkerObject

public void setMarkerObject(Object marker)

getBean

public LocaleBeanUtilsBean getBean()

setBean

public void setBean(LocaleBeanUtilsBean bean)

getConvertUtils

public LocaleConvertUtilsBean getConvertUtils()

setConvertUtils

public void setConvertUtils(LocaleConvertUtilsBean convertUtils)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.