Class PhysicalInventoryAssert
- java.lang.Object
-
- org.openbravo.test.costing.assertclass.PhysicalInventoryAssert
-
public class PhysicalInventoryAssert extends Object
-
-
Constructor Summary
Constructors Constructor Description PhysicalInventoryAssert(Product product, BigDecimal price, BigDecimal quantity, int day)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDay()
BigDecimal
getPrice()
Product
getProduct()
BigDecimal
getQuantity()
-
-
-
Constructor Detail
-
PhysicalInventoryAssert
public PhysicalInventoryAssert(Product product, BigDecimal price, BigDecimal quantity, int day)
-
-
Method Detail
-
getProduct
public Product getProduct()
-
getPrice
public BigDecimal getPrice()
-
getQuantity
public BigDecimal getQuantity()
-
getDay
public int getDay()
-
-