All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dbtables.credit_log

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

public class credit_log
extends DatabaseAccess

Constructor Index

 o credit_log()

Method Index

 o count()
Counts the number of entries for this table in the database.
 o getCredit_added()
Gets the value for credit_added
 o getCurrency()
Gets the value for currency
 o getDate_added()
Gets the value for date_added
 o getFromResultSet(ResultSet)
Updates the object from a retrieved ResultSet.
 o getId()
Gets the value for id
 o getMethod()
Gets the value for method
 o getOperator()
Gets the value for operator
 o insert()
Inserts the current object values into the database.
 o retrieveAllWhere(String)
Retrieve from the database for table "credit_log"
 o setCredit_added(int)
Sets the value for credit_added
 o setCurrency(int)
Sets the value for currency
 o setDate_added(Timestamp)
Sets the value for date_added
 o setId(String)
Sets the value for id
 o setMethod(int)
Sets the value for method
 o setOperator(String)
Sets the value for operator

Constructors

 o credit_log
 public credit_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 setCredit_added
 public void setCredit_added(int credit_added)
Sets the value for credit_added

 o getCredit_added
 public int getCredit_added()
Gets the value for credit_added

 o setCurrency
 public void setCurrency(int currency)
Sets the value for currency

 o getCurrency
 public int getCurrency()
Gets the value for currency

 o setMethod
 public void setMethod(int method)
Sets the value for method

 o getMethod
 public int getMethod()
Gets the value for method

 o setOperator
 public void setOperator(String operator)
Sets the value for operator

 o getOperator
 public String getOperator()
Gets the value for operator

 o setDate_added
 public void setDate_added(Timestamp date_added)
Sets the value for date_added

 o getDate_added
 public Timestamp getDate_added()
Gets the value for date_added

 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 "credit_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