com.counterclaim.openefm.model.court
Interface Court
- All Superinterfaces:
- java.lang.Comparable, ModelObject
- All Known Subinterfaces:
- OzoneCourt
- public interface Court
- extends ModelObject
Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
getName
public java.lang.String getName()
throws ModelException
getAllFilings
public java.util.List getAllFilings()
throws ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
getAllUsers
public java.util.List getAllUsers()
throws ModelException
addUser
public void addUser(User user)
throws ModelException
getUser
public User getUser(Id userId)
throws ModelException
removeUser
public void removeUser(User user)
throws ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.