com.counterclaim.openefm.model
Class ModelObjectImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.model.ModelObjectImpl
All Implemented Interfaces:
java.lang.Comparable, ModelObject

public class ModelObjectImpl
extends java.lang.Object
implements ModelObject


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelObjectImpl

public ModelObjectImpl()
Method Detail

setId

public void setId(Id id)
           throws ModelException

getId

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

setObjectManager

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

getObjectManager

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

compareTo

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


Copyright © 2002 counterclaim.com. All Rights Reserved.