|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Tax Information class is used to report the taxes totals for each entity. total is the sum of all children taxlineresult.tax Attribute: total This is the total tax for the order or the line item.
TaxInformationHome
,
TaxInformationImpl
Method Summary | |
boolean |
addEntityTax(TaxLineResult element)
Ensures that this collection contains the specified element (optional operation). |
boolean |
addEntityTaxCollection(java.util.Collection collection)
Adds all of the elements in the specified collection to this collection (optional operation). |
void |
clearEntityTaxCollection()
Removes all of the elements from this collection (optional operation). |
boolean |
containsEntityTax(TaxLineResult element)
Returns true if this collection contains the specified element. |
boolean |
containsEntityTaxCollection(java.util.Collection c)
Returns true if this collection contains all of the elements in the specified collection. |
int |
entityTaxCollectionHashCode()
Returns the hash code value for this collection. |
java.util.Iterator |
entityTaxCollectionIterator()
Returns an iterator over the elements in this collection. |
int |
entityTaxCollectionSize()
Returns the number of elements in this collection. |
boolean |
equalsEntityTaxCollection(java.lang.Object object)
Compares the specified object with this collection for equality. |
java.util.Collection |
getEntityTaxCollection()
Returns the entire collection |
Price |
getTotal()
Get the value of total |
boolean |
isEntityTaxCollectionEmpty()
Returns true if this collection contains no elements. |
boolean |
removeEntityTax(TaxLineResult element)
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
boolean |
removeEntityTaxCollection(java.util.Collection collection)
Removes all this collection's elements that are also contained in the specified collection (optional operation). |
boolean |
retainEntityTaxCollection(java.util.Collection collection)
Retains only the elements in this collection that are contained in the specified collection (optional operation). |
void |
setEntityTaxCollection(java.util.Collection collection)
Sets the entire collection |
void |
setTotal(Price total)
Set the value of total |
Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone,
equals,
interfaceName,
setByValue,
value |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public Price getTotal()
public void setTotal(Price total)
total
- total to be addedpublic java.util.Collection getEntityTaxCollection()
public void setEntityTaxCollection(java.util.Collection collection)
public boolean addEntityTax(TaxLineResult element)
public boolean addEntityTaxCollection(java.util.Collection collection)
public void clearEntityTaxCollection()
public boolean containsEntityTax(TaxLineResult element)
public boolean containsEntityTaxCollection(java.util.Collection c)
public boolean equalsEntityTaxCollection(java.lang.Object object)
public int entityTaxCollectionHashCode()
public boolean isEntityTaxCollectionEmpty()
public java.util.Iterator entityTaxCollectionIterator()
public boolean removeEntityTax(TaxLineResult element)
public boolean removeEntityTaxCollection(java.util.Collection collection)
public boolean retainEntityTaxCollection(java.util.Collection collection)
public int entityTaxCollectionSize()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |