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

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bycom.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
          extended bycom.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
 

Field Summary
private  java.lang.String email
           
private  java.util.Map filings
           
private static org.apache.log4j.Logger log
           
private  java.lang.String name
           
private  java.lang.String notes
           
private  java.lang.String password
           
private  java.lang.String phone_number
           
private  java.lang.String point_o_contact
           
private static long serialVersionUID
           
private  java.lang.String username
           
 
Fields inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
id, manager
 
Fields inherited from class org.ozoneDB.OzoneObject
 
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, log, log, postModify, preModify, 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
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setId, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

Field Detail

log

private static org.apache.log4j.Logger log

name

private java.lang.String name

username

private java.lang.String username

password

private java.lang.String password

point_o_contact

private java.lang.String point_o_contact

email

private java.lang.String email

phone_number

private java.lang.String phone_number

notes

private java.lang.String notes

filings

private java.util.Map filings

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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
Throws:
ModelException

getName

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

setUsername

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

getUsername

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

setPassword

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

getPassword

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

setContact

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

getContact

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

setEmail

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

getEmail

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

setPhone

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

getPhone

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

setNotes

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

getNotes

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

getAllFilings

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

addFiling

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

getFiling

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

removeFiling

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


Copyright © 2002 counterclaim.com. All Rights Reserved.