Class CoverLetterModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CoverLetterModel
-
public class CoverLetterModel extends java.lang.ObjectThe 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 CoverLetterModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetActive()Getter for active Is this cover letter activejava.lang.IntegergetCompanyId()Getter for companyId The unique ID number of the AvaTax company that received this certificate.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.StringgetDescription()Getter for description A full description of the cover letter's contents and message.java.lang.IntegergetId()Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetPageCount()Getter for pageCount How many pages this cover letter encompassesjava.lang.StringgetSubject()Getter for subject The subject message used when sending the cover letter via email.java.lang.StringgetTemplateFilename()Getter for templateFilename The file name of the cover letter templatejava.lang.StringgetTitle()Getter for title The title used when sending the cover letter.java.lang.IntegergetVersion()Getter for version The version number of the templatevoidsetActive(java.lang.Boolean value)Setter for active Is this cover letter activevoidsetCompanyId(java.lang.Integer value)Setter for companyId The unique ID number of the AvaTax company that received this certificate.voidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetDescription(java.lang.String value)Setter for description A full description of the cover letter's contents and message.voidsetId(java.lang.Integer value)Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetPageCount(java.lang.Integer value)Setter for pageCount How many pages this cover letter encompassesvoidsetSubject(java.lang.String value)Setter for subject The subject message used when sending the cover letter via email.voidsetTemplateFilename(java.lang.String value)Setter for templateFilename The file name of the cover letter templatevoidsetTitle(java.lang.String value)Setter for title The title used when sending the cover letter.voidsetVersion(java.lang.Integer value)Setter for version The version number of the templatejava.lang.StringtoString()Returns a JSON string representation of CoverLetterModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
-
setId
public void setId(java.lang.Integer value)
Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation.
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId The unique ID number of the AvaTax company that received this certificate.
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId The unique ID number of the AvaTax company that received this certificate.
-
getTitle
public java.lang.String getTitle()
Getter for title The title used when sending the cover letter.
-
setTitle
public void setTitle(java.lang.String value)
Setter for title The title used when sending the cover letter.
-
getSubject
public java.lang.String getSubject()
Getter for subject The subject message used when sending the cover letter via email.
-
setSubject
public void setSubject(java.lang.String value)
Setter for subject The subject message used when sending the cover letter via email.
-
getDescription
public java.lang.String getDescription()
Getter for description A full description of the cover letter's contents and message.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description A full description of the cover letter's contents and message.
-
getCreatedDate
public java.util.Date getCreatedDate()
Getter for createdDate The date when this record was created.
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getActive
public java.lang.Boolean getActive()
Getter for active Is this cover letter active
-
setActive
public void setActive(java.lang.Boolean value)
Setter for active Is this cover letter active
-
getPageCount
public java.lang.Integer getPageCount()
Getter for pageCount How many pages this cover letter encompasses
-
setPageCount
public void setPageCount(java.lang.Integer value)
Setter for pageCount How many pages this cover letter encompasses
-
getTemplateFilename
public java.lang.String getTemplateFilename()
Getter for templateFilename The file name of the cover letter template
-
setTemplateFilename
public void setTemplateFilename(java.lang.String value)
Setter for templateFilename The file name of the cover letter template
-
getVersion
public java.lang.Integer getVersion()
Getter for version The version number of the template
-
setVersion
public void setVersion(java.lang.Integer value)
Setter for version The version number of the template
-
toString
public java.lang.String toString()
Returns a JSON string representation of CoverLetterModel- Overrides:
toStringin classjava.lang.Object
-
-