public abstract class AbstractBillDao
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected int |
moduleId |
protected ParameterMap |
moduleSetup |
protected Setup |
setup |
protected java.lang.String |
tableName |
Constructor and Description |
---|
AbstractBillDao(Setup setup,
ParameterMap moduleSetup,
java.sql.Connection con,
int moduleId,
java.lang.String tableName) |
protected Setup setup
protected ParameterMap moduleSetup
protected java.sql.Connection con
protected int moduleId
protected java.lang.String tableName
public AbstractBillDao(Setup setup, ParameterMap moduleSetup, java.sql.Connection con, int moduleId, java.lang.String tableName)