All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.call_log

java.lang.Object
   |
   +----dbgeneric.DatabaseAccess
           |
           +----dbtables.call_log

public class call_log
extends DatabaseAccess

Constructor Index

 o call_log()

Method Index

 o count()
Counts the number of entries for this table in the database.
 o getCalled_num()
Gets the value for called_num
 o getCalling_num()
Gets the value for calling_num
 o getEnd_time()
Gets the value for end_time
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o getId()
Gets the value for id
 o getLine()
Gets the value for line
 o getStart_time()
Gets the value for start_time
 o getStatus()
Gets the value for status
 o getTotal_time()
Gets the value for total_time
 o getVpu()
Gets the value for vpu
 o insert()
Inserts the current object values into the database.
 o retrieveAllWhere(String)
Retrieve from the database for table "call_log"
 o setCalled_num(String)
Sets the value for called_num
 o setCalling_num(String)
Sets the value for calling_num
 o setEnd_time(long)
Sets the value for end_time
 o setId(String)
Sets the value for id
 o setLine(int)
Sets the value for line
 o setStart_time(long)
Sets the value for start_time
 o setStatus(int)
Sets the value for status
 o setTotal_time(long)
Sets the value for total_time
 o setVpu(int)
Sets the value for vpu

Constructors

 o call_log
 public call_log()

Methods

 o setId
 public void setId(String id)
Sets the value for id

 o getId
 public String getId()
Gets the value for id

 o setLine
 public void setLine(int line)
Sets the value for line

 o getLine
 public int getLine()
Gets the value for line

 o setVpu
 public void setVpu(int vpu)
Sets the value for vpu

 o getVpu
 public int getVpu()
Gets the value for vpu

 o setStart_time
 public void setStart_time(long start_time)
Sets the value for start_time

 o getStart_time
 public long getStart_time()
Gets the value for start_time

 o setEnd_time
 public void setEnd_time(long end_time)
Sets the value for end_time

 o getEnd_time
 public long getEnd_time()
Gets the value for end_time

 o setTotal_time
 public void setTotal_time(long total_time)
Sets the value for total_time

 o getTotal_time
 public long getTotal_time()
Gets the value for total_time

 o setCalling_num
 public void setCalling_num(String calling_num)
Sets the value for calling_num

 o getCalling_num
 public String getCalling_num()
Gets the value for calling_num

 o setCalled_num
 public void setCalled_num(String called_num)
Sets the value for called_num

 o getCalled_num
 public String getCalled_num()
Gets the value for called_num

 o setStatus
 public void setStatus(int status)
Sets the value for status

 o getStatus
 public int getStatus()
Gets the value for status

 o getFromResultSet
 public void getFromResultSet(ResultSet r) throws SQLException
Updates the object from a retrieved ResultSet.

 o retrieveAllWhere
 public Vector retrieveAllWhere(String where) throws SQLException
Retrieve from the database for table "call_log"

 o insert
 public boolean insert() throws SQLException
Inserts the current object values into the database.

 o count
 public int count() throws SQLException
Counts the number of entries for this table in the database.


All Packages  Class Hierarchy  This Package  Previous  Next  Index