public class PricingBuilder extends org.cip4.lib.xjdf.builder.AbstractNodeBuilder<Pricing>
| Modifier and Type | Method and Description |
|---|---|
Price |
appendPrice(String descriptiveName,
String lineID,
double price)
Create a new Price object and append to Pricing node.
|
Price |
appendPrice(String descriptiveName,
String lineID,
double price,
String lineIDRefs)
Create a new Price object and append to Pricing node.
|
Pricing |
getPricing()
Getter for PrintTalk attribute.
|
static PricingBuilder |
newInstance()
Create and return a new instance of PrintTalkBuilder.
|
public static PricingBuilder newInstance()
public Pricing getPricing()
public Price appendPrice(String descriptiveName, String lineID, double price)
descriptiveName - Attribute DescriptiveName of Price Node.lineID - Attribute LineID of Price Node.price - Attribute Price of Price Node.public Price appendPrice(String descriptiveName, String lineID, double price, String lineIDRefs)
descriptiveName - Attribute DescriptiveName of Price Node.lineID - Attribute LineID of Price Node.price - Attribute Price of Price Node.lineIDRefs - Attribute LineIDRefs of Price Node.Copyright © 2012. All Rights Reserved.