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
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.