com.counterclaim.openefm.model.court.ozone
Interface OzoneEFSP

All Superinterfaces:
java.lang.Comparable, EFSP, ModelObject, OzoneModelObject, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneEFSPImpl_Proxy, OzoneEFSPImpl

public interface OzoneEFSP
extends EFSP, OzoneModelObject


Method Summary
 void addFiling(InternalLxmlFiling filing)
           
 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.court.EFSP
getAllFilings, getContact, getEmail, getFiling, getName, getNotes, getPassword, getPhone, getUsername
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

Method Detail

setName

public void setName(java.lang.String name)
             throws ModelException
Specified by:
setName in interface EFSP

setUsername

public void setUsername(java.lang.String username)
                 throws ModelException
Specified by:
setUsername in interface EFSP

setPassword

public void setPassword(java.lang.String password)
                 throws ModelException
Specified by:
setPassword in interface EFSP

addFiling

public void addFiling(InternalLxmlFiling filing)
               throws ModelException
Specified by:
addFiling in interface EFSP

removeFiling

public void removeFiling(InternalLxmlFiling filing)
                  throws ModelException
Specified by:
removeFiling in interface EFSP

setContact

public void setContact(java.lang.String poc)
                throws ModelException
Specified by:
setContact in interface EFSP

setEmail

public void setEmail(java.lang.String email)
              throws ModelException
Specified by:
setEmail in interface EFSP

setPhone

public void setPhone(java.lang.String phone)
              throws ModelException
Specified by:
setPhone in interface EFSP

setNotes

public void setNotes(java.lang.String notes)
              throws ModelException
Specified by:
setNotes in interface EFSP


Copyright © 2002 counterclaim.com. All Rights Reserved.