Package edu.suffolk.litlab.efspserver
Class PartyId
java.lang.Object
edu.suffolk.litlab.efspserver.PartyId
Some reference in a filing to a party that could either be in the current filing or it could
already exist in the EFMs system. The ID is whichever of the "Kind" it is.
- Author:
- brycew
-
Method Summary
Modifier and TypeMethodDescriptionstatic PartyId
Factory method where the ID refers to an existing party in the EFM's system.static PartyId
Factory method where the ID refers to a newly added party in this filing.boolean
If we got the ID from Tyler, without the `id-` prefix.int
hashCode()
boolean
boolean
toString()
-
Method Details
-
CurrentFilingNew
Factory method where the ID refers to a newly added party in this filing. -
Already
Factory method where the ID refers to an existing party in the EFM's system. -
isNewInCurrentFiling
public boolean isNewInCurrentFiling() -
isAlreadyInCase
public boolean isAlreadyInCase() -
getIdString
-
getIdentificationString
If we got the ID from Tyler, without the `id-` prefix. Otherwise our same thing. -
equals
-
hashCode
public int hashCode() -
toString
-