Package edu.suffolk.litlab.efsp.model
Class FilingInformation
java.lang.Object
edu.suffolk.litlab.efsp.model.FilingInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all of the peole who are listed by filer ids in the filing docs.TODO(brycew): continue: always get some DA specific contact info for the filing, they need to enter it therebooleangetPartyRepByAttorney(String attorneyId) We only store the mapping from Party to attorneys (since parties can have multiple attorneys, but not vice-versa.booleanvoidsetAmountInControversy(Optional<BigDecimal> amtInControversy) voidsetAttorneyIds(List<String> attorneyIds) voidsetCaseCategoryCode(CaseCategory caseCategoryCode) voidvoidsetCaseSubtypeCode(Optional<NameAndCode> caseSubtypeId) voidsetCaseTypeCode(CaseType caseTypeCode) voidsetCourtLocation(String courtLocationId) voidsetCrossRefs(Map<String, String> crossRefs) voidsetDamageAmount(Optional<NameAndCode> damageAmount) voidsetEmailTemplates(EmailTemplates emailTemplates) voidsetFilerType(Optional<FilerType> filerType) voidsetFilings(List<FilingDoc> filingDocs) voidsetIsContestedCase(boolean isContestedCase) voidsetLeadContact(Person leadContact) voidvoidvoidsetMaxFeeAmount(Optional<BigDecimal> maxFeeAmount) voidsetNewDefendants(List<Person> defendants) voidsetNewPlaintiffs(List<Person> plaintiffs) voidsetOutOfState(boolean outOfState) voidsetPartyAttorneyMap(Map<PartyId, List<String>> partyToAttorneyIds) voidsetPaymentId(String paymentId) voidvoidsetProcedureRemedy(Optional<NameAndCode> procedureRemedy) voidsetReturnDate(Optional<LocalDate> returnDate) voidsetServiceContacts(List<CaseServiceContact> serviceContacts)
-
Constructor Details
-
FilingInformation
public FilingInformation()
-
-
Method Details
-
getFilers
Gets all of the peole who are listed by filer ids in the filing docs. This corresponds to the `users` variable in Docassemble interviews.- Returns:
- The People who are filers in the filing documents
-
getLeadContact
TODO(brycew): continue: always get some DA specific contact info for the filing, they need to enter it there- Returns:
-
makeCaseTitle
-
getCourtLocation
-
getNewPlaintiffs
-
getNewDefendants
-
getAttorneyIds
-
getPartyAttorneyMap
-
getPartyRepByAttorney
We only store the mapping from Party to attorneys (since parties can have multiple attorneys, but not vice-versa. -
getCaseCategoryCode
-
getCaseTypeCode
-
getServiceContacts
-
getCaseSubtypeCode
-
getProcedureRemedy
-
getDamageAmount
-
getCrossRefs
-
getFilings
-
getPaymentId
-
getPreviousCaseId
-
getCaseDocketNumber
-
getReturnDate
-
getFilerType
-
getLowerCourtInfo
-
getAmountInControversy
-
getMaxFeeAmount
-
isContestedCase
public boolean isContestedCase() -
getOutOfState
public boolean getOutOfState() -
getEmailTemplates
-
setCourtLocation
-
setNewPlaintiffs
-
setNewDefendants
-
setAttorneyIds
-
setPartyAttorneyMap
-
setServiceContacts
-
setCaseCategoryCode
-
setPreviousCaseId
-
setCaseDocketNumber
-
setCaseTypeCode
-
setCaseSubtypeCode
-
setProcedureRemedy
-
setDamageAmount
-
setCrossRefs
-
setLeadContact
-
setFilings
-
setPaymentId
-
setReturnDate
-
setFilerType
-
setLowerCourtInfo
-
setLowerCourtInfo
-
setAmountInControversy
-
setMaxFeeAmount
-
setIsContestedCase
public void setIsContestedCase(boolean isContestedCase) -
setOutOfState
public void setOutOfState(boolean outOfState) -
setEmailTemplates
-