net.sf.doolin.util
Class BasicPropertySet

java.lang.Object
  extended by net.sf.doolin.util.AbstractPropertySet
      extended by net.sf.doolin.util.BasicPropertySet
All Implemented Interfaces:
net.sf.sido.PropertyAccessor
Direct Known Subclasses:
BeanSet

public class BasicPropertySet
extends AbstractPropertySet


Field Summary
 
Fields inherited from interface net.sf.sido.PropertyAccessor
SEPARATOR
 
Constructor Summary
BasicPropertySet()
           
 
Method Summary
protected  net.sf.sido.PropertyAccessor createPropertySet(net.sf.sido.PropertyAccessor parentSet, String nameInParent)
           
protected  Object getSimple(String name)
           
protected  void setSimple(String name, Object value)
           
 
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

BasicPropertySet

public BasicPropertySet()
Method Detail

createPropertySet

protected net.sf.sido.PropertyAccessor createPropertySet(net.sf.sido.PropertyAccessor parentSet,
                                                         String nameInParent)
Specified by:
createPropertySet in class AbstractPropertySet

getSimple

protected Object getSimple(String name)
Specified by:
getSimple in class AbstractPropertySet

setSimple

protected void setSimple(String name,
                         Object value)
Specified by:
setSimple in class AbstractPropertySet


Copyright © 2011. All Rights Reserved.