© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.tax
Interface TaxLineResult

All Superinterfaces:
Belonging, BusinessSmartComponent, Cloneable, Comparable, 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

Attribute: entityCode The Geographical code for the taxing entity.

See Also:
TaxLineResultHome, TaxLineResultImpl

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

Method Detail

getEntityCode

public String getEntityCode()
Get the value of entityCode

Returns:
entityCode.

getTax

public Price getTax()
Get the value of tax

Returns:
tax.

setEntityCode

public void setEntityCode(String entityCode)
Set the value of entityCode

Parameters:
entityCode - entityCode to be added

setTax

public void setTax(Price tax)
Set the value of tax

Parameters:
tax - tax to be added

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved