Class Bill

java.lang.Object
   |
   +----Bill

public class Bill
extends Object

Constructor Index

 o Bill()

Method Index

 o Insert_Bill(String, String, String, String, String)
 o Insert_in_Database(HttpServletRequest, HttpServletResponse)
 o Set_Connection(Utility)

Constructors

 o Bill
 public Bill()

Methods

 o Set_Connection
 public void Set_Connection(Utility util) throws SQLException
 o Insert_Bill
 public void Insert_Bill(String Bill_no,
                         String Account_no,
                         String Amount,
                         String Balance,
                         String Description) throws SQLException
 o Insert_in_Database
 public void Insert_in_Database(HttpServletRequest req,
                                HttpServletResponse res) throws SQLException, ServletException, IOException