public class StockLevel extends AbstractPrintTalk implements org.cip4.jdflib.ifaces.IMatches
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_LOT |
static String |
ATTR_PRODUCTIONDURATION |
static String |
ELEMENT_STOCKLEVEL |
ATTR_JOBIDREF, log, theElement| Constructor and Description |
|---|
StockLevel(org.cip4.jdflib.core.KElement theElement) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
Price |
getCreatePrice() |
String |
getLot() |
Price |
getPrice() |
String |
getProductID() |
org.cip4.jdflib.util.JDFDuration |
getProductionDuration() |
boolean |
matches(Object stockLevelRequest) |
void |
setAmount(int amount) |
void |
setLot(String lot) |
void |
setProductID(String productID) |
void |
setProductionDuration(org.cip4.jdflib.util.JDFDuration dur) |
appendElement, equals, getAttribute, getAttribute, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, init, setAttribute, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toStringpublic static String ELEMENT_STOCKLEVEL
public static String ATTR_PRODUCTIONDURATION
public static String ATTR_LOT
public StockLevel(org.cip4.jdflib.core.KElement theElement)
theElement - public boolean matches(Object stockLevelRequest)
matches in interface org.cip4.jdflib.ifaces.IMatchesIMatches.matches(java.lang.Object)public void setProductID(String productID)
productID - public String getProductID()
public String getLot()
public void setLot(String lot)
lot - public int getAmount()
public void setAmount(int amount)
lot - public org.cip4.jdflib.util.JDFDuration getProductionDuration()
public void setProductionDuration(org.cip4.jdflib.util.JDFDuration dur)
dur - public Price getPrice()
public Price getCreatePrice()
Copyright © 2013. All Rights Reserved.