|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdea.beans.Hc_log
Title: hc_log Helper
Description: Class for holding data from the hc_log table.
Copyright: Copyright (c) 2001-2004
Company: RMRR
| Field Summary | |
protected java.lang.String |
action
|
static java.lang.String |
ACTION
|
static int |
ACTION_LEN
|
protected static Display |
display
|
protected java.lang.String |
done
|
static java.lang.String |
DONE
|
static int |
DONE_LEN
|
protected java.sql.Timestamp |
entered
|
static java.lang.String |
ENTERED
|
static int |
ENTERED_LEN
|
static java.lang.String |
GETALL
|
protected java.lang.Integer |
hc_dev_id
|
static java.lang.String |
HC_DEV_ID
|
static int |
HC_DEV_ID_LEN
|
protected java.lang.Integer |
hc_log_id
|
static java.lang.String |
HC_LOG_ID
|
static int |
HC_LOG_ID_LEN
|
protected java.lang.Integer |
new_value
|
static java.lang.String |
NEW_VALUE
|
static int |
NEW_VALUE_LEN
|
protected java.sql.Timestamp |
processed
|
static java.lang.String |
PROCESSED
|
static int |
PROCESSED_LEN
|
static java.lang.String |
TABLE_NAME
|
| Fields inherited from interface dea.common.IDebugLevels |
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS |
| Constructor Summary | |
Hc_log()
Basic constructor |
|
Hc_log(int pk)
load record from the DB by primary key. |
|
| Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getAction()
returns value of the ACTION column of this row of data |
java.lang.String |
getDone()
returns value of the DONE column of this row of data |
java.sql.Timestamp |
getEntered()
returns value of the ENTERED column of this row of data |
int |
getHc_dev_id()
returns value of the HC_DEV_ID column of this row of data |
int |
getHc_log_id()
returns value of the HC_LOG_ID column of this row of data |
int |
getNew_value()
returns value of the NEW_VALUE column of this row of data |
java.lang.String |
getObjAction()
returns value of the ACTION column of this row of data |
java.lang.String |
getObjDone()
returns value of the DONE column of this row of data |
java.sql.Timestamp |
getObjEntered()
returns value of the ENTERED column of this row of data |
java.lang.Integer |
getObjHc_dev_id()
returns value of the HC_DEV_ID column of this row of data |
java.lang.Integer |
getObjHc_log_id()
returns value of the HC_LOG_ID column of this row of data |
java.lang.Integer |
getObjNew_value()
returns value of the NEW_VALUE column of this row of data |
java.sql.Timestamp |
getObjProcessed()
returns value of the PROCESSED column of this row of data |
java.sql.Timestamp |
getProcessed()
returns value of the PROCESSED column of this row of data |
void |
load(Db db)
load record from the DB by primary key |
static Hc_log |
load(java.sql.ResultSet results)
|
static Hc_log |
load(java.sql.ResultSet results,
Hc_log newObj)
|
void |
setAction(java.lang.String newVal)
sets value of the ACTION column of this row of data default value for this field set by the DB is null This field has a max length of 100, longer strings will be truncated |
void |
setDone(java.lang.String newVal)
sets value of the DONE column of this row of data default value for this field set by the DB is null This field has a max length of 1, longer strings will be truncated |
void |
setEntered(java.sql.Timestamp newVal)
sets value of the ENTERED column of this row of data default value for this field set by the DB is null |
void |
setHc_dev_id(int newVal)
sets value of the HC_DEV_ID column of this row of data default value for this field set by the DB is null |
void |
setHc_dev_id(java.lang.Integer newVal)
sets value of the HC_DEV_ID column of this row of data default value for this field set by the DB is null |
void |
setHc_log_id(int newVal)
sets value of the HC_LOG_ID column of this row of data default value for this field set by the DB is null This is the primary key for this table |
void |
setHc_log_id(java.lang.Integer newVal)
sets value of the HC_LOG_ID column of this row of data default value for this field set by the DB is null This is the primary key for this table |
void |
setNew_value(int newVal)
sets value of the NEW_VALUE column of this row of data default value for this field set by the DB is null |
void |
setNew_value(java.lang.Integer newVal)
sets value of the NEW_VALUE column of this row of data default value for this field set by the DB is null |
void |
setProcessed(java.sql.Timestamp newVal)
sets value of the PROCESSED column of this row of data default value for this field set by the DB is null |
void |
store()
Deprecated. Should use store(Db db) to limit connections to DB |
void |
store(Db db)
Store this object in the DB |
java.lang.String |
toString()
Returns a String showing the values of this bean - mainly for debuging |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected static final Display display
protected java.lang.String action
protected java.lang.String done
protected java.sql.Timestamp entered
protected java.lang.Integer hc_dev_id
protected java.lang.Integer hc_log_id
protected java.lang.Integer new_value
protected java.sql.Timestamp processed
public static final java.lang.String TABLE_NAME
public static final java.lang.String GETALL
public static final java.lang.String ACTION
public static final int ACTION_LEN
public static final java.lang.String DONE
public static final int DONE_LEN
public static final java.lang.String ENTERED
public static final int ENTERED_LEN
public static final java.lang.String HC_DEV_ID
public static final int HC_DEV_ID_LEN
public static final java.lang.String HC_LOG_ID
public static final int HC_LOG_ID_LEN
public static final java.lang.String NEW_VALUE
public static final int NEW_VALUE_LEN
public static final java.lang.String PROCESSED
public static final int PROCESSED_LEN
| Constructor Detail |
public Hc_log()
public Hc_log(int pk)
| Method Detail |
public java.lang.String getObjAction()
public java.lang.String getAction()
public void setAction(java.lang.String newVal)
public java.lang.String getObjDone()
public java.lang.String getDone()
public void setDone(java.lang.String newVal)
public java.sql.Timestamp getObjEntered()
public java.sql.Timestamp getEntered()
public void setEntered(java.sql.Timestamp newVal)
public java.lang.Integer getObjHc_dev_id()
public int getHc_dev_id()
public void setHc_dev_id(java.lang.Integer newVal)
public void setHc_dev_id(int newVal)
public java.lang.Integer getObjHc_log_id()
public int getHc_log_id()
public void setHc_log_id(java.lang.Integer newVal)
public void setHc_log_id(int newVal)
public java.lang.Integer getObjNew_value()
public int getNew_value()
public void setNew_value(java.lang.Integer newVal)
public void setNew_value(int newVal)
public java.sql.Timestamp getObjProcessed()
public java.sql.Timestamp getProcessed()
public void setProcessed(java.sql.Timestamp newVal)
public java.lang.Object clone()
public static Hc_log load(java.sql.ResultSet results)
throws java.sql.SQLException
java.sql.SQLException
public static Hc_log load(java.sql.ResultSet results,
Hc_log newObj)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void load(Db db)
db -
public void store()
throws java.sql.SQLException,
java.lang.ClassNotFoundException
java.sql.SQLException
java.lang.ClassNotFoundException
public void store(Db db)
throws java.sql.SQLException,
java.lang.ClassNotFoundException
db - holds connection to DB
java.sql.SQLException
java.lang.ClassNotFoundExceptionpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||