net.sf.javailp
Class ValueObject

java.lang.Object
  extended by net.sf.javailp.ValueObject

public abstract class ValueObject
extends Object

The ValueObject is a superclass for all comparable objects based on their fields. Extend from this class to create unique variable identifiers.


Constructor Summary
ValueObject()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueObject

public ValueObject()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object