|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.beans.Hc_echo
Title: hc_echo Helper
Description: Class for holding data from the hc_echo table.
Copyright: Copyright (c) 2001-2004
Company: RMRR
Field Summary | |
protected java.lang.Double |
cmd_key
|
static java.lang.String |
CMD_KEY
|
static int |
CMD_KEY_LEN
|
protected static Display |
display
|
static java.lang.String |
GETALL
|
protected java.lang.Integer |
hc_cmd_id
|
static java.lang.String |
HC_CMD_ID
|
static int |
HC_CMD_ID_LEN
|
protected java.lang.Integer |
hc_echo_a
|
static java.lang.String |
HC_ECHO_A
|
static int |
HC_ECHO_A_LEN
|
protected java.lang.Integer |
hc_echo_b
|
static java.lang.String |
HC_ECHO_B
|
static int |
HC_ECHO_B_LEN
|
protected java.lang.Integer |
hc_echo_c
|
static java.lang.String |
HC_ECHO_C
|
static int |
HC_ECHO_C_LEN
|
protected java.lang.Integer |
hc_echo_id
|
static java.lang.String |
HC_ECHO_ID
|
static int |
HC_ECHO_ID_LEN
|
protected java.sql.Timestamp |
processed
|
static java.lang.String |
PROCESSED
|
static int |
PROCESSED_LEN
|
protected java.sql.Timestamp |
received
|
static java.lang.String |
RECEIVED
|
static int |
RECEIVED_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_echo()
Basic constructor |
|
Hc_echo(int pk)
load record from the DB by primary key. |
Method Summary | |
java.lang.Object |
clone()
|
double |
getCmd_key()
returns value of the CMD_KEY column of this row of data |
int |
getHc_cmd_id()
returns value of the HC_CMD_ID column of this row of data |
int |
getHc_echo_a()
returns value of the HC_ECHO_A column of this row of data |
int |
getHc_echo_b()
returns value of the HC_ECHO_B column of this row of data |
int |
getHc_echo_c()
returns value of the HC_ECHO_C column of this row of data |
int |
getHc_echo_id()
returns value of the HC_ECHO_ID column of this row of data |
java.lang.Double |
getObjCmd_key()
returns value of the CMD_KEY column of this row of data |
java.lang.Integer |
getObjHc_cmd_id()
returns value of the HC_CMD_ID column of this row of data |
java.lang.Integer |
getObjHc_echo_a()
returns value of the HC_ECHO_A column of this row of data |
java.lang.Integer |
getObjHc_echo_b()
returns value of the HC_ECHO_B column of this row of data |
java.lang.Integer |
getObjHc_echo_c()
returns value of the HC_ECHO_C column of this row of data |
java.lang.Integer |
getObjHc_echo_id()
returns value of the HC_ECHO_ID column of this row of data |
java.sql.Timestamp |
getObjProcessed()
returns value of the PROCESSED column of this row of data |
java.sql.Timestamp |
getObjReceived()
returns value of the RECEIVED column of this row of data |
java.sql.Timestamp |
getProcessed()
returns value of the PROCESSED column of this row of data |
java.sql.Timestamp |
getReceived()
returns value of the RECEIVED column of this row of data |
void |
load(Db db)
load record from the DB by primary key |
static Hc_echo |
load(java.sql.ResultSet results)
|
static Hc_echo |
load(java.sql.ResultSet results,
Hc_echo newObj)
|
void |
setCmd_key(double newVal)
sets value of the CMD_KEY column of this row of data default value for this field set by the DB is null |
void |
setCmd_key(java.lang.Double newVal)
sets value of the CMD_KEY column of this row of data default value for this field set by the DB is null |
void |
setHc_cmd_id(int newVal)
sets value of the HC_CMD_ID column of this row of data default value for this field set by the DB is null |
void |
setHc_cmd_id(java.lang.Integer newVal)
sets value of the HC_CMD_ID column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_a(int newVal)
sets value of the HC_ECHO_A column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_a(java.lang.Integer newVal)
sets value of the HC_ECHO_A column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_b(int newVal)
sets value of the HC_ECHO_B column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_b(java.lang.Integer newVal)
sets value of the HC_ECHO_B column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_c(int newVal)
sets value of the HC_ECHO_C column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_c(java.lang.Integer newVal)
sets value of the HC_ECHO_C column of this row of data default value for this field set by the DB is null |
void |
setHc_echo_id(int newVal)
sets value of the HC_ECHO_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_echo_id(java.lang.Integer newVal)
sets value of the HC_ECHO_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 |
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 |
setReceived(java.sql.Timestamp newVal)
sets value of the RECEIVED 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.Double cmd_key
protected java.lang.Integer hc_cmd_id
protected java.lang.Integer hc_echo_a
protected java.lang.Integer hc_echo_b
protected java.lang.Integer hc_echo_c
protected java.lang.Integer hc_echo_id
protected java.sql.Timestamp processed
protected java.sql.Timestamp received
public static final java.lang.String TABLE_NAME
public static final java.lang.String GETALL
public static final java.lang.String CMD_KEY
public static final int CMD_KEY_LEN
public static final java.lang.String HC_CMD_ID
public static final int HC_CMD_ID_LEN
public static final java.lang.String HC_ECHO_A
public static final int HC_ECHO_A_LEN
public static final java.lang.String HC_ECHO_B
public static final int HC_ECHO_B_LEN
public static final java.lang.String HC_ECHO_C
public static final int HC_ECHO_C_LEN
public static final java.lang.String HC_ECHO_ID
public static final int HC_ECHO_ID_LEN
public static final java.lang.String PROCESSED
public static final int PROCESSED_LEN
public static final java.lang.String RECEIVED
public static final int RECEIVED_LEN
Constructor Detail |
public Hc_echo()
public Hc_echo(int pk)
Method Detail |
public java.lang.Double getObjCmd_key()
public double getCmd_key()
public void setCmd_key(java.lang.Double newVal)
public void setCmd_key(double newVal)
public java.lang.Integer getObjHc_cmd_id()
public int getHc_cmd_id()
public void setHc_cmd_id(java.lang.Integer newVal)
public void setHc_cmd_id(int newVal)
public java.lang.Integer getObjHc_echo_a()
public int getHc_echo_a()
public void setHc_echo_a(java.lang.Integer newVal)
public void setHc_echo_a(int newVal)
public java.lang.Integer getObjHc_echo_b()
public int getHc_echo_b()
public void setHc_echo_b(java.lang.Integer newVal)
public void setHc_echo_b(int newVal)
public java.lang.Integer getObjHc_echo_c()
public int getHc_echo_c()
public void setHc_echo_c(java.lang.Integer newVal)
public void setHc_echo_c(int newVal)
public java.lang.Integer getObjHc_echo_id()
public int getHc_echo_id()
public void setHc_echo_id(java.lang.Integer newVal)
public void setHc_echo_id(int newVal)
public java.sql.Timestamp getObjProcessed()
public java.sql.Timestamp getProcessed()
public void setProcessed(java.sql.Timestamp newVal)
public java.sql.Timestamp getObjReceived()
public java.sql.Timestamp getReceived()
public void setReceived(java.sql.Timestamp newVal)
public java.lang.Object clone()
public static Hc_echo load(java.sql.ResultSet results) throws java.sql.SQLException
java.sql.SQLException
public static Hc_echo load(java.sql.ResultSet results, Hc_echo newObj) throws java.sql.SQLException
java.sql.SQLException
public 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.ClassNotFoundException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |