/// <summary>
 /// Create a new CompactingJo object.
 /// </summary>
 /// <param name="compactingJoId">Initial value of the CompactingJoId property.</param>
 /// <param name="jODate">Initial value of the JODate property.</param>
 /// <param name="quoteNo">Initial value of the QuoteNo property.</param>
 /// <param name="quoteDate">Initial value of the QuoteDate property.</param>
 /// <param name="gRNRefNo">Initial value of the GRNRefNo property.</param>
 /// <param name="orderRef">Initial value of the OrderRef property.</param>
 /// <param name="process">Initial value of the Process property.</param>
 /// <param name="termsAndConditions">Initial value of the TermsAndConditions property.</param>
 /// <param name="totalValue">Initial value of the TotalValue property.</param>
 /// <param name="approvalID">Initial value of the ApprovalID property.</param>
 /// <param name="supplierID">Initial value of the SupplierID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="purchaseOrderID">Initial value of the PurchaseOrderID property.</param>
 public static CompactingJo CreateCompactingJo(global::System.Int64 compactingJoId, global::System.DateTime jODate, global::System.String quoteNo, global::System.DateTime quoteDate, global::System.String gRNRefNo, global::System.String orderRef, global::System.String process, global::System.String termsAndConditions, global::System.Decimal totalValue, global::System.Int64 approvalID, global::System.Int32 supplierID, global::System.Int64 orderID, global::System.Int64 purchaseOrderID)
 {
     CompactingJo compactingJo = new CompactingJo();
     compactingJo.CompactingJoId = compactingJoId;
     compactingJo.JODate = jODate;
     compactingJo.QuoteNo = quoteNo;
     compactingJo.QuoteDate = quoteDate;
     compactingJo.GRNRefNo = gRNRefNo;
     compactingJo.OrderRef = orderRef;
     compactingJo.Process = process;
     compactingJo.TermsAndConditions = termsAndConditions;
     compactingJo.TotalValue = totalValue;
     compactingJo.ApprovalID = approvalID;
     compactingJo.SupplierID = supplierID;
     compactingJo.OrderID = orderID;
     compactingJo.PurchaseOrderID = purchaseOrderID;
     return compactingJo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CompactingJoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCompactingJoes(CompactingJo compactingJo)
 {
     base.AddObject("CompactingJoes", compactingJo);
 }