public class Invoice extends BusinessObject
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_PRICING |
ATTR_BUSINESSID, ATTR_BUSINESSREFID, ATTR_CURRENCY, ATTR_EXPIRES
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
Invoice(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
Pricing |
getCreatePricing()
create pricing element
|
String |
getCurrency()
get currency value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get expires value
|
Pricing |
getPricing()
get pricing element
|
void |
setCurrency(String currency)
set currency value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
set expires 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 ELEMENT_PRICING
public Invoice(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 Pricing getCreatePricing()
public Pricing getPricing()
Copyright © 2017. All rights reserved.