|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.beans.Hc_rain
Title: hc_rain Helper
Description: Class for holding data from the hc_rain table.
Copyright: Copyright (c) 2001-2004
Company: RMRR
Field Summary | |
protected static Display |
display
|
static java.lang.String |
GETALL
|
protected java.lang.Integer |
rain_id
|
static java.lang.String |
RAIN_ID
|
static int |
RAIN_ID_LEN
|
protected java.lang.Double |
rain_rate_hr
|
static java.lang.String |
RAIN_RATE_HR
|
static int |
RAIN_RATE_HR_LEN
|
protected java.sql.Timestamp |
rain_time
|
static java.lang.String |
RAIN_TIME
|
static int |
RAIN_TIME_LEN
|
protected java.lang.Integer |
rain_toggle
|
static java.lang.String |
RAIN_TOGGLE
|
static int |
RAIN_TOGGLE_LEN
|
protected java.lang.Double |
rain_total
|
static java.lang.String |
RAIN_TOTAL
|
static int |
RAIN_TOTAL_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_rain()
Basic constructor |
|
Hc_rain(int pk)
load record from the DB by primary key. |
Method Summary | |
java.lang.Object |
clone()
|
java.lang.Integer |
getObjRain_id()
returns value of the RAIN_ID column of this row of data |
java.lang.Double |
getObjRain_rate_hr()
returns value of the RAIN_RATE_HR column of this row of data |
java.sql.Timestamp |
getObjRain_time()
returns value of the RAIN_TIME column of this row of data |
java.lang.Integer |
getObjRain_toggle()
returns value of the RAIN_TOGGLE column of this row of data |
java.lang.Double |
getObjRain_total()
returns value of the RAIN_TOTAL column of this row of data |
int |
getRain_id()
returns value of the RAIN_ID column of this row of data |
double |
getRain_rate_hr()
returns value of the RAIN_RATE_HR column of this row of data |
java.sql.Timestamp |
getRain_time()
returns value of the RAIN_TIME column of this row of data |
int |
getRain_toggle()
returns value of the RAIN_TOGGLE column of this row of data |
double |
getRain_total()
returns value of the RAIN_TOTAL column of this row of data |
void |
load(Db db)
load record from the DB by primary key |
static Hc_rain |
load(java.sql.ResultSet results)
|
static Hc_rain |
load(java.sql.ResultSet results,
Hc_rain newObj)
|
void |
setRain_id(int newVal)
sets value of the RAIN_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 |
setRain_id(java.lang.Integer newVal)
sets value of the RAIN_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 |
setRain_rate_hr(double newVal)
sets value of the RAIN_RATE_HR column of this row of data default value for this field set by the DB is null |
void |
setRain_rate_hr(java.lang.Double newVal)
sets value of the RAIN_RATE_HR column of this row of data default value for this field set by the DB is null |
void |
setRain_time(java.sql.Timestamp newVal)
sets value of the RAIN_TIME column of this row of data default value for this field set by the DB is null |
void |
setRain_toggle(int newVal)
sets value of the RAIN_TOGGLE column of this row of data default value for this field set by the DB is null |
void |
setRain_toggle(java.lang.Integer newVal)
sets value of the RAIN_TOGGLE column of this row of data default value for this field set by the DB is null |
void |
setRain_total(double newVal)
sets value of the RAIN_TOTAL column of this row of data default value for this field set by the DB is null |
void |
setRain_total(java.lang.Double newVal)
sets value of the RAIN_TOTAL 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.Integer rain_id
protected java.lang.Double rain_rate_hr
protected java.sql.Timestamp rain_time
protected java.lang.Integer rain_toggle
protected java.lang.Double rain_total
public static final java.lang.String TABLE_NAME
public static final java.lang.String GETALL
public static final java.lang.String RAIN_ID
public static final int RAIN_ID_LEN
public static final java.lang.String RAIN_RATE_HR
public static final int RAIN_RATE_HR_LEN
public static final java.lang.String RAIN_TIME
public static final int RAIN_TIME_LEN
public static final java.lang.String RAIN_TOGGLE
public static final int RAIN_TOGGLE_LEN
public static final java.lang.String RAIN_TOTAL
public static final int RAIN_TOTAL_LEN
Constructor Detail |
public Hc_rain()
public Hc_rain(int pk)
Method Detail |
public java.lang.Integer getObjRain_id()
public int getRain_id()
public void setRain_id(java.lang.Integer newVal)
public void setRain_id(int newVal)
public java.lang.Double getObjRain_rate_hr()
public double getRain_rate_hr()
public void setRain_rate_hr(java.lang.Double newVal)
public void setRain_rate_hr(double newVal)
public java.sql.Timestamp getObjRain_time()
public java.sql.Timestamp getRain_time()
public void setRain_time(java.sql.Timestamp newVal)
public java.lang.Integer getObjRain_toggle()
public int getRain_toggle()
public void setRain_toggle(java.lang.Integer newVal)
public void setRain_toggle(int newVal)
public java.lang.Double getObjRain_total()
public double getRain_total()
public void setRain_total(java.lang.Double newVal)
public void setRain_total(double newVal)
public java.lang.Object clone()
public static Hc_rain load(java.sql.ResultSet results) throws java.sql.SQLException
java.sql.SQLException
public static Hc_rain load(java.sql.ResultSet results, Hc_rain 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 |