com.beasys.commerce.ebusiness.tax
Interface TaxLineResult
- All Superinterfaces:
- Belonging, BusinessSmartComponent, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Implementing Classes:
- TaxLineResultImpl
- 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
- See Also:
TaxLineResultHome
,
TaxLineResultImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getTax
public Price getTax()
- Get the value of tax
- Returns:
- tax.
setTax
public void setTax(Price tax)
- Set the value of tax
- Parameters:
tax
- tax to be added
getEntityCode
public java.lang.String getEntityCode()
- Get the value of entityCode
- Returns:
- entityCode.
setEntityCode
public void setEntityCode(java.lang.String entityCode)
- Set the value of entityCode
- Parameters:
entityCode
- entityCode to be added
Copyright © 2001 BEA Systems, Inc. All Rights Reserved