Class CompanyReturnSettingModel

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

public class CompanyReturnSettingModel extends Object
  • Constructor Details

    • CompanyReturnSettingModel

      public CompanyReturnSettingModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID of this CompanyReturnsSetting
    • setId

      public void setId(Long value)
      Setter for id The unique ID of this CompanyReturnsSetting
    • getCompanyReturnId

      public Long getCompanyReturnId()
      Getter for companyReturnId The CompanyReturn Id
    • setCompanyReturnId

      public void setCompanyReturnId(Long value)
      Setter for companyReturnId The CompanyReturn Id
    • getFilingQuestionId

      public Long getFilingQuestionId()
      Getter for filingQuestionId The TaxFormCatalog filingQuestionId.
    • setFilingQuestionId

      public void setFilingQuestionId(Long value)
      Setter for filingQuestionId The TaxFormCatalog filingQuestionId.
    • getFilingQuestionCode

      public String getFilingQuestionCode()
      Getter for filingQuestionCode Filing question code as defined in TaxFormCatalog.
    • setFilingQuestionCode

      public void setFilingQuestionCode(String value)
      Setter for filingQuestionCode Filing question code as defined in TaxFormCatalog.
    • getValue

      public String getValue()
      Getter for value The value of this setting
    • setValue

      public void setValue(String value)
      Setter for value The value of this setting
    • 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.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • 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.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • toString

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