net.sf.doolin.bus.bean
Class BeanSet

java.lang.Object
  extended by net.sf.doolin.util.AbstractPropertySet
      extended by net.sf.doolin.util.BasicPropertySet
          extended by net.sf.doolin.bus.bean.BeanSet
All Implemented Interfaces:
IBean, net.sf.sido.PropertyAccessor

public class BeanSet
extends BasicPropertySet
implements IBean


Field Summary
 
Fields inherited from interface net.sf.sido.PropertyAccessor
SEPARATOR
 
Constructor Summary
BeanSet()
           
BeanSet(Object parent, String parentProperty)
           
 
Method Summary
protected  net.sf.sido.PropertyAccessor createPropertySet(net.sf.sido.PropertyAccessor parentSet, String nameInParent)
           
 BeanNotificationSupport getBeanNotificationSupport()
           
 IParentBean getParentBean()
           
 void setParentBean(IParentBean parentBean)
           
protected  void setSimple(String name, Object value)
           
 
Methods inherited from class net.sf.doolin.util.BasicPropertySet
getSimple
 
Methods inherited from class net.sf.doolin.util.AbstractPropertySet
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanSet

public BeanSet()

BeanSet

public BeanSet(Object parent,
               String parentProperty)
Method Detail

createPropertySet

protected net.sf.sido.PropertyAccessor createPropertySet(net.sf.sido.PropertyAccessor parentSet,
                                                         String nameInParent)
Overrides:
createPropertySet in class BasicPropertySet

getBeanNotificationSupport

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

getParentBean

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

setParentBean

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

setSimple

protected void setSimple(String name,
                         Object value)
Overrides:
setSimple in class BasicPropertySet


Copyright © 2011. All Rights Reserved.