public class PurchaseOrder extends BusinessObject
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_QUOTEID |
static String |
ATTR_REORDERID |
static String |
ATTR_REPLACEID |
static String |
ATTR_RETURNJDF |
ATTR_BUSINESSID, ATTR_BUSINESSREFID, ATTR_CURRENCY, ATTR_EXPIRES
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
PurchaseOrder(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
Pricing |
getCreatePricing()
get the pricing element
|
String |
getCurrency()
get the currency value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get the expires value
|
Pricing |
getPricing()
get the pricing element
|
String |
getQuoteID()
get quote id value
|
String |
getReorderID()
get reorder id value
|
String |
getReplaceID()
get replace id value
|
boolean |
getReturnJDF()
get return jdf value
|
void |
setCurrency(String currency)
set the currency value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
set the expires value
|
void |
setQuoteID(String s)
set quote id value
|
void |
setReorderID(String s)
set reorder id value
|
void |
setReplaceID(String s)
set replace id value
|
void |
setReturnJDF(boolean b)
set return jdf 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_QUOTEID
public static final String ATTR_REORDERID
public static final String ATTR_REPLACEID
public static final String ATTR_RETURNJDF
public PurchaseOrder(org.cip4.jdflib.core.KElement theElement)
theElement
- public String getCurrency()
public void setCurrency(String currency)
currency
- public org.cip4.jdflib.util.JDFDate getExpires()
public void setExpires(org.cip4.jdflib.util.JDFDate expires)
expires
- public String getQuoteID()
public void setQuoteID(String s)
s
- public String getReorderID()
public void setReorderID(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.