public class RFQ extends BusinessObject
BusinessObject.EnumResult, BusinessObject.EnumUpdateMethod
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ESTIMATE |
static String |
ATTR_REORDERID |
static String |
ATTR_REPLACEID
Deprecated.
|
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 |
---|---|
void |
appendXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
append an XJDF - retain any previous occurences
|
org.cip4.jdflib.datatypes.JDFIntegerList |
getAmountPrices()
set the list of amounts
|
MasterContract |
getCreateMasterContract(String contractID)
get or create MasterContract element
|
String |
getCurrency()
get currency value
|
boolean |
getEstimate()
get estimate value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get expires value
|
MasterContract |
getMasterContract()
get the existing MasterContract element
|
String |
getReorderID()
get ReorderID value
|
String |
getReplaceID()
Deprecated.
|
org.cip4.jdflib.extensions.XJDFHelper |
getXJDF(int i)
get an XJDF - delete any previous occurences
|
Vector<org.cip4.jdflib.extensions.XJDFHelper> |
getXJDFs()
get list of XJDFs
|
void |
setAmountPrices(org.cip4.jdflib.datatypes.JDFIntegerList amounts)
set the list of amounts
|
void |
setCurrency(String currency) |
void |
setEstimate(boolean b)
set estimate value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
set expires value
|
void |
setExpiresDays(int days)
set the expires dates
|
void |
setReorderID(String roid)
set ReorderID value
|
void |
setReplaceID(String rid)
Deprecated.
|
void |
setXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
set an XJDF - delete any previous occurences
|
getBusinessID, getBusinessRefID, getCreateJDFRoot, getCustomerProjectID, getDescriptiveName, getRequest, init, setBusinessID, setBusinessRefID, setCustomerProjectID, setDescriptiveName, setRef
appendElement, appendXJDFElement, cleanUp, equals, getAttribute, getAttribute, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXJDFElement, getCreateXPathElement, getElement, getElement, getElements, getLocalName, getNodeName, getPrintTalk, getRealAttribute, getRoot, getTElem, getXJDFElement, getXPathAttribute, getXPathElement, hashCode, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setRoot, setTElem, setVAttribute, setXPathAttribute, setXPathValue, toString, toXML
public static final String ATTR_ESTIMATE
public static final String ATTR_REORDERID
@Deprecated public static final String ATTR_REPLACEID
public RFQ(org.cip4.jdflib.core.KElement theElement)
theElement
- public MasterContract getCreateMasterContract(String contractID)
contractID
- the new contractIDpublic MasterContract getMasterContract()
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 roid)
roid
- @Deprecated public String getReplaceID()
@Deprecated public void setReplaceID(String rid)
rid
- public void setXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
AbstractPrintTalk
xjdf
- the xjdf to setAbstractPrintTalk.setXJDF(org.cip4.jdflib.extensions.XJDFHelper)
public org.cip4.jdflib.extensions.XJDFHelper getXJDF(int i)
AbstractPrintTalk
i
- the indexAbstractPrintTalk.getXJDF(int)
public Vector<org.cip4.jdflib.extensions.XJDFHelper> getXJDFs()
AbstractPrintTalk
AbstractPrintTalk.getXJDFs()
public void appendXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
AbstractPrintTalk
xjdf
- the xjdf to setAbstractPrintTalk.appendXJDF(org.cip4.jdflib.extensions.XJDFHelper)
public void setExpiresDays(int days)
i
- public void setAmountPrices(org.cip4.jdflib.datatypes.JDFIntegerList amounts)
amounts
- public org.cip4.jdflib.datatypes.JDFIntegerList getAmountPrices()
amounts
- Copyright © 2019. All rights reserved.