Package edu.suffolk.litlab.efspserver
Class FilingAttachment
java.lang.Object
edu.suffolk.litlab.efspserver.FilingAttachment
An individual PDF, all a part of the same "document". The equivalent of an ALDocument.
-
Constructor Summary
ConstructorsConstructorDescriptionFilingAttachment
(String fileName, byte[] fileStream, String documentTypeFormatStandardName, String filingComponentCode, String documentDescription) -
Method Summary
Modifier and TypeMethodDescriptionThe description of this document.byte[]
-
Constructor Details
-
FilingAttachment
-
-
Method Details
-
getFileContents
public byte[] getFileContents() -
getFileName
-
getFilingComponent
-
getDocumentTypeFormatStandardName
-
getDocumentDescription
The description of this document. Goes into BinaryDescriptionText for Tyler.
-