public class StockLevel extends AbstractPrintTalk implements org.cip4.jdflib.ifaces.IMatches
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_LOT |
static java.lang.String |
ATTR_PRODUCTIONDURATION |
static java.lang.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() |
java.lang.String |
getLot() |
Price |
getPrice() |
java.lang.String |
getProductID() |
org.cip4.jdflib.util.JDFDuration |
getProductionDuration() |
boolean |
matches(java.lang.Object stockLevelRequest) |
void |
setAmount(int amount) |
void |
setLot(java.lang.String lot) |
void |
setProductID(java.lang.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 java.lang.String ELEMENT_STOCKLEVEL
public static java.lang.String ATTR_PRODUCTIONDURATION
public static java.lang.String ATTR_LOT
public StockLevel(org.cip4.jdflib.core.KElement theElement)
theElement - public boolean matches(java.lang.Object stockLevelRequest)
matches in interface org.cip4.jdflib.ifaces.IMatchesIMatches.matches(java.lang.Object)public void setProductID(java.lang.String productID)
productID - public java.lang.String getProductID()
public java.lang.String getLot()
public void setLot(java.lang.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 © 2014. All Rights Reserved.