org.appfuse.model
Class BaseObject
java.lang.Object
org.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
BaseObject
public BaseObject()
toString
public String toString()
equals
public boolean equals(Object o)
hashCode
public int hashCode(Object o)
Copyright © 2002-2004