com.beasys.commerce.ebusiness.tax
Interface TaxLineList

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
All Known Implementing Classes:
TaxLineListImpl

Deprecated

@Deprecated
public interface TaxLineList
extends Belonging

Contains all of the orderlines of the order being taxed. Attribute: taxLine

See Also
TaxLineListHome, TaxLineListImpl

Method Summary
 List getTaxLineList()
          Deprecated Returns the entire list
 void setTaxLineList(List list)
          Deprecated Sets the entire list
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTaxLineList

List getTaxLineList()
Deprecated 
Returns the entire list


setTaxLineList

void setTaxLineList(List list)
Deprecated 
Sets the entire list



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.