Class AbstractBillDao

java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.AbstractBillDao
Direct Known Subclasses:
BillDocumentDao, InvoiceDocumentDao

public abstract class AbstractBillDao extends Object
  • Field Details

    • setup

      protected Setup setup
    • moduleSetup

      protected ParameterMap moduleSetup
    • con

      protected Connection con
    • moduleId

      protected int moduleId
    • tableName

      protected String tableName
  • Constructor Details