TaxLineResult Interface

com.beasys.commerce.ebusiness.tax
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

Attribute: entityCode The Geographical code for the taxing entity.

Related Topics

TaxLineResultHome
TaxLineResultImpl


All Known Implementing Classes
TaxLineResultImpl
All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable

Method Summary

public String
getEntityCode()
Get the value of entityCode
public Price
getTax()
Get the value of tax
public void
setEntityCode(String entityCode)
Set the value of entityCode
public void
setTax(Price tax)
Set the value of tax
 
Methods from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods from interface java.lang.Comparable
compareTo
   

Method Detail

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