JTools

org.jtools.dao.invocation
Class ObjectHandler

java.lang.Object
  extended by org.jtools.dao.invocation.ObjectHandler
All Implemented Interfaces:
AttributeHandler<Object,String>

public class ObjectHandler
extends Object
implements AttributeHandler<Object,String>

TODO type-description

Author:
Rainer Noack

Constructor Summary
ObjectHandler()
           
 
Method Summary
 Object createAttribute(Object parent, Class<Object> attributeClass, String name, String value, String data)
           
 Class getAttributeClass()
           
 Class getAttributeSuperClass()
           
 String testAttribute(int invocationLevel, ConstructorHelper comp, Object parent, Class attributeClass, String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectHandler

public ObjectHandler()
Method Detail

getAttributeClass

public Class getAttributeClass()
Specified by:
getAttributeClass in interface AttributeHandler<Object,String>

getAttributeSuperClass

public Class getAttributeSuperClass()
Specified by:
getAttributeSuperClass in interface AttributeHandler<Object,String>

testAttribute

public String testAttribute(int invocationLevel,
                            ConstructorHelper comp,
                            Object parent,
                            Class attributeClass,
                            String name,
                            String value)
Specified by:
testAttribute in interface AttributeHandler<Object,String>

createAttribute

public Object createAttribute(Object parent,
                              Class<Object> attributeClass,
                              String name,
                              String value,
                              String data)
Specified by:
createAttribute in interface AttributeHandler<Object,String>

JTools

© 2000-2006, JTools.org.