} // MRequestUpdate /** * Parent Constructor * @param parent request */ public MRequestUpdate(MRequest parent) : base(parent.GetCtx(), 0, parent.Get_TrxName()) { //super (parent.GetContext(), 0, parent.Get_TrxName()); SetClientOrg(parent); SetR_Request_ID(parent.GetR_Request_ID()); // SetStartTime(parent.GetStartTime()); SetEndTime(parent.GetEndTime()); SetResult(parent.GetResult()); SetQtySpent(parent.GetQtySpent()); SetQtyInvoiced(parent.GetQtyInvoiced()); SetM_ProductSpent_ID(parent.GetM_ProductSpent_ID()); SetConfidentialTypeEntry(parent.GetConfidentialTypeEntry()); } // MRequestUpdate