Class PhysicalInventoryRow

java.lang.Object
ch.cern.eam.wshub.core.services.material.entities.PhysicalInventoryRow

@Entity public class PhysicalInventoryRow extends Object
  • Constructor Details

    • PhysicalInventoryRow

      public PhysicalInventoryRow()
  • Method Details

    • getPhysicalInventoryCode

      public String getPhysicalInventoryCode()
    • setPhysicalInventoryCode

      public void setPhysicalInventoryCode(String physicalInventoryCode)
    • getLineNumber

      public BigInteger getLineNumber()
    • setLineNumber

      public void setLineNumber(BigInteger line)
    • getPart

      public String getPart()
    • setPart

      public void setPart(String part)
    • getStore

      public String getStore()
    • setStore

      public void setStore(String store)
    • getBin

      public String getBin()
    • setBin

      public void setBin(String bin)
    • getLot

      public String getLot()
    • setLot

      public void setLot(String lot)
    • getExpectedQuantity

      public BigDecimal getExpectedQuantity()
    • setExpectedQuantity

      public void setExpectedQuantity(BigDecimal expectedQuantity)
    • getPhysicalQuantity

      public BigDecimal getPhysicalQuantity()
    • setPhysicalQuantity

      public void setPhysicalQuantity(BigDecimal physicalQuantity)
    • toString

      public String toString()
      Overrides:
      toString in class Object