Package | Description |
---|---|
org.cip4.printtalk |
Modifier and Type | Method and Description |
---|---|
Price |
Pricing.addPrice(Price.EnumPriceType priceType,
Price.EnumTaxType taxType,
String description,
double totalprice)
add a price element
|
Price |
Pricing.addPrice(String description,
double totalprice)
Deprecated.
|
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(Price.EnumPriceType typ,
Price.EnumTaxType taxtype,
String dropID,
int i) |
Modifier and Type | Method and Description |
---|---|
Vector<Price> |
Pricing.getPricesByType(Price.EnumPriceType typ,
Price.EnumTaxType taxtype,
String dropID) |
Vector<Price> |
Pricing.getPricesForDrop(String dropID)
Deprecated.
use getPricesByType getPricesByType
|
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 © 2019. All rights reserved.