Class DocLine_LandedCost


  • public class DocLine_LandedCost
    extends DocLine
    • Constructor Detail

      • DocLine_LandedCost

        public DocLine_LandedCost​(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()