Package org.compiere.model
Interface ICostInfo
- All Known Implementing Classes:
MCost
,MCostHistory
public interface ICostInfo
Cost Info Interface
-
Method Summary
Modifier and TypeMethodDescriptionGet Accumulated Amt.Get Accumulated Qty.Get Current Cost Price.Get Current Quantity.
-
Method Details
-
getCumulatedAmt
BigDecimal getCumulatedAmt()Get Accumulated Amt.- Returns:
- Total Amount
-
getCumulatedQty
BigDecimal getCumulatedQty()Get Accumulated Qty.- Returns:
- Total Quantity
-
getCurrentCostPrice
BigDecimal getCurrentCostPrice()Get Current Cost Price.- Returns:
- The currently used cost price
-
getCurrentQty
BigDecimal getCurrentQty()Get Current Quantity.- Returns:
- Current Quantity
-