© 2001 BEA Systems, Inc.

com.beasys.commerce.ebusiness.tax
Interface TaxLine

All Superinterfaces:
Belonging, BusinessSmartComponent, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Implementing Classes:
TaxLineImpl

public interface TaxLine
extends Belonging

Has all the information from orderline required to do taxing, may be generated from an orderline. Attribute: freight

Attribute: price Attribute: quantity Attribute: taxCode

See Also:
TaxLineHome, TaxLineImpl

Method Summary
 Price getFreight()
          Get the value of freight
 Price getPrice()
          Get the value of price
 com.beasys.commerce.axiom.units.Quantity getQuantity()
          Get the value of quantity
 java.lang.String getTaxCode()
          Get the value of taxCode
 void setFreight(Price freight)
          Set the value of freight
 void setPrice(Price price)
          Set the value of price
 void setQuantity(com.beasys.commerce.axiom.units.Quantity quantity)
          Set the value of quantity
 void setTaxCode(java.lang.String taxCode)
          Set the value of taxCode
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFreight

public Price getFreight()
Get the value of freight
Returns:
freight.

setFreight

public void setFreight(Price freight)
Set the value of freight
Parameters:
freight - freight to be added

getPrice

public Price getPrice()
Get the value of price
Returns:
price.

setPrice

public void setPrice(Price price)
Set the value of price
Parameters:
price - price to be added

getQuantity

public com.beasys.commerce.axiom.units.Quantity getQuantity()
Get the value of quantity
Returns:
quantity.

setQuantity

public void setQuantity(com.beasys.commerce.axiom.units.Quantity quantity)
Set the value of quantity
Parameters:
quantity - quantity to be added

getTaxCode

public java.lang.String getTaxCode()
Get the value of taxCode
Returns:
taxCode.

setTaxCode

public void setTaxCode(java.lang.String taxCode)
Set the value of taxCode
Parameters:
taxCode - taxCode to be added

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved