dea.beans
Class Url_info

java.lang.Object
  extended bydea.beans.Url_info
All Implemented Interfaces:
IDebugLevels, java.io.Serializable

public class Url_info
extends java.lang.Object
implements java.io.Serializable, IDebugLevels

Title: url_info Helper
Description: Class for holding data from the url_info table.
Copyright: Copyright (c) 2001-2004
Company: RMRR

Version:
1.0
Primary key is on column:URLID
Create statment: CREATE TABLE `url_info` ( `urlid` int(11) NOT NULL auto_increment, `URL` mediumtext, `last_chk` double default NULL, `Last_Modified` double default NULL, `last_up` double default NULL, `added` double default NULL, `Content_Length` int(11) default NULL, `meta` int(11) default NULL, `title` mediumtext, `Server` mediumtext, `rate` int(11) default NULL, `prt` int(11) default NULL, `icon` mediumtext, `found` int(11) default NULL, `status` int(11) default NULL, `chg` int(11) default NULL, `description` mediumtext, `comment` mediumtext, `HLC` int(11) default NULL, `BMC` int(11) default NULL, PRIMARY KEY (`urlid`) ) TYPE=MyISAM
Author:
David Abigt via GenBean
See Also:
Serialized Form

Field Summary
protected  java.lang.Double added
           
static java.lang.String ADDED
           
static int ADDED_LEN
           
protected  java.lang.Integer bmc
           
static java.lang.String BMC
           
static int BMC_LEN
           
protected  java.lang.Integer chg
           
static java.lang.String CHG
           
static int CHG_LEN
           
protected  java.lang.String comment
           
static java.lang.String COMMENT
           
static int COMMENT_LEN
           
protected  java.lang.Integer content_length
           
static java.lang.String CONTENT_LENGTH
           
static int CONTENT_LENGTH_LEN
           
protected  java.lang.String description
           
static java.lang.String DESCRIPTION
           
static int DESCRIPTION_LEN
           
protected static Display display
           
protected  java.lang.Integer found
           
static java.lang.String FOUND
           
static int FOUND_LEN
           
static java.lang.String GETALL
           
protected  java.lang.Integer hlc
           
static java.lang.String HLC
           
static int HLC_LEN
           
protected  java.lang.String icon
           
static java.lang.String ICON
           
static int ICON_LEN
           
protected  java.lang.Double last_chk
           
static java.lang.String LAST_CHK
           
static int LAST_CHK_LEN
           
protected  java.lang.Double last_modified
           
static java.lang.String LAST_MODIFIED
           
static int LAST_MODIFIED_LEN
           
protected  java.lang.Double last_up
           
static java.lang.String LAST_UP
           
static int LAST_UP_LEN
           
protected  java.lang.Integer meta
           
static java.lang.String META
           
static int META_LEN
           
protected  java.lang.Integer prt
           
static java.lang.String PRT
           
static int PRT_LEN
           
protected  java.lang.Integer rate
           
static java.lang.String RATE
           
static int RATE_LEN
           
protected  java.lang.String server
           
static java.lang.String SERVER
           
static int SERVER_LEN
           
protected  java.lang.Integer status
           
static java.lang.String STATUS
           
static int STATUS_LEN
           
static java.lang.String TABLE_NAME
           
protected  java.lang.String title
           
static java.lang.String TITLE
           
static int TITLE_LEN
           
protected  java.lang.String url
           
static java.lang.String URL
           
static int URL_LEN
           
protected  java.lang.Integer urlid
           
static java.lang.String URLID
           
static int URLID_LEN
           
 
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
Url_info()
          Basic constructor
Url_info(int pk)
          load record from the DB by primary key.
 
