org.oddjob.arooa.types
Class ArooaObject

java.lang.Object
  extended by org.oddjob.arooa.types.ArooaObject
All Implemented Interfaces:
Serializable, ArooaValue

public class ArooaObject
extends Object
implements ArooaValue, Serializable

See Also:
Serialized Form

Nested Class Summary
static class ArooaObject.Conversions
           
 
Constructor Summary
ArooaObject(Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 Object toValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArooaObject

public ArooaObject(Object value)
Method Detail

toValue

public Object toValue()

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