com.counterclaim.openefm.model.court
Interface EFSP

All Superinterfaces:
java.lang.Comparable, ModelObject
All Known Subinterfaces:
OzoneEFSP

public interface EFSP
extends ModelObject


Method Summary
 void addFiling(InternalLxmlFiling filing)
           
 java.util.List getAllFilings()
           
 java.lang.String getContact()
           
 java.lang.String getEmail()
           
 InternalLxmlFiling getFiling(Id filingId)
           
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getPassword()
           
 java.lang.String getPhone()
           
 java.lang.String getUsername()
           
 void removeFiling(InternalLxmlFiling filing)
           
 void setContact(java.lang.String poc)
           
 void setEmail(java.lang.String email)
           
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String notes)
           
 void setPassword(java.lang.String password)
           
 void setPhone(java.lang.String phone)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.