Class DocLine_LCCost


  • public class DocLine_LCCost
    extends DocLine
    • Constructor Detail

      • DocLine_LCCost

        public DocLine_LCCost​(String DocumentType,
                              String TrxHeader_ID,
                              String TrxLine_ID)
    • Method Detail

      • setAmount

        public void setAmount​(String amt)
        Description copied from class: DocLine
        Set Amount (DR)
        Overrides:
        setAmount in class DocLine
        Parameters:
        amt - source amt
      • getAmount

        public String getAmount()
        Description copied from class: DocLine
        Line Net Amount or Dr-Cr
        Overrides:
        getAmount in class DocLine
        Returns:
        balance
      • setWarehouseId

        public void setWarehouseId​(String warehouse)
      • getWarehouseId

        public String getWarehouseId()
      • setLandedCostTypeId

        public void setLandedCostTypeId​(String landedCostType)
      • getLandedCostTypeId

        public String getLandedCostTypeId()
      • setLcCostId

        public void setLcCostId​(String lcCost)
      • getLcCostId

        public String getLcCostId()
      • setIsMatchingAdjusted

        public void setIsMatchingAdjusted​(String p_isMatchingAdjusted)
      • getIsMatchingAdjusted

        public String getIsMatchingAdjusted()