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
-

| Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
- Specified by:
setName in interface Court
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
addFiling in interface Court
- Throws:
ModelException
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
removeFiling in interface Court
- Throws:
ModelException
addUser
public void addUser(User user)
throws ModelException
- Specified by:
addUser in interface Court
- Throws:
ModelException
removeUser
public void removeUser(User user)
throws ModelException
- Specified by:
removeUser in interface Court
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.