com.counterclaim.openefm.model.court
Interface EFSP
- All Superinterfaces:
- java.lang.Comparable, ModelObject
- All Known Subinterfaces:
- OzoneEFSP
- public interface EFSP
- 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
setUsername
public void setUsername(java.lang.String username)
throws ModelException
getUsername
public java.lang.String getUsername()
throws ModelException
setPassword
public void setPassword(java.lang.String password)
throws ModelException
getPassword
public java.lang.String getPassword()
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
setContact
public void setContact(java.lang.String poc)
throws ModelException
getContact
public java.lang.String getContact()
throws ModelException
setEmail
public void setEmail(java.lang.String email)
throws ModelException
getEmail
public java.lang.String getEmail()
throws ModelException
setPhone
public void setPhone(java.lang.String phone)
throws ModelException
getPhone
public java.lang.String getPhone()
throws ModelException
setNotes
public void setNotes(java.lang.String notes)
throws ModelException
getNotes
public java.lang.String getNotes()
throws ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.