Class FilingAttachmentModel


  • public class FilingAttachmentModel
    extends java.lang.Object
    An attachment associated with a filing return
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Getter for description The description of the attachment
      java.lang.Integer getResourceFileId()
      Getter for resourceFileId The resourceFileId used to retrieve the attachment
      void setDescription​(java.lang.String value)
      Setter for description The description of the attachment
      void setResourceFileId​(java.lang.Integer value)
      Setter for resourceFileId The resourceFileId used to retrieve the attachment
      java.lang.String toString()
      Returns a JSON string representation of FilingAttachmentModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilingAttachmentModel

        public FilingAttachmentModel()
    • Method Detail

      • getResourceFileId

        public java.lang.Integer getResourceFileId()
        Getter for resourceFileId The resourceFileId used to retrieve the attachment
      • setResourceFileId

        public void setResourceFileId​(java.lang.Integer value)
        Setter for resourceFileId The resourceFileId used to retrieve the attachment
      • getDescription

        public java.lang.String getDescription()
        Getter for description The description of the attachment
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description The description of the attachment
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of FilingAttachmentModel
        Overrides:
        toString in class java.lang.Object