net.sf.doolin.bus.bean
Class BusDynaBean

java.lang.Object
  extended by org.apache.commons.beanutils.LazyDynaBean
      extended by net.sf.doolin.bus.bean.BusDynaBean
All Implemented Interfaces:
Serializable, IBean, net.sf.sido.PropertyAccessor, org.apache.commons.beanutils.DynaBean

public class BusDynaBean
extends org.apache.commons.beanutils.LazyDynaBean
implements IBean, net.sf.sido.PropertyAccessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.beanutils.LazyDynaBean
BigDecimal_ZERO, BigInteger_ZERO, Byte_ZERO, Character_SPACE, Double_ZERO, dynaClass, Float_ZERO, Integer_ZERO, Long_ZERO, Short_ZERO, values
 
Fields inherited from interface net.sf.sido.PropertyAccessor
SEPARATOR
 
Constructor Summary
BusDynaBean()
           
BusDynaBean(Object parent, String parentProperty)
           
 
Method Summary
 BeanNotificationSupport getBeanNotificationSupport()
           
 IParentBean getParentBean()
           
 Object getValue(String propertyPath)
           
protected  boolean isDynaProperty(String name)
           
 void setParentBean(IParentBean parentBean)
           
 net.sf.sido.PropertyAccessor setValue(String name, Object value)
           
 
Methods inherited from class org.apache.commons.beanutils.LazyDynaBean
contains, createDynaBeanProperty, createIndexedProperty, createMappedProperty, createNumberProperty, createOtherProperty, createPrimitiveProperty, createProperty, defaultIndexedProperty, defaultMappedProperty, get, get, get, getDynaClass, getMap, growIndexedProperty, isAssignable, newMap, remove, set, set, set, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusDynaBean

public BusDynaBean()

BusDynaBean

public BusDynaBean(Object parent,
                   String parentProperty)
Method Detail

getBeanNotificationSupport

public BeanNotificationSupport getBeanNotificationSupport()
Specified by:
getBeanNotificationSupport in interface IBean

getParentBean

public IParentBean getParentBean()
Specified by:
getParentBean in interface IBean

getValue

public Object getValue(String propertyPath)
Specified by:
getValue in interface net.sf.sido.PropertyAccessor

isDynaProperty

protected boolean isDynaProperty(String name)
Overrides:
isDynaProperty in class org.apache.commons.beanutils.LazyDynaBean

setParentBean

public void setParentBean(IParentBean parentBean)
Specified by:
setParentBean in interface IBean

setValue

public net.sf.sido.PropertyAccessor setValue(String name,
                                             Object value)
Specified by:
setValue in interface net.sf.sido.PropertyAccessor


Copyright © 2011. All Rights Reserved.