public class RFQ 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 |
---|
RFQ(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
get currency value
|
boolean |
getEstimate()
get estimate value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get expires value
|
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 RFQ(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
- Copyright © 2017. All rights reserved.