Class LandedCostReceiptLineAmountAssert
- java.lang.Object
-
- org.openbravo.test.costing.assertclass.LandedCostReceiptLineAmountAssert
-
public class LandedCostReceiptLineAmountAssert extends Object
-
-
Constructor Summary
Constructors Constructor Description LandedCostReceiptLineAmountAssert(LandedCostCost landedCostCost, ShipmentInOutLine receiptLine, BigDecimal amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
LandedCostCost
getLandedCostCost()
ShipmentInOutLine
getReceiptLine()
-
-
-
Constructor Detail
-
LandedCostReceiptLineAmountAssert
public LandedCostReceiptLineAmountAssert(LandedCostCost landedCostCost, ShipmentInOutLine receiptLine, BigDecimal amount)
-
-
Method Detail
-
getLandedCostCost
public LandedCostCost getLandedCostCost()
-
getReceiptLine
public ShipmentInOutLine getReceiptLine()
-
getAmount
public BigDecimal getAmount()
-
-