com.counterclaim.openefm.model
Class ModelObjectImpl

java.lang.Object
  extended bycom.counterclaim.openefm.model.ModelObjectImpl
All Implemented Interfaces:
java.lang.Comparable, ModelObject

public class ModelObjectImpl
extends java.lang.Object
implements ModelObject

 

Field Summary
protected  Id id
           
protected  ObjectManager manager
           
 
Constructor Summary
ModelObjectImpl()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 Id getId()
           
 ObjectManager getObjectManager()
           
 void setId(Id id)
           
 void setObjectManager(ObjectManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Id id

manager

protected ObjectManager manager
Constructor Detail

ModelObjectImpl

public ModelObjectImpl()
Method Detail

setId

public void setId(Id id)
           throws ModelException
Specified by:
setId in interface ModelObject
Throws:
ModelException

getId

public Id getId()
         throws ModelException
Specified by:
getId in interface ModelObject
Throws:
ModelException

setObjectManager

public void setObjectManager(ObjectManager manager)
                      throws ModelException
Specified by:
setObjectManager in interface ModelObject
Throws:
ModelException

getObjectManager

public ObjectManager getObjectManager()
                               throws ModelException
Specified by:
getObjectManager in interface ModelObject
Throws:
ModelException

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2002 counterclaim.com. All Rights Reserved.