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 |
---|---|
org.cip4.jdflib.resource.JDFLocation |
appendLocation() |
int |
getAmount() |
Price |
getCreatePrice() |
org.cip4.jdflib.resource.JDFLocation |
getLocation() |
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, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRealAttribute, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, init, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toString
public static final String ELEMENT_STOCKLEVEL
public static final String ATTR_PRODUCTIONDURATION
public static final String ATTR_LOT
public StockLevel(org.cip4.jdflib.core.KElement theElement)
theElement
- public boolean matches(Object stockLevelRequest)
matches
in interface org.cip4.jdflib.ifaces.IMatches
IMatches.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)
amount
- public org.cip4.jdflib.util.JDFDuration getProductionDuration()
public void setProductionDuration(org.cip4.jdflib.util.JDFDuration dur)
dur
- public Price getPrice()
public org.cip4.jdflib.resource.JDFLocation getLocation()
public org.cip4.jdflib.resource.JDFLocation appendLocation()
public Price getCreatePrice()
Copyright © 2017. All rights reserved.