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
-
call_log()
-
-
count()
- Counts the number of entries for this table in the database.
-
getCalled_num()
- Gets the value for called_num
-
getCalling_num()
- Gets the value for calling_num
-
getEnd_time()
- Gets the value for end_time
-
getFromResultSet(ResultSet)
- Updates the object from a retrieved ResultSet.
-
getId()
- Gets the value for id
-
getLine()
- Gets the value for line
-
getStart_time()
- Gets the value for start_time
-
getStatus()
- Gets the value for status
-
getTotal_time()
- Gets the value for total_time
-
getVpu()
- Gets the value for vpu
-
insert()
- Inserts the current object values into the database.
-
retrieveAllWhere(String)
- Retrieve from the database for table "call_log"
-
setCalled_num(String)
- Sets the value for called_num
-
setCalling_num(String)
- Sets the value for calling_num
-
setEnd_time(long)
- Sets the value for end_time
-
setId(String)
- Sets the value for id
-
setLine(int)
- Sets the value for line
-
setStart_time(long)
- Sets the value for start_time
-
setStatus(int)
- Sets the value for status
-
setTotal_time(long)
- Sets the value for total_time
-
setVpu(int)
- Sets the value for vpu
call_log
public call_log()
setId
public void setId(String id)
- Sets the value for id
getId
public String getId()
- Gets the value for id
setLine
public void setLine(int line)
- Sets the value for line
getLine
public int getLine()
- Gets the value for line
setVpu
public void setVpu(int vpu)
- Sets the value for vpu
getVpu
public int getVpu()
- Gets the value for vpu
setStart_time
public void setStart_time(long start_time)
- Sets the value for start_time
getStart_time
public long getStart_time()
- Gets the value for start_time
setEnd_time
public void setEnd_time(long end_time)
- Sets the value for end_time
getEnd_time
public long getEnd_time()
- Gets the value for end_time
setTotal_time
public void setTotal_time(long total_time)
- Sets the value for total_time
getTotal_time
public long getTotal_time()
- Gets the value for total_time
setCalling_num
public void setCalling_num(String calling_num)
- Sets the value for calling_num
getCalling_num
public String getCalling_num()
- Gets the value for calling_num
setCalled_num
public void setCalled_num(String called_num)
- Sets the value for called_num
getCalled_num
public String getCalled_num()
- Gets the value for called_num
setStatus
public void setStatus(int status)
- Sets the value for status
getStatus
public int getStatus()
- Gets the value for status
getFromResultSet
public void getFromResultSet(ResultSet r) throws SQLException
- Updates the object from a retrieved ResultSet.
retrieveAllWhere
public Vector retrieveAllWhere(String where) throws SQLException
- Retrieve from the database for table "call_log"
insert
public boolean insert() throws SQLException
- Inserts the current object values into the database.
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