org.appfuse.model
Class BaseObject

java.lang.Object
  extended byorg.appfuse.model.BaseObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Degree, Education, Experience, Membership, Reference, Resume, Role, SalaryType, Skill, Template, User, UserCookie, UserRole, WorkStatus

public class BaseObject
extends Object
implements Serializable

Base class for Model objects. This is basically for the toString, equals and hashCode methods.

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:16 $
Author:
Matt Raible
See Also:
Serialized Form

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

Constructor Detail

BaseObject

public BaseObject()
Method Detail

toString

public String toString()

equals

public boolean equals(Object o)

hashCode

public int hashCode(Object o)


Copyright © 2002-2004