public class Quote extends AbstractPrintTalk
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_ESTIMATE |
static String |
ATTR_QUOTEID |
static String |
ATTR_REPLACEID |
static String |
ATTR_RETURNJDF |
static String |
ELEMENT_QUOTE |
ATTR_JOBIDREF, log, theElement| Constructor and Description |
|---|
Quote(org.cip4.jdflib.core.KElement theElement) |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
getCreatePricing()
create pricing element
|
String |
getCurrency()
get currency value
|
boolean |
getEstimate()
get estimate value
|
Pricing |
getPricing()
get pricing element
|
String |
getQuoteID()
get quote id value
|
String |
getReplaceID()
get replace id value
|
boolean |
getReturnJDF()
get return jdf value
|
void |
setCurrency(String currency)
set currency value
|
void |
setEstimate(boolean b)
set estimate value
|
void |
setQuoteID(String s)
set quote id value
|
void |
setReplaceID(String s)
set replace id value
|
void |
setReturnJDF(boolean b)
set return jdf value
|
appendElement, equals, getAttribute, getAttribute, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, init, setAttribute, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toStringpublic static String ELEMENT_QUOTE
public static String ATTR_ESTIMATE
public static String ATTR_QUOTEID
public static String ATTR_REPLACEID
public static String ATTR_RETURNJDF
public Quote(org.cip4.jdflib.core.KElement theElement)
theElement - public String getCurrency()
public void setCurrency(String currency)
currency - public boolean getEstimate()
public void setEstimate(boolean b)
b - public String getQuoteID()
public void setQuoteID(String s)
s - public String getReplaceID()
public void setReplaceID(String s)
s - public boolean getReturnJDF()
public void setReturnJDF(boolean b)
b - public Pricing getCreatePricing()
public Pricing getPricing()
Copyright © 2013. All Rights Reserved.