org.opencrx.kernel.activity1.cci2
Interface CalcTotalQuantityResult
- All Known Subinterfaces:
- CalcTotalQuantityResult
public interface CalcTotalQuantityResult
|
Method Summary |
|
getQuantityUom()
Retrieves a list containing all the elements for the structure field quantityUom. |
List<BigDecimal> |
getTotalQuantity()
Retrieves a list containing all the elements for the structure field totalQuantity. |
getQuantityUom
<T extends Uom> List<T> getQuantityUom()
- Retrieves a list containing all the elements for the structure field
quantityUom.
- Returns:
- A list containing all elements for this structure field.
getTotalQuantity
List<BigDecimal> getTotalQuantity()
- Retrieves a list containing all the elements for the structure field
totalQuantity.
- Returns:
- A list containing all elements for this structure field.
This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.