TaxLineResult Interface
- public interface TaxLineResult
extends Belonging
A result returned from the tax program, the entityCode is a jurisdiction code of the taxing entity.
Attribute: tax
- Containment: By Value
- Multiplicity: 1:1
Attribute: entityCode
The Geographical code for the taxing entity.
- Containment: By Value
- Multiplicity: 1:1
Related Topics
TaxLineResultHome
TaxLineResultImpl
-
All Known Implementing Classes
-
TaxLineResultImpl
-
All Superinterfaces
-
Belonging
, BusinessSmartComponent
, Cloneable
, Comparable
, Serializable
getEntityCode() Method
public String
getEntityCode()
Get the value of entityCode
Returns
- entityCode.
getTax() Method
public Price
getTax()
Get the value of tax
Returns
- tax.
setEntityCode(String) Method
public void setEntityCode(String
entityCode)
Set the value of entityCode
Parameters
-
entityCode
- entityCode to be added
setTax(Price) Method
public void setTax(Price
tax)
Set the value of tax
Parameters
-
tax
- tax to be added