Method Summary
 java.lang.Object clone()
           
 double getAdded()
          returns value of the ADDED column of this row of data
 int getBmc()
          returns value of the BMC column of this row of data
 int getChg()
          returns value of the CHG column of this row of data
 java.lang.String getComment()
          returns value of the COMMENT column of this row of data
 int getContent_length()
          returns value of the CONTENT_LENGTH column of this row of data
 java.lang.String getDescription()
          returns value of the DESCRIPTION column of this row of data
 int getFound()
          returns value of the FOUND column of this row of data
 int getHlc()
          returns value of the HLC column of this row of data
 java.lang.String getIcon()
          returns value of the ICON column of this row of data
 double getLast_chk()
          returns value of the LAST_CHK column of this row of data
 double getLast_modified()
          returns value of the LAST_MODIFIED column of this row of data
 double getLast_up()
          returns value of the LAST_UP column of this row of data
 int getMeta()
          returns value of the META column of this row of data
 java.lang.Double getObjAdded()
          returns value of the ADDED column of this row of data
 java.lang.Integer getObjBmc()
          returns value of the BMC column of this row of data
 java.lang.Integer getObjChg()
          returns value of the CHG column of this row of data
 java.lang.String getObjComment()
          returns value of the COMMENT column of this row of data
 java.lang.Integer getObjContent_length()
          returns value of the CONTENT_LENGTH column of this row of data
 java.lang.String getObjDescription()
          returns value of the DESCRIPTION column of this row of data
 java.lang.Integer getObjFound()
          returns value of the FOUND column of this row of data
 java.lang.Integer getObjHlc()
          returns value of the HLC column of this row of data
 java.lang.String getObjIcon()
          returns value of the ICON column of this row of data
 java.lang.Double getObjLast_chk()
          returns value of the LAST_CHK column of this row of data
 java.lang.Double getObjLast_modified()
          returns value of the LAST_MODIFIED column of this row of data
 java.lang.Double getObjLast_up()
          returns value of the LAST_UP column of this row of data
 java.lang.Integer getObjMeta()
          returns value of the META column of this row of data
 java.lang.Integer getObjPrt()
          returns value of the PRT column of this row of data
 java.lang.Integer getObjRate()
          returns value of the RATE column of this row of data
 java.lang.String getObjServer()
          returns value of the SERVER column of this row of data
 java.lang.Integer getObjStatus()
          returns value of the STATUS column of this row of data
 java.lang.String getObjTitle()
          returns value of the TITLE column of this row of data
 java.lang.String getObjUrl()
          returns value of the URL column of this row of data
 java.lang.Integer getObjUrlid()
          returns value of the URLID column of this row of data
 int getPrt()
          returns value of the PRT column of this row of data
 int getRate()
          returns value of the RATE column of this row of data
 java.lang.String getServer()
          returns value of the SERVER column of this row of data
 int getStatus()
          returns value of the STATUS column of this row of data
 java.lang.String getTitle()
          returns value of the TITLE column of this row of data
 java.lang.String getUrl()
          returns value of the URL column of this row of data
 int getUrlid()
          returns value of the URLID column of this row of data
 void load(Db db)
          load record from the DB by primary key
static Url_info load(java.sql.ResultSet results)
           
static Url_info load(java.sql.ResultSet results, Url_info newObj)
           
 void setAdded(double newVal)
          sets value of the ADDED column of this row of data default value for this field set by the DB is null
 void setAdded(java.lang.Double newVal)
          sets value of the ADDED column of this row of data default value for this field set by the DB is null
 void setBmc(int newVal)
          sets value of the BMC column of this row of data default value for this field set by the DB is null
 void setBmc(java.lang.Integer newVal)
          sets value of the BMC column of this row of data default value for this field set by the DB is null
 void setChg(int newVal)
          sets value of the CHG column of this row of data default value for this field set by the DB is null
 void setChg(java.lang.Integer newVal)
          sets value of the CHG column of this row of data default value for this field set by the DB is null
 void setComment(java.lang.String newVal)
          sets value of the COMMENT column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setContent_length(int newVal)
          sets value of the CONTENT_LENGTH column of this row of data default value for this field set by the DB is null
 void setContent_length(java.lang.Integer newVal)
          sets value of the CONTENT_LENGTH column of this row of data default value for this field set by the DB is null
 void setDescription(java.lang.String newVal)
          sets value of the DESCRIPTION column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setFound(int newVal)
          sets value of the FOUND column of this row of data default value for this field set by the DB is null
 void setFound(java.lang.Integer newVal)
          sets value of the FOUND column of this row of data default value for this field set by the DB is null
 void setHlc(int newVal)
          sets value of the HLC column of this row of data default value for this field set by the DB is null
 void setHlc(java.lang.Integer newVal)
          sets value of the HLC column of this row of data default value for this field set by the DB is null
 void setIcon(java.lang.String newVal)
          sets value of the ICON column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setLast_chk(double newVal)
          sets value of the LAST_CHK column of this row of data default value for this field set by the DB is null
 void setLast_chk(java.lang.Double newVal)
          sets value of the LAST_CHK column of this row of data default value for this field set by the DB is null
 void setLast_modified(double newVal)
          sets value of the LAST_MODIFIED column of this row of data default value for this field set by the DB is null
 void setLast_modified(java.lang.Double newVal)
          sets value of the LAST_MODIFIED column of this row of data default value for this field set by the DB is null
 void setLast_up(double newVal)
          sets value of the LAST_UP column of this row of data default value for this field set by the DB is null
 void setLast_up(java.lang.Double newVal)
          sets value of the LAST_UP column of this row of data default value for this field set by the DB is null
 void setMeta(int newVal)
          sets value of the META column of this row of data default value for this field set by the DB is null
 void setMeta(java.lang.Integer newVal)
          sets value of the META column of this row of data default value for this field set by the DB is null
 void setPrt(int newVal)
          sets value of the PRT column of this row of data default value for this field set by the DB is null
 void setPrt(java.lang.Integer newVal)
          sets value of the PRT column of this row of data default value for this field set by the DB is null
 void setRate(int newVal)
          sets value of the RATE column of this row of data default value for this field set by the DB is null
 void setRate(java.lang.Integer newVal)
          sets value of the RATE column of this row of data default value for this field set by the DB is null
 void setServer(java.lang.String newVal)
          sets value of the SERVER column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setStatus(int newVal)
          sets value of the STATUS column of this row of data default value for this field set by the DB is null
 void setStatus(java.lang.Integer newVal)
          sets value of the STATUS column of this row of data default value for this field set by the DB is null
 void setTitle(java.lang.String newVal)
          sets value of the TITLE column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setUrl(java.lang.String newVal)
          sets value of the URL column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated
 void setUrlid(int newVal)
          sets value of the URLID 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 setUrlid(java.lang.Integer newVal)
          sets value of the URLID 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 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

display

protected static final Display display

added

protected java.lang.Double added

bmc

protected java.lang.Integer bmc

chg

protected java.lang.Integer chg

comment

protected java.lang.String comment

content_length

protected java.lang.Integer content_length

description

protected java.lang.String description

found

protected java.lang.Integer found

hlc

protected java.lang.Integer hlc

icon

protected java.lang.String icon

last_chk

protected java.lang.Double last_chk

last_modified

protected java.lang.Double last_modified

last_up

protected java.lang.Double last_up

meta

protected java.lang.Integer meta

prt

protected java.lang.Integer prt

rate

protected java.lang.Integer rate

server

protected java.lang.String server

status

protected java.lang.Integer status

title

protected java.lang.String title

url

protected java.lang.String url

urlid

protected java.lang.Integer urlid

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

GETALL

public static final java.lang.String GETALL
See Also:
Constant Field Values

ADDED

public static final java.lang.String ADDED
See Also:
Constant Field Values

ADDED_LEN

public static final int ADDED_LEN
See Also:
Constant Field Values

BMC

public static final java.lang.String BMC
See Also:
Constant Field Values

BMC_LEN

public static final int BMC_LEN
See Also:
Constant Field Values

CHG

public static final java.lang.String CHG
See Also:
Constant Field Values

CHG_LEN

public static final int CHG_LEN
See Also:
Constant Field Values

COMMENT

public static final java.lang.String COMMENT
See Also:
Constant Field Values

COMMENT_LEN

public static final int COMMENT_LEN
See Also:
Constant Field Values

CONTENT_LENGTH

public static final java.lang.String CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_LENGTH_LEN

public static final int CONTENT_LENGTH_LEN
See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

DESCRIPTION_LEN

public static final int DESCRIPTION_LEN
See Also:
Constant Field Values

FOUND

public static final java.lang.String FOUND
See Also:
Constant Field Values

