1 14 package org.compiere.model; 15 16 import java.sql.*; 17 import java.util.*; 18 19 import org.compiere.util.*; 20 import java.io.*; 21 22 28 public class MAcctSchema extends X_C_AcctSchema 29 { 30 public MAcctSchema (Properties ctx, int C_AcctSchema_ID) 31 { 32 super (ctx, C_AcctSchema_ID); 33 49 } 51 public MAcctSchema (Properties ctx, ResultSet rs) 52 { 53 super (ctx, rs); 54 } 56 } | Popular Tags |