Class AbstractBillDao
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.AbstractBillDao
- Direct Known Subclasses:
BillDocumentDao
,InvoiceDocumentDao
-
Field Summary
Modifier and TypeFieldDescriptionprotected Connection
protected int
protected ParameterMap
protected Setup
protected String
-
Constructor Summary
ConstructorDescriptionAbstractBillDao
(Setup setup, ParameterMap moduleSetup, Connection con, int moduleId, String tableName) -
Method Summary
-
Field Details
-
setup
-
moduleSetup
-
con
-
moduleId
protected int moduleId -
tableName
-
-
Constructor Details
-
AbstractBillDao
public AbstractBillDao(Setup setup, ParameterMap moduleSetup, Connection con, int moduleId, String tableName)
-