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, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRealAttribute, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, init, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toString
public static final String ELEMENT_QUOTE
public static final String ATTR_ESTIMATE
public static final String ATTR_QUOTEID
public static final String ATTR_REPLACEID
public static final 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 © 2017. All rights reserved.