org.appfuse.model
Class BaseObject

java.lang.Object
  extended by org.appfuse.model.BaseObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Address, Role, User

public abstract class BaseObject
extends Object
implements Serializable

Base class for Model objects. Child objects should implement toString(), equals() and hashCode();

View Source

Author:
Matt Raible
See Also:
Serialized Form

Constructor Summary
BaseObject()
           
 
Method Summary
abstract  boolean equals(Object o)
           
abstract  int hashCode()
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseObject

public BaseObject()
Method Detail

toString

public abstract String toString()
Overrides:
toString in class Object

equals

public abstract boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public abstract int hashCode()
Overrides:
hashCode in class Object


Copyright � 2002-2006