org.oddjob.arooa.life
Class SimpleArooaClass

java.lang.Object
  extended by org.oddjob.arooa.life.SimpleArooaClass
All Implemented Interfaces:
ArooaClass

public class SimpleArooaClass
extends Object
implements ArooaClass


Constructor Summary
SimpleArooaClass(Class<?> forClass)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<?> forClass()
           
 BeanOverview getBeanOverview(PropertyAccessor accessor)
           
 int hashCode()
           
 Object newInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleArooaClass

public SimpleArooaClass(Class<?> forClass)
Method Detail

forClass

public Class<?> forClass()
Specified by:
forClass in interface ArooaClass

newInstance

public Object newInstance()
                   throws ArooaInstantiationException
Specified by:
newInstance in interface ArooaClass
Throws:
ArooaInstantiationException

getBeanOverview

public BeanOverview getBeanOverview(PropertyAccessor accessor)
Specified by:
getBeanOverview in interface ArooaClass

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object