com.counterclaim.openefm.model.court.ozone
Interface OzoneCourt

All Superinterfaces:
java.lang.Comparable, Court, ModelObject, OzoneModelObject, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneCourtImpl, OzoneCourtImpl_Proxy

public interface OzoneCourt
extends Court, OzoneModelObject


Method Summary
 void addFiling(InternalLxmlFiling filing)
           
 void addUser(User user)
           
 void removeFiling(InternalLxmlFiling filing)
           
 void removeUser(User user)
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface com.counterclaim.openefm.model.court.Court
getAllFilings, getAllUsers, getFiling, getName, getUser
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

Method Detail

setName

public void setName(java.lang.String name)
             throws ModelException
Specified by:
setName in interface Court

addFiling

public void addFiling(InternalLxmlFiling filing)
               throws ModelException
Specified by:
addFiling in interface Court

removeFiling

public void removeFiling(InternalLxmlFiling filing)
                  throws ModelException
Specified by:
removeFiling in interface Court

addUser

public void addUser(User user)
             throws ModelException
Specified by:
addUser in interface Court

removeUser

public void removeUser(User user)
                throws ModelException
Specified by:
removeUser in interface Court


Copyright © 2002 counterclaim.com. All Rights Reserved.