| Modifier and Type | Method and Description |
|---|---|
Price |
Pricing.addPrice(String description,
double totalprice)
add a price element
|
Price |
StockLevel.getCreatePrice() |
Price |
StockLevel.getPrice() |
Price |
Pricing.getPrice(String lineID)
get a price element by LineID
|
Price |
Pricing.getPriceByDescription(String desc)
get a price element by DescriptiveName
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.