Class CompanyReturnSettingModel
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyReturnSettingModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyReturnId The CompanyReturn IdGetter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for filingQuestionCode Filing question code as defined in TaxFormCatalog.Getter for filingQuestionId The TaxFormCatalog filingQuestionId.getId()Getter for id The unique ID of this CompanyReturnsSettingGetter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getValue()Getter for value The value of this settingvoidsetCompanyReturnId(Long value) Setter for companyReturnId The CompanyReturn IdvoidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The User ID of the user who created this record.voidsetFilingQuestionCode(String value) Setter for filingQuestionCode Filing question code as defined in TaxFormCatalog.voidsetFilingQuestionId(Long value) Setter for filingQuestionId The TaxFormCatalog filingQuestionId.voidSetter for id The unique ID of this CompanyReturnsSettingvoidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.voidSetter for value The value of this settingtoString()Returns a JSON string representation of CompanyReturnSettingModel
-
Constructor Details
-
CompanyReturnSettingModel
public CompanyReturnSettingModel()
-
-
Method Details
-
getId
Getter for id The unique ID of this CompanyReturnsSetting -
setId
Setter for id The unique ID of this CompanyReturnsSetting -
getCompanyReturnId
Getter for companyReturnId The CompanyReturn Id -
setCompanyReturnId
Setter for companyReturnId The CompanyReturn Id -
getFilingQuestionId
Getter for filingQuestionId The TaxFormCatalog filingQuestionId. -
setFilingQuestionId
Setter for filingQuestionId The TaxFormCatalog filingQuestionId. -
getFilingQuestionCode
Getter for filingQuestionCode Filing question code as defined in TaxFormCatalog. -
setFilingQuestionCode
Setter for filingQuestionCode Filing question code as defined in TaxFormCatalog. -
getValue
Getter for value The value of this setting -
setValue
Setter for value The value of this setting -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
toString
Returns a JSON string representation of CompanyReturnSettingModel
-