com.counterclaim.openefm.model.court
Interface EFSP
- All Superinterfaces:
- java.lang.Comparable, ModelObject
- All Known Subinterfaces:
- OzoneEFSP
- All Known Implementing Classes:
- OzoneEFSPImpl, OzoneEFSPImpl_Proxy
- public interface EFSP
- extends ModelObject
-

| Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
- Throws:
ModelException
getName
public java.lang.String getName()
throws ModelException
- Throws:
ModelException
setUsername
public void setUsername(java.lang.String username)
throws ModelException
- Throws:
ModelException
getUsername
public java.lang.String getUsername()
throws ModelException
- Throws:
ModelException
setPassword
public void setPassword(java.lang.String password)
throws ModelException
- Throws:
ModelException
getPassword
public java.lang.String getPassword()
throws ModelException
- Throws:
ModelException
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Throws:
ModelException
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
setContact
public void setContact(java.lang.String poc)
throws ModelException
- Throws:
ModelException
getContact
public java.lang.String getContact()
throws ModelException
- Throws:
ModelException
setEmail
public void setEmail(java.lang.String email)
throws ModelException
- Throws:
ModelException
getEmail
public java.lang.String getEmail()
throws ModelException
- Throws:
ModelException
setPhone
public void setPhone(java.lang.String phone)
throws ModelException
- Throws:
ModelException
getPhone
public java.lang.String getPhone()
throws ModelException
- Throws:
ModelException
setNotes
public void setNotes(java.lang.String notes)
throws ModelException
- Throws:
ModelException
getNotes
public java.lang.String getNotes()
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.