| Modifier and Type | Method and Description |
|---|---|
Price |
Pricing.addPrice(java.lang.String description,
double totalprice)
add a price element
|
Price |
StockLevel.getCreatePrice() |
Price |
StockLevel.getPrice() |
Price |
Pricing.getPrice(java.lang.String lineID)
get a price element by LineID
|
Price |
Pricing.getPriceByDescription(java.lang.String desc)
get a price element by DescriptiveName
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Price> |
Pricing.getPriceVector()
get a vector of all child Price elements
|
| Modifier and Type | Method and Description |
|---|---|
void |
Price.refPrice(Price subPrice)
add the LineID of subPrice to LineIDRefs of this, ignoring duplicates
|
Copyright © 2014. All Rights Reserved.