public class TaxCodeModel
extends java.lang.Object
Constructor and Description |
---|
TaxCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - The unique ID number of the company that owns this tax code.
|
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 |
getDescription()
Getter for description - A friendly description of this tax code.
|
java.lang.String |
getEntityUseCode()
Getter for entityUseCode - The Avalara Entity Use Code represented by this tax code.
|
java.lang.Long |
getGoodsServiceCode()
Getter for goodsServiceCode - The Avalara Goods and Service Code represented by this tax code.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this tax code.
|
java.lang.Boolean |
getIsActive()
Getter for isActive - True if this tax code is active and can be used in transactions.
|
java.lang.Boolean |
getIsPhysical()
Getter for isPhysical - True if this tax code refers to a physical object.
|
java.lang.Boolean |
getIsSSTCertified()
Getter for isSSTCertified - True if this tax code has been certified by the Streamlined Sales Tax governing board.
|
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 |
getParentTaxCode()
Getter for parentTaxCode - If this tax code is a subset of a different tax code, this identifies the parent code.
|
java.lang.String |
getTaxCode()
Getter for taxCode - A code string that identifies this tax code.
|
java.lang.String |
getTaxCodeTypeId()
Getter for taxCodeTypeId - The type of this tax code.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - The unique ID number of the company that owns this tax code.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setDescription(java.lang.String description)
Setter for description - A friendly description of this tax code.
|
void |
setEntityUseCode(java.lang.String entityUseCode)
Setter for entityUseCode - The Avalara Entity Use Code represented by this tax code.
|
void |
setGoodsServiceCode(java.lang.Long goodsServiceCode)
Setter for goodsServiceCode - The Avalara Goods and Service Code represented by this tax code.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this tax code.
|
void |
setIsActive(java.lang.Boolean isActive)
Setter for isActive - True if this tax code is active and can be used in transactions.
|
void |
setIsPhysical(java.lang.Boolean isPhysical)
Setter for isPhysical - True if this tax code refers to a physical object.
|
void |
setIsSSTCertified(java.lang.Boolean isSSTCertified)
Setter for isSSTCertified - True if this tax code has been certified by the Streamlined Sales Tax governing board.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setParentTaxCode(java.lang.String parentTaxCode)
Setter for parentTaxCode - If this tax code is a subset of a different tax code, this identifies the parent code.
|
void |
setTaxCode(java.lang.String taxCode)
Setter for taxCode - A code string that identifies this tax code.
|
void |
setTaxCodeTypeId(java.lang.String taxCodeTypeId)
Setter for taxCodeTypeId - The type of this tax code.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxCodeModel.
|
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getEntityUseCode()
public void setEntityUseCode(java.lang.String entityUseCode)
public java.lang.Long getGoodsServiceCode()
public void setGoodsServiceCode(java.lang.Long goodsServiceCode)
public java.lang.Boolean getIsPhysical()
public void setIsPhysical(java.lang.Boolean isPhysical)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Boolean getIsSSTCertified()
public void setIsSSTCertified(java.lang.Boolean isSSTCertified)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean isActive)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.String getTaxCodeTypeId()
public void setTaxCodeTypeId(java.lang.String taxCodeTypeId)
public java.lang.String getParentTaxCode()
public void setParentTaxCode(java.lang.String parentTaxCode)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object