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