Class AbstractBillDao

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

public abstract class AbstractBillDao
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.sql.Connection con  
    protected int moduleId  
    protected ParameterMap moduleSetup  
    protected Setup setup  
    protected java.lang.String tableName  
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractBillDao​(Setup setup, ParameterMap moduleSetup, java.sql.Connection con, int moduleId, java.lang.String tableName)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • setup

      protected Setup setup
    • moduleSetup

      protected ParameterMap moduleSetup
    • con

      protected java.sql.Connection con
    • moduleId

      protected int moduleId
    • tableName

      protected java.lang.String tableName
  • Constructor Details

    • AbstractBillDao

      public AbstractBillDao​(Setup setup, ParameterMap moduleSetup, java.sql.Connection con, int moduleId, java.lang.String tableName)