org.apache.cocoon.portal.persistence.castor
Class ConfigurationFieldHandler

java.lang.Object
  extended byorg.exolab.castor.mapping.loader.FieldHandlerFriend
      extended byorg.exolab.castor.mapping.ExtendedFieldHandler
          extended byorg.exolab.castor.mapping.AbstractFieldHandler
              extended byorg.apache.cocoon.portal.persistence.castor.AbstractFieldHandler
                  extended byorg.apache.cocoon.portal.persistence.castor.ConfigurationFieldHandler
All Implemented Interfaces:
org.exolab.castor.mapping.FieldHandler

public class ConfigurationFieldHandler
extends AbstractFieldHandler

Field handler for attributes of a CopletBaseData object.

Version:
$Id: ConfigurationFieldHandler.java 328135 2005-10-24 19:02:33Z cziegeler $

Constructor Summary
ConfigurationFieldHandler()
           
 
Method Summary
 Object getValue(Object object)
           
 Object newInstance(Object parent)
           
 void resetValue(Object object)
           
 void setValue(Object object, Object value)
           
 
Methods inherited from class org.apache.cocoon.portal.persistence.castor.AbstractFieldHandler
newInstance
 
Methods inherited from class org.exolab.castor.mapping.AbstractFieldHandler
getFieldDescriptor, hasValue, setFieldDescriptor
 
Methods inherited from class org.exolab.castor.mapping.ExtendedFieldHandler
checkValidity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFieldHandler

public ConfigurationFieldHandler()
Method Detail

getValue

public Object getValue(Object object)

newInstance

public Object newInstance(Object parent)

resetValue

public void resetValue(Object object)

setValue

public void setValue(Object object,
                     Object value)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.