com.counterclaim.openefm.model.court.ozone
Class OzoneEFSPImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.court.ozone.OzoneEFSPImpl
All Implemented Interfaces:
java.lang.Comparable, EFSP, ModelObject, org.ozoneDB.OzoneCompatible, OzoneEFSP, OzoneModelObject, org.ozoneDB.OzoneRemote, java.io.Serializable

public class OzoneEFSPImpl
extends OzoneModelObjectImpl
implements OzoneEFSP

See Also:
Serialized Form

Constructor Summary
OzoneEFSPImpl()
           
OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager)
           
OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager, Id newId)
           
 
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 class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, setId, setObjectManager
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

OzoneEFSPImpl

public OzoneEFSPImpl()
              throws ModelException

OzoneEFSPImpl

public OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager)
              throws ModelException

OzoneEFSPImpl

public OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager,
                     Id newId)
              throws ModelException
Method Detail

setName

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

getName

public java.lang.String getName()
                         throws ModelException
Specified by:
getName in interface EFSP

setUsername

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

getUsername

public java.lang.String getUsername()
                             throws ModelException
Specified by:
getUsername in interface EFSP

setPassword

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

getPassword

public java.lang.String getPassword()
                             throws ModelException
Specified by:
getPassword in interface EFSP

setContact

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

getContact

public java.lang.String getContact()
                            throws ModelException
Specified by:
getContact in interface EFSP

setEmail

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

getEmail

public java.lang.String getEmail()
                          throws ModelException
Specified by:
getEmail in interface EFSP

setPhone

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

getPhone

public java.lang.String getPhone()
                          throws ModelException
Specified by:
getPhone in interface EFSP

setNotes

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

getNotes

public java.lang.String getNotes()
                          throws ModelException
Specified by:
getNotes in interface EFSP

getAllFilings

public java.util.List getAllFilings()
                             throws ModelException
Specified by:
getAllFilings in interface EFSP

addFiling

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

getFiling

public InternalLxmlFiling getFiling(Id filingId)
                             throws ModelException
Specified by:
getFiling in interface EFSP

removeFiling

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


Copyright © 2002 counterclaim.com. All Rights Reserved.