Class MOrderLandedCostAllocation

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_OrderLandedCostAllocation, I_Persistent, Evaluatee

public class MOrderLandedCostAllocation extends X_C_OrderLandedCostAllocation
Landed Cost Allocation Line
Author:
hengsin
See Also:
  • Constructor Details

    • MOrderLandedCostAllocation

      public MOrderLandedCostAllocation(Properties ctx, String C_OrderLandedCostAllocation_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      C_OrderLandedCostAllocation_UU - UUID key
      trxName - Transaction
    • MOrderLandedCostAllocation

      public MOrderLandedCostAllocation(Properties ctx, int C_OrderLandedCostAllocation_ID, String trxName)
      Parameters:
      ctx -
      C_OrderLandedCostAllocation_ID -
      trxName -
    • MOrderLandedCostAllocation

      public MOrderLandedCostAllocation(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • setAmt

      public void setAmt(double Amt, int precision)
      Set Amt
      Parameters:
      Amt - amount
      precision - precision
    • getOfOrderLine

      public static MOrderLandedCostAllocation[] getOfOrderLine(int C_OrderLine_ID, String trxName)
      Get landed cost allocation lines of an order line
      Parameters:
      C_OrderLine_ID -
      trxName -
      Returns:
      landed cost allocation lines