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_EXPIRESATTR_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, setRefappendElement, equals, getAttribute, getAttribute, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, setAttribute, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toStringpublic static String ATTR_QUOTEID
public static String ATTR_REORDERID
public static String ATTR_REPLACEID
public static 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 © 2013. All Rights Reserved.