1 14 package org.compiere.model; 15 16 import java.sql.*; 17 import java.util.*; 18 import java.math.*; 19 20 import org.compiere.util.*; 21 22 28 public class MProduct extends X_M_Product 29 { 30 31 36 public MProduct (Properties ctx, int M_Product_ID) 37 { 38 super (ctx, M_Product_ID); 39 59 } 61 66 public MProduct (Properties ctx, ResultSet rs) 67 { 68 super (ctx, rs); 69 } 71 72 } | Popular Tags |