@Entity public class PhysicalInventoryRow extends Object
| Constructor and Description |
|---|
PhysicalInventoryRow() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin() |
BigDecimal |
getExpectedQuantity() |
BigInteger |
getLineNumber() |
String |
getLot() |
String |
getPart() |
String |
getPhysicalInventoryCode() |
BigDecimal |
getPhysicalQuantity() |
String |
getStore() |
void |
setBin(String bin) |
void |
setExpectedQuantity(BigDecimal expectedQuantity) |
void |
setLineNumber(BigInteger line) |
void |
setLot(String lot) |
void |
setPart(String part) |
void |
setPhysicalInventoryCode(String physicalInventoryCode) |
void |
setPhysicalQuantity(BigDecimal physicalQuantity) |
void |
setStore(String store) |
String |
toString() |
public String getPhysicalInventoryCode()
public void setPhysicalInventoryCode(String physicalInventoryCode)
public BigInteger getLineNumber()
public void setLineNumber(BigInteger line)
public String getPart()
public void setPart(String part)
public String getStore()
public void setStore(String store)
public String getBin()
public void setBin(String bin)
public String getLot()
public void setLot(String lot)
public BigDecimal getExpectedQuantity()
public void setExpectedQuantity(BigDecimal expectedQuantity)
public BigDecimal getPhysicalQuantity()
public void setPhysicalQuantity(BigDecimal physicalQuantity)
Copyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.