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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCompanyReturnId()Getter for companyReturnId The CompanyReturn Idjava.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.lang.StringgetFilingQuestionCode()Getter for filingQuestionCode Filing question code as defined in TaxFormCatalog.java.lang.LonggetFilingQuestionId()Getter for filingQuestionId The TaxFormCatalog filingQuestionId.java.lang.LonggetId()Getter for id The unique ID of this CompanyReturnsSettingjava.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.java.lang.StringgetValue()Getter for value The value of this settingvoidsetCompanyReturnId(java.lang.Long value)Setter for companyReturnId The CompanyReturn IdvoidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetFilingQuestionCode(java.lang.String value)Setter for filingQuestionCode Filing question code as defined in TaxFormCatalog.voidsetFilingQuestionId(java.lang.Long value)Setter for filingQuestionId The TaxFormCatalog filingQuestionId.voidsetId(java.lang.Long value)Setter for id The unique ID of this CompanyReturnsSettingvoidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetValue(java.lang.String value)Setter for value The value of this settingjava.lang.StringtoString()Returns a JSON string representation of CompanyReturnSettingModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-