org.fm.addressbook.businessobject
Class BaseRecord

java.lang.Object
  extended by org.fm.addressbook.businessobject.BaseRecord
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Address, AddressBook, BaseType, Category, Communication, Contact

public abstract class BaseRecord
extends java.lang.Object
implements java.io.Serializable

JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/

Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html

Address is an abstract class which defines basic properties of business object in JContact

Author:
Tennyson Varghese
Aneesh S
See Also:
Serialized Form

Constructor Summary
BaseRecord()
           
 
Method Summary
 java.lang.Long getId()
           
 int hashCode()
           
 void setId(java.lang.Long id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseRecord

public BaseRecord()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object