Class CoverLetterModel

java.lang.Object
net.avalara.avatax.rest.client.models.CoverLetterModel

public class CoverLetterModel extends Object
The CoverLetter model represents a message sent along with an invitation to use CertExpress to upload certificates. An invitation allows customers to use CertExpress to upload their exemption certificates directly; this cover letter explains why the invitation was sent.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for active Is this cover letter active
    Getter for companyId The unique ID number of the AvaTax company that received this certificate.
    Getter for createdDate The date when this record was created.
    Getter for description A full description of the cover letter's contents and message.
    Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
    Getter for modifiedDate The date/time when this record was last modified.
    Getter for pageCount How many pages this cover letter encompasses
    Getter for subject The subject message used when sending the cover letter via email.
    Getter for templateFilename The file name of the cover letter template
    Getter for title The title used when sending the cover letter.
    Getter for version The version number of the template
    void
    Setter for active Is this cover letter active
    void
    Setter for companyId The unique ID number of the AvaTax company that received this certificate.
    void
    Setter for createdDate The date when this record was created.
    void
    Setter for description A full description of the cover letter's contents and message.
    void
    setId(Integer value)
    Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
    void
    Setter for modifiedDate The date/time when this record was last modified.
    void
    Setter for pageCount How many pages this cover letter encompasses
    void
    Setter for subject The subject message used when sending the cover letter via email.
    void
    Setter for templateFilename The file name of the cover letter template
    void
    Setter for title The title used when sending the cover letter.
    void
    Setter for version The version number of the template
    Returns a JSON string representation of CoverLetterModel

    Methods inherited from class java.lang.Object

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

    • CoverLetterModel

      public CoverLetterModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
    • setId

      public void setId(Integer value)
      Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID number of the AvaTax company that received this certificate.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID number of the AvaTax company that received this certificate.
    • getTitle

      public String getTitle()
      Getter for title The title used when sending the cover letter.
    • setTitle

      public void setTitle(String value)
      Setter for title The title used when sending the cover letter.
    • getSubject

      public String getSubject()
      Getter for subject The subject message used when sending the cover letter via email.
    • setSubject

      public void setSubject(String value)
      Setter for subject The subject message used when sending the cover letter via email.
    • getDescription

      public String getDescription()
      Getter for description A full description of the cover letter's contents and message.
    • setDescription

      public void setDescription(String value)
      Setter for description A full description of the cover letter's contents and message.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getActive

      public Boolean getActive()
      Getter for active Is this cover letter active
    • setActive

      public void setActive(Boolean value)
      Setter for active Is this cover letter active
    • getPageCount

      public Integer getPageCount()
      Getter for pageCount How many pages this cover letter encompasses
    • setPageCount

      public void setPageCount(Integer value)
      Setter for pageCount How many pages this cover letter encompasses
    • getTemplateFilename

      public String getTemplateFilename()
      Getter for templateFilename The file name of the cover letter template
    • setTemplateFilename

      public void setTemplateFilename(String value)
      Setter for templateFilename The file name of the cover letter template
    • getVersion

      public Integer getVersion()
      Getter for version The version number of the template
    • setVersion

      public void setVersion(Integer value)
      Setter for version The version number of the template
    • toString

      public String toString()
      Returns a JSON string representation of CoverLetterModel
      Overrides:
      toString in class Object