public class Quotation extends BusinessObject
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ESTIMATE |
static String |
ATTR_REORDERID |
static String |
ATTR_REPLACEID |
ATTR_BUSINESSID, ATTR_BUSINESSREFID, ATTR_CURRENCY, ATTR_EXPIRES
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
Quotation(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
Quote |
appendQuote()
create quote element
|
Quote |
getCreateQuote(int n)
get or create quote element
|
String |
getCurrency()
get currency value
|
boolean |
getEstimate()
get estimate value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get expires value
|
Quote |
getQuote()
get quote element
|
Quote |
getQuote(int n)
get quote element
|
String |
getReorderID()
get ReorderID value
|
String |
getReplaceID()
get ReplaceID value
|
void |
setCurrency(String currency)
set currency value
|
void |
setEstimate(boolean b)
set estimate value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
set expires value
|
void |
setReorderID(String s)
set ReorderID value
|
void |
setReplaceID(String s)
set ReplaceID value
|
getBusinessID, getBusinessRefID, getCreateJDFRoot, init, setBusinessID, setBusinessRefID, setRef
appendElement, equals, getAttribute, getAttribute, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRealAttribute, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toString
public static final String ATTR_ESTIMATE
public static final String ATTR_REORDERID
public static final String ATTR_REPLACEID
public Quotation(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 org.cip4.jdflib.util.JDFDate getExpires()
public void setExpires(org.cip4.jdflib.util.JDFDate expires)
expires
- public String getReorderID()
public void setReorderID(String s)
s
- public String getReplaceID()
public void setReplaceID(String s)
s
- public Quote appendQuote()
public Quote getCreateQuote(int n)
n
- index of the quotepublic Quote getQuote()
public Quote getQuote(int n)
Copyright © 2017. All rights reserved.