public class ComplianceTaxRateModel
extends java.lang.Object
Constructor and Description |
---|
ComplianceTaxRateModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date this rate is starts to take effect.
|
java.util.Date |
getEndDate()
Getter for endDate
The date this rate is no longer active.
|
java.lang.Integer |
getId()
Getter for id
The unique id of the rate.
|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId
The id of the jurisdiction.
|
java.math.BigDecimal |
getRate()
Getter for rate
The tax rate.
|
java.lang.String |
getRateTypeId()
Getter for rateTypeId
The rate type.
|
java.lang.Integer |
getRateTypeTaxTypeMappingId()
Getter for rateTypeTaxTypeMappingId
The rate type tax type mapping id.
|
java.lang.String |
getTaxName()
Getter for taxName
The name of the tax.
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId
The id of the tax region.
|
java.lang.String |
getTaxTypeId()
Getter for taxTypeId
The tax type.
|
java.lang.Long |
getUnitOfBasisId()
Getter for unitOfBasisId
The unit of basis.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date this rate is starts to take effect.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date this rate is no longer active.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique id of the rate.
|
void |
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId
The id of the jurisdiction.
|
void |
setRate(java.math.BigDecimal value)
Setter for rate
The tax rate.
|
void |
setRateTypeId(java.lang.String value)
Setter for rateTypeId
The rate type.
|
void |
setRateTypeTaxTypeMappingId(java.lang.Integer value)
Setter for rateTypeTaxTypeMappingId
The rate type tax type mapping id.
|
void |
setTaxName(java.lang.String value)
Setter for taxName
The name of the tax.
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
The id of the tax region.
|
void |
setTaxTypeId(java.lang.String value)
Setter for taxTypeId
The tax type.
|
void |
setUnitOfBasisId(java.lang.Long value)
Setter for unitOfBasisId
The unit of basis.
|
java.lang.String |
toString()
Returns a JSON string representation of ComplianceTaxRateModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal value)
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer value)
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getRateTypeId()
public void setRateTypeId(java.lang.String value)
public java.lang.String getTaxTypeId()
public void setTaxTypeId(java.lang.String value)
public java.lang.String getTaxName()
public void setTaxName(java.lang.String value)
public java.lang.Long getUnitOfBasisId()
public void setUnitOfBasisId(java.lang.Long value)
public java.lang.Integer getRateTypeTaxTypeMappingId()
public void setRateTypeTaxTypeMappingId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object