magoffin.matt.ma2.support
Class AbstractDomainObject

java.lang.Object
  extended by magoffin.matt.ma2.support.AbstractDomainObject
All Implemented Interfaces:
java.io.Serializable, magoffin.matt.lucene.SearchMatch

public abstract class AbstractDomainObject
extends java.lang.Object
implements magoffin.matt.lucene.SearchMatch

Helper class for domain objects to extend to also make them implement useful Matte interfaces.

Version:
$Revision: 176 $ $Date: 2008-12-28 14:33:18 +1300 (Sun, 28 Dec 2008) $
Author:
matt.magoffin
See Also:
Serialized Form

Constructor Summary
AbstractDomainObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDomainObject

public AbstractDomainObject()