FOUND_LEN

public static final int FOUND_LEN
See Also:
Constant Field Values

HLC

public static final java.lang.String HLC
See Also:
Constant Field Values

HLC_LEN

public static final int HLC_LEN
See Also:
Constant Field Values

ICON

public static final java.lang.String ICON
See Also:
Constant Field Values

ICON_LEN

public static final int ICON_LEN
See Also:
Constant Field Values

LAST_CHK

public static final java.lang.String LAST_CHK
See Also:
Constant Field Values

LAST_CHK_LEN

public static final int LAST_CHK_LEN
See Also:
Constant Field Values

LAST_MODIFIED

public static final java.lang.String LAST_MODIFIED
See Also:
Constant Field Values

LAST_MODIFIED_LEN

public static final int LAST_MODIFIED_LEN
See Also:
Constant Field Values

LAST_UP

public static final java.lang.String LAST_UP
See Also:
Constant Field Values

LAST_UP_LEN

public static final int LAST_UP_LEN
See Also:
Constant Field Values

META

public static final java.lang.String META
See Also:
Constant Field Values

META_LEN

public static final int META_LEN
See Also:
Constant Field Values

PRT

public static final java.lang.String PRT
See Also:
Constant Field Values

PRT_LEN

public static final int PRT_LEN
See Also:
Constant Field Values

RATE

public static final java.lang.String RATE
See Also:
Constant Field Values

RATE_LEN

public static final int RATE_LEN
See Also:
Constant Field Values

SERVER

public static final java.lang.String SERVER
See Also:
Constant Field Values

SERVER_LEN

public static final int SERVER_LEN
See Also:
Constant Field Values

STATUS

public static final java.lang.String STATUS
See Also:
Constant Field Values

STATUS_LEN

public static final int STATUS_LEN
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

TITLE_LEN

public static final int TITLE_LEN
See Also:
Constant Field Values

URL

public static final java.lang.String URL
See Also:
Constant Field Values

URL_LEN

public static final int URL_LEN
See Also:
Constant Field Values

URLID

public static final java.lang.String URLID
See Also:
Constant Field Values

URLID_LEN

public static final int URLID_LEN
See Also:
Constant Field Values
Constructor Detail

Url_info

public Url_info()
Basic constructor


Url_info

public Url_info(int pk)
load record from the DB by primary key.

Method Detail

getObjAdded

public java.lang.Double getObjAdded()
returns value of the ADDED column of this row of data

Returns:
value of this column in this row

getAdded

public double getAdded()
returns value of the ADDED column of this row of data

Returns:
value of this column in this row

setAdded

public void setAdded(java.lang.Double newVal)
sets value of the ADDED column of this row of data default value for this field set by the DB is null


setAdded

public void setAdded(double newVal)
sets value of the ADDED column of this row of data default value for this field set by the DB is null


getObjBmc

public java.lang.Integer getObjBmc()
returns value of the BMC column of this row of data

Returns:
value of this column in this row

getBmc

public int getBmc()
returns value of the BMC column of this row of data

Returns:
value of this column in this row

setBmc

public void setBmc(java.lang.Integer newVal)
sets value of the BMC column of this row of data default value for this field set by the DB is null


setBmc

public void setBmc(int newVal)
sets value of the BMC column of this row of data default value for this field set by the DB is null


getObjChg

public java.lang.Integer getObjChg()
returns value of the CHG column of this row of data

Returns:
value of this column in this row

getChg

public int getChg()
returns value of the CHG column of this row of data

Returns:
value of this column in this row

setChg

public void setChg(java.lang.Integer newVal)
sets value of the CHG column of this row of data default value for this field set by the DB is null


setChg

public void setChg(int newVal)
sets value of the CHG column of this row of data default value for this field set by the DB is null


getObjComment

public java.lang.String getObjComment()
returns value of the COMMENT column of this row of data

Returns:
value of this column in this row

getComment

public java.lang.String getComment()
returns value of the COMMENT column of this row of data

Returns:
value of this column in this row

setComment

public void setComment(java.lang.String newVal)
sets value of the COMMENT column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjContent_length

public java.lang.Integer getObjContent_length()
returns value of the CONTENT_LENGTH column of this row of data

Returns:
value of this column in this row

getContent_length

public int getContent_length()
returns value of the CONTENT_LENGTH column of this row of data

Returns:
value of this column in this row

setContent_length

public void setContent_length(java.lang.Integer newVal)
sets value of the CONTENT_LENGTH column of this row of data default value for this field set by the DB is null


setContent_length

public void setContent_length(int newVal)
sets value of the CONTENT_LENGTH column of this row of data default value for this field set by the DB is null


getObjDescription

public java.lang.String getObjDescription()
returns value of the DESCRIPTION column of this row of data

Returns:
value of this column in this row

getDescription

public java.lang.String getDescription()
returns value of the DESCRIPTION column of this row of data

Returns:
value of this column in this row

setDescription

public void setDescription(java.lang.String newVal)
sets value of the DESCRIPTION column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjFound

public java.lang.Integer getObjFound()
returns value of the FOUND column of this row of data

Returns:
value of this column in this row

getFound

public int getFound()
returns value of the FOUND column of this row of data

Returns:
value of this column in this row

setFound

public void setFound(java.lang.Integer newVal)
sets value of the FOUND column of this row of data default value for this field set by the DB is null


setFound

public void setFound(int newVal)
sets value of the FOUND column of this row of data default value for this field set by the DB is null


getObjHlc

public java.lang.Integer getObjHlc()
returns value of the HLC column of this row of data

Returns:
value of this column in this row

getHlc

public int getHlc()
returns value of the HLC column of this row of data

Returns:
value of this column in this row

setHlc

public void setHlc(java.lang.Integer newVal)
sets value of the HLC column of this row of data default value for this field set by the DB is null


setHlc

public void setHlc(int newVal)
sets value of the HLC column of this row of data default value for this field set by the DB is null


getObjIcon

public java.lang.String getObjIcon()
returns value of the ICON column of this row of data

Returns:
value of this column in this row

getIcon

public java.lang.String getIcon()
returns value of the ICON column of this row of data

Returns:
value of this column in this row

setIcon

public void setIcon(java.lang.String newVal)
sets value of the ICON column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjLast_chk

public java.lang.Double getObjLast_chk()
returns value of the LAST_CHK column of this row of data

Returns:
value of this column in this row

getLast_chk

public double getLast_chk()
returns value of the LAST_CHK column of this row of data

Returns:
value of this column in this row

setLast_chk

public void setLast_chk(java.lang.Double newVal)
sets value of the LAST_CHK column of this row of data default value for this field set by the DB is null


setLast_chk

public void setLast_chk(double newVal)
sets value of the LAST_CHK column of this row of data default value for this field set by the DB is null


getObjLast_modified

public java.lang.Double getObjLast_modified()
returns value of the LAST_MODIFIED column of this row of data

Returns:
value of this column in this row

getLast_modified

public double getLast_modified()
returns value of the LAST_MODIFIED column of this row of data

Returns:
value of this column in this row

setLast_modified

public void setLast_modified(java.lang.Double newVal)
sets value of the LAST_MODIFIED column of this row of data default value for this field set by the DB is null


setLast_modified

public void setLast_modified(double newVal)
sets value of the LAST_MODIFIED column of this row of data default value for this field set by the DB is null


getObjLast_up

public java.lang.Double getObjLast_up()
returns value of the LAST_UP column of this row of data

Returns:
value of this column in this row

getLast_up

public double getLast_up()
returns value of the LAST_UP column of this row of data

Returns:
value of this column in this row

setLast_up

public void setLast_up(java.lang.Double newVal)
sets value of the LAST_UP column of this row of data default value for this field set by the DB is null


setLast_up

public void setLast_up(double newVal)
sets value of the LAST_UP column of this row of data default value for this field set by the DB is null


getObjMeta

public java.lang.Integer getObjMeta()
returns value of the META column of this row of data

Returns:
value of this column in this row

getMeta

public int getMeta()
returns value of the META column of this row of data

Returns:
value of this column in this row

setMeta

public void setMeta(java.lang.Integer newVal)
sets value of the META column of this row of data default value for this field set by the DB is null


setMeta

public void setMeta(int newVal)
sets value of the META column of this row of data default value for this field set by the DB is null


getObjPrt

public java.lang.Integer getObjPrt()
returns value of the PRT column of this row of data

Returns:
value of this column in this row

getPrt

public int getPrt()
returns value of the PRT column of this row of data

Returns:
value of this column in this row

setPrt

public void setPrt(java.lang.Integer newVal)
sets value of the PRT column of this row of data default value for this field set by the DB is null


setPrt

public void setPrt(int newVal)
sets value of the PRT column of this row of data default value for this field set by the DB is null


getObjRate

public java.lang.Integer getObjRate()
returns value of the RATE column of this row of data

Returns:
value of this column in this row

getRate

public int getRate()
returns value of the RATE column of this row of data

Returns:
value of this column in this row

setRate

public void setRate(java.lang.Integer newVal)
sets value of the RATE column of this row of data default value for this field set by the DB is null


setRate

public void setRate(int newVal)
sets value of the RATE column of this row of data default value for this field set by the DB is null


getObjServer

public java.lang.String getObjServer()
returns value of the SERVER column of this row of data

Returns:
value of this column in this row

getServer

public java.lang.String getServer()
returns value of the SERVER column of this row of data

Returns:
value of this column in this row

setServer

public void setServer(java.lang.String newVal)
sets value of the SERVER column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjStatus

public java.lang.Integer getObjStatus()
returns value of the STATUS column of this row of data

Returns:
value of this column in this row

getStatus

public int getStatus()
returns value of the STATUS column of this row of data

Returns:
value of this column in this row

setStatus

public void setStatus(java.lang.Integer newVal)
sets value of the STATUS column of this row of data default value for this field set by the DB is null


setStatus

public void setStatus(int newVal)
sets value of the STATUS column of this row of data default value for this field set by the DB is null


getObjTitle

public java.lang.String getObjTitle()
returns value of the TITLE column of this row of data

Returns:
value of this column in this row

getTitle

public java.lang.String getTitle()
returns value of the TITLE column of this row of data

Returns:
value of this column in this row

setTitle

public void setTitle(java.lang.String newVal)
sets value of the TITLE column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjUrl

public java.lang.String getObjUrl()
returns value of the URL column of this row of data

Returns:
value of this column in this row

getUrl

public java.lang.String getUrl()
returns value of the URL column of this row of data

Returns:
value of this column in this row

setUrl

public void setUrl(java.lang.String newVal)
sets value of the URL column of this row of data default value for this field set by the DB is null This field has a max length of 16777215, longer strings will be truncated


getObjUrlid

public java.lang.Integer getObjUrlid()
returns value of the URLID column of this row of data

Returns:
value of this column in this row

getUrlid

public int getUrlid()
returns value of the URLID column of this row of data

Returns:
value of this column in this row

setUrlid

public void setUrlid(java.lang.Integer newVal)
sets value of the URLID 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


setUrlid

public void setUrlid(int newVal)
sets value of the URLID 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


clone

public java.lang.Object clone()
Returns:
a copy of this object

load

public static Url_info load(java.sql.ResultSet results)
                     throws java.sql.SQLException
Returns:
an object created from the resultSet
Throws:
java.sql.SQLException

load

public static Url_info load(java.sql.ResultSet results,
                            Url_info newObj)
                     throws java.sql.SQLException
Returns:
object loaded from the resultSet. If newObj is null a new object is created otherwise newObj is returned.
Throws:
java.sql.SQLException

load

public void load(Db db)
load record from the DB by primary key

Parameters:
db -

store

public void store()
           throws java.sql.SQLException,
                  java.lang.ClassNotFoundException
Deprecated. Should use store(Db db) to limit connections to DB

Store this object in the DB

Throws:
java.sql.SQLException
java.lang.ClassNotFoundException

store

public void store(Db db)
           throws java.sql.SQLException,
                  java.lang.ClassNotFoundException
Store this object in the DB

Parameters:
db - holds connection to DB
Throws:
java.sql.SQLException
java.lang.ClassNotFoundException

toString

public java.lang.String toString()
Returns a String showing the values of this bean - mainly for debuging

Returns:
String


Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.