Class FilingAttachment

java.lang.Object
edu.suffolk.litlab.efspserver.FilingAttachment

public class FilingAttachment extends Object
An individual PDF, all a part of the same "document". The equivalent of an ALDocument.
  • Constructor Details

    • FilingAttachment

      public FilingAttachment(String fileName, byte[] fileStream, String documentTypeFormatStandardName, String filingComponentCode, String documentDescription)
  • Method Details

    • getFileContents

      public byte[] getFileContents()
    • getFileName

      public String getFileName()
    • getFilingComponent

      public String getFilingComponent()
    • getDocumentTypeFormatStandardName

      public String getDocumentTypeFormatStandardName()
    • getDocumentDescription

      public String getDocumentDescription()
      The description of this document. Goes into BinaryDescriptionText for Tyler.