public class PurchaseOrder extends BusinessObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_QUOTEID |
static java.lang.String |
ATTR_REORDERID |
static java.lang.String |
ATTR_REPLACEID |
static java.lang.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
|
java.lang.String |
getCurrency()
get the currency value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get the expires value
|
Pricing |
getPricing()
get the pricing element
|
java.lang.String |
getQuoteID()
get quote id value
|
java.lang.String |
getReorderID()
get reorder id value
|
java.lang.String |
getReplaceID()
get replace id value
|
boolean |
getReturnJDF()
get return jdf value
|
void |
setCurrency(java.lang.String currency)
set the currency value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
set the expires value
|
void |
setQuoteID(java.lang.String s)
set quote id value
|
void |
setReorderID(java.lang.String s)
set reorder id value
|
void |
setReplaceID(java.lang.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 java.lang.String ATTR_QUOTEID
public static java.lang.String ATTR_REORDERID
public static java.lang.String ATTR_REPLACEID
public static java.lang.String ATTR_RETURNJDF
public PurchaseOrder(org.cip4.jdflib.core.KElement theElement)
theElement - public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
currency - public org.cip4.jdflib.util.JDFDate getExpires()
public void setExpires(org.cip4.jdflib.util.JDFDate expires)
expires - public java.lang.String getQuoteID()
public void setQuoteID(java.lang.String s)
s - public java.lang.String getReorderID()
public void setReorderID(java.lang.String s)
s - public java.lang.String getReplaceID()
public void setReplaceID(java.lang.String s)
s - public boolean getReturnJDF()
public void setReturnJDF(boolean b)
b - public Pricing getCreatePricing()
public Pricing getPricing()
Copyright © 2014. All Rights Reserved.