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
-

| Fields inherited from class org.ozoneDB.OzoneObject |
|
| 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 java.lang.Comparable |
compareTo |
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
OzoneEFSPImpl
public OzoneEFSPImpl()
throws ModelException
OzoneEFSPImpl
public OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager)
throws ModelException
OzoneEFSPImpl
public OzoneEFSPImpl(OzoneEFSPManagerImpl efspManager,
Id newId)
throws ModelException
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.