public class TaxCodeModel
extends java.lang.Object
| Constructor and Description |
|---|
TaxCodeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - Represents a tax code that can be applied to items on a transaction.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - Represents a tax code that can be applied to items on a transaction.
|
java.lang.String |
getDescription()
Getter for description - Represents a tax code that can be applied to items on a transaction.
|
java.lang.String |
getEntityUseCode()
Getter for entityUseCode - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Long |
getGoodsServiceCode()
Getter for goodsServiceCode - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Integer |
getId()
Getter for id - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Boolean |
getIsActive()
Getter for isActive - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Boolean |
getIsPhysical()
Getter for isPhysical - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Boolean |
getIsSSTCertified()
Getter for isSSTCertified - Represents a tax code that can be applied to items on a transaction.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents a tax code that can be applied to items on a transaction.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents a tax code that can be applied to items on a transaction.
|
java.lang.String |
getParentTaxCode()
Getter for parentTaxCode - Represents a tax code that can be applied to items on a transaction.
|
java.lang.String |
getTaxCode()
Getter for taxCode - Represents a tax code that can be applied to items on a transaction.
|
java.lang.String |
getTaxCodeTypeId()
Getter for taxCodeTypeId - Represents a tax code that can be applied to items on a transaction.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - Represents a tax code that can be applied to items on a transaction.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents a tax code that can be applied to items on a transaction.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - Represents a tax code that can be applied to items on a transaction.
|
void |
setDescription(java.lang.String description)
Setter for description - Represents a tax code that can be applied to items on a transaction.
|
void |
setEntityUseCode(java.lang.String entityUseCode)
Setter for entityUseCode - Represents a tax code that can be applied to items on a transaction.
|
void |
setGoodsServiceCode(java.lang.Long goodsServiceCode)
Setter for goodsServiceCode - Represents a tax code that can be applied to items on a transaction.
|
void |
setId(java.lang.Integer id)
Setter for id - Represents a tax code that can be applied to items on a transaction.
|
void |
setIsActive(java.lang.Boolean isActive)
Setter for isActive - Represents a tax code that can be applied to items on a transaction.
|
void |
setIsPhysical(java.lang.Boolean isPhysical)
Setter for isPhysical - Represents a tax code that can be applied to items on a transaction.
|
void |
setIsSSTCertified(java.lang.Boolean isSSTCertified)
Setter for isSSTCertified - Represents a tax code that can be applied to items on a transaction.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents a tax code that can be applied to items on a transaction.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents a tax code that can be applied to items on a transaction.
|
void |
setParentTaxCode(java.lang.String parentTaxCode)
Setter for parentTaxCode - Represents a tax code that can be applied to items on a transaction.
|
void |
setTaxCode(java.lang.String taxCode)
Setter for taxCode - Represents a tax code that can be applied to items on a transaction.
|
void |
setTaxCodeTypeId(java.lang.String taxCodeTypeId)
Setter for taxCodeTypeId - Represents a tax code that can be applied to items on a transaction.
|
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