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
|
Price |
Pricing.getPriceByType(String typ,
Price.EnumTaxType taxtype,
int i)
Deprecated.
use 4 parameter version
|
Price |
Pricing.getPriceByType(String typ,
Price.EnumTaxType taxtype,
String dropID,
int i) |
Modifier and Type | Method and Description |
---|---|
Vector<Price> |
Pricing.getPricesForDrop(String dropID)
get a vector of all child Price elements
|
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 © 2017. All rights reserved.