© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.tax
Interface TaxLineResult

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
 java.lang.String getEntityCode()
          Get the value of entityCode
 Price getTax()
          Get the value of tax
 void setEntityCode(java.lang.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

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved