com.counterclaim.openefm.model.lxml.ozone
Interface OzoneLxmlFiling

All Superinterfaces:
java.lang.Comparable, InternalLxmlFiling, LxmlFiling, ModelObject, OzoneModelObject, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneLxmlFilingImpl, OzoneLxmlFilingImpl_Proxy

public interface OzoneLxmlFiling
extends InternalLxmlFiling, OzoneModelObject

 

Field Summary
 
Fields inherited from interface com.counterclaim.openefm.model.lxml.InternalLxmlFiling
ACCEPTED_STATUS, PENDING_STATUS, REJECTED_STATUS
 
Method Summary
 InternalLxmlFiling getInternalLxmlFiling()
           
 void setContent(java.lang.String content)
           
 void setCourt(Court court)
           
 void setDiffered(boolean dif)
           
 void setEFSP(EFSP efsp)
           
 void setFeePaid(boolean feePaid)
           
 void setId(Id id)
           
 void setInternalLxmlFiling(InternalLxmlFiling filing)
           
 void setReceived(java.util.Date recieved)
           
 void setStatus(java.lang.String status)
           
 
Methods inherited from interface com.counterclaim.openefm.model.lxml.InternalLxmlFiling
getActorAddressCity, getActorAddressCountry, getActorAddressCounty, getActorAddressLines, getActorAddressState, getActorAddressZip, getActorEmail, getActorFirstName, getActorFullName, getActorIds, getActorIdsWithRole, getActorLastName, getActorMiddleName, getActorPhone, getActorRoleName, getActorRoleWithIds, getActorTitle, getCaseCategory, getCaseTitle, getCaseYear, getContext, getCourt, getCourtLocationQualifier, getCourtName, getCourtType, getCreation, getCreditAddressCity, getCreditAddressCountry, getCreditAddressCounty, getCreditAddressLines, getCreditAddressState, getCreditAddressZip, getCreditExpDate, getCreditNumber, getCreditOwner, getDocumentActorReferences, getDocumentAttachementIds, getDocumentContent, getDocumentContentEncoding, getDocumentContentHref, getDocumentContentId, getDocumentContentMimeType, getDocumentContentSize, getDocumentSubmitted, getDocumentTitle, getDocumentType, getEFSP, getFiledByActorId, getFilingFee, getFilingFeeType, getFilingInformationIds, getFilingPartyEmail, getFromFullNames, getFromURIs, getFullCaseNumber, getId, getLeadDocumentId, getMemos, getMessageIdentification, getReceived, getStatus, getToFullNames, getToURIs, initXPath, isAccepted, isDiffered, isFeePaid, isNewCase, isPending, isQueriable, isRejected, queryXPath, setContext
 
Methods inherited from interface com.counterclaim.openefm.model.lxml.LxmlFiling
getContent
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setId

public void setId(Id id)
           throws ModelException
Specified by:
setId in interface InternalLxmlFiling
Throws:
ModelException

setContent

public void setContent(java.lang.String content)
Specified by:
setContent in interface LxmlFiling

setStatus

public void setStatus(java.lang.String status)
               throws ModelException
Specified by:
setStatus in interface InternalLxmlFiling
Throws:
ModelException

setEFSP

public void setEFSP(EFSP efsp)
             throws ModelException
Specified by:
setEFSP in interface InternalLxmlFiling
Throws:
ModelException

setCourt

public void setCourt(Court court)
              throws ModelException
Specified by:
setCourt in interface InternalLxmlFiling
Throws:
ModelException

setReceived

public void setReceived(java.util.Date recieved)
                 throws ModelException
Specified by:
setReceived in interface InternalLxmlFiling
Throws:
ModelException

setInternalLxmlFiling

public void setInternalLxmlFiling(InternalLxmlFiling filing)
                           throws ModelException
Throws:
ModelException

setFeePaid

public void setFeePaid(boolean feePaid)
Specified by:
setFeePaid in interface InternalLxmlFiling

setDiffered

public void setDiffered(boolean dif)
Specified by:
setDiffered in interface InternalLxmlFiling

getInternalLxmlFiling

public InternalLxmlFiling getInternalLxmlFiling()


Copyright © 2002 counterclaim.com. All Rights Reserved.