/**
  * Parent Constructor
  *
  * @param parent parent
  * @param M_CostElement_ID cost element
  */
 public MLandedCostAllocation(MInvoiceLine parent, int M_CostElement_ID) {
   this(parent.getCtx(), 0, parent.get_TrxName());
   setClientOrg(parent);
   setC_InvoiceLine_ID(parent.getC_InvoiceLine_ID());
   setM_CostElement_ID(M_CostElement_ID);
 } //	MLandedCostAllocation