Class CompanyReturnSettingModel

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

public class CompanyReturnSettingModel
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CompanyReturnSettingModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getCompanyReturnId()
    Getter for companyReturnId The CompanyReturn Id
    java.util.Date getCreatedDate()
    Getter for createdDate The date when this record was created.
    java.lang.Integer getCreatedUserId()
    Getter for createdUserId The User ID of the user who created this record.
    java.lang.String getFilingQuestionCode()
    Getter for filingQuestionCode Filing question code as defined in TaxFormCatalog.
    java.lang.Long getFilingQuestionId()
    Getter for filingQuestionId The TaxFormCatalog filingQuestionId.
    java.lang.Long getId()
    Getter for id The unique ID of this CompanyReturnsSetting
    java.util.Date getModifiedDate()
    Getter for modifiedDate The date/time when this record was last modified.
    java.lang.Integer getModifiedUserId()
    Getter for modifiedUserId The user ID of the user who last modified this record.
    java.lang.String getValue()
    Getter for value The value of this setting
    void setCompanyReturnId​(java.lang.Long value)
    Setter for companyReturnId The CompanyReturn Id
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date when this record was created.
    void setCreatedUserId​(java.lang.Integer value)
    Setter for createdUserId The User ID of the user who created this record.
    void setFilingQuestionCode​(java.lang.String value)
    Setter for filingQuestionCode Filing question code as defined in TaxFormCatalog.
    void setFilingQuestionId​(java.lang.Long value)
    Setter for filingQuestionId The TaxFormCatalog filingQuestionId.
    void setId​(java.lang.Long value)
    Setter for id The unique ID of this CompanyReturnsSetting
    void setModifiedDate​(java.util.Date value)
    Setter for modifiedDate The date/time when this record was last modified.
    void setModifiedUserId​(java.lang.Integer value)
    Setter for modifiedUserId The user ID of the user who last modified this record.
    void setValue​(java.lang.String value)
    Setter for value The value of this setting
    java.lang.String toString()
    Returns a JSON string representation of CompanyReturnSettingModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getId

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

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

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

      public void setCompanyReturnId​(java.lang.Long value)
      Setter for companyReturnId The CompanyReturn Id
    • getFilingQuestionId

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

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

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

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

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

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

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

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

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

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

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