|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.beans.Entry_info
Title: entry_info Helper
Description: Class for holding data from the entry_info table.
Copyright: Copyright (c) 2001-2004
Company: RMRR
Field Summary | |
protected static Display |
display
|
protected java.lang.Integer |
entry_id
|
static java.lang.String |
ENTRY_ID
|
static int |
ENTRY_ID_LEN
|
protected java.lang.Integer |
fold_url
|
static java.lang.String |
FOLD_URL
|
static int |
FOLD_URL_LEN
|
protected java.lang.Integer |
folder_id
|
static java.lang.String |
FOLDER_ID
|
static int |
FOLDER_ID_LEN
|
static java.lang.String |
GETALL
|
protected java.lang.Integer |
link_id
|
static java.lang.String |
LINK_ID
|
static int |
LINK_ID_LEN
|
protected java.lang.String |
sortby
|
static java.lang.String |
SORTBY
|
static int |
SORTBY_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 | |
Entry_info()
Basic constructor |
|
Entry_info(int pk)
load record from the DB by primary key. |
Method Summary | |
java.lang.Object |
clone()
|
int |
getEntry_id()
returns value of the ENTRY_ID column of this row of data |
int |
getFold_url()
returns value of the FOLD_URL column of this row of data |
int |
getFolder_id()
returns value of the FOLDER_ID column of this row of data |
int |
getLink_id()
returns value of the LINK_ID column of this row of data |
java.lang.Integer |
getObjEntry_id()
returns value of the ENTRY_ID column of this row of data |
java.lang.Integer |
getObjFold_url()
returns value of the FOLD_URL column of this row of data |
java.lang.Integer |
getObjFolder_id()
returns value of the FOLDER_ID column of this row of data |
java.lang.Integer |
getObjLink_id()
returns value of the LINK_ID column of this row of data |
java.lang.String |
getObjSortby()
returns value of the SORTBY column of this row of data |
java.lang.String |
getSortby()
returns value of the SORTBY column of this row of data |
void |
load(Db db)
load record from the DB by primary key |
static Entry_info |
load(java.sql.ResultSet results)
|
static Entry_info |
load(java.sql.ResultSet results,
Entry_info newObj)
|
void |
setEntry_id(int newVal)
sets value of the ENTRY_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 |
setEntry_id(java.lang.Integer newVal)
sets value of the ENTRY_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 |
setFold_url(int newVal)
sets value of the FOLD_URL column of this row of data default value for this field set by the DB is null |
void |
setFold_url(java.lang.Integer newVal)
sets value of the FOLD_URL column of this row of data default value for this field set by the DB is null |
void |
setFolder_id(int newVal)
sets value of the FOLDER_ID column of this row of data default value for this field set by the DB is null |
void |
setFolder_id(java.lang.Integer newVal)
sets value of the FOLDER_ID column of this row of data default value for this field set by the DB is null |
void |
setLink_id(int newVal)
sets value of the LINK_ID column of this row of data default value for this field set by the DB is null |
void |
setLink_id(java.lang.Integer newVal)
sets value of the LINK_ID column of this row of data default value for this field set by the DB is null |
void |
setSortby(java.lang.String newVal)
sets value of the SORTBY column of this row of data default value for this field set by the DB is null This field has a max length of 65535, longer strings will be truncated |
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 entry_id
protected java.lang.Integer fold_url
protected java.lang.Integer folder_id
protected java.lang.Integer link_id
protected java.lang.String sortby
public static final java.lang.String TABLE_NAME
public static final java.lang.String GETALL
public static final java.lang.String ENTRY_ID
public static final int ENTRY_ID_LEN
public static final java.lang.String FOLD_URL
public static final int FOLD_URL_LEN
public static final java.lang.String FOLDER_ID
public static final int FOLDER_ID_LEN
public static final java.lang.String LINK_ID
public static final int LINK_ID_LEN
public static final java.lang.String SORTBY
public static final int SORTBY_LEN
Constructor Detail |
public Entry_info()
public Entry_info(int pk)
Method Detail |
public java.lang.Integer getObjEntry_id()
public int getEntry_id()
public void setEntry_id(java.lang.Integer newVal)
public void setEntry_id(int newVal)
public java.lang.Integer getObjFold_url()
public int getFold_url()
public void setFold_url(java.lang.Integer newVal)
public void setFold_url(int newVal)
public java.lang.Integer getObjFolder_id()
public int getFolder_id()
public void setFolder_id(java.lang.Integer newVal)
public void setFolder_id(int newVal)
public java.lang.Integer getObjLink_id()
public int getLink_id()
public void setLink_id(java.lang.Integer newVal)
public void setLink_id(int newVal)
public java.lang.String getObjSortby()
public java.lang.String getSortby()
public void setSortby(java.lang.String newVal)
public java.lang.Object clone()
public static Entry_info load(java.sql.ResultSet results) throws java.sql.SQLException
java.sql.SQLException
public static Entry_info load(java.sql.ResultSet results, Entry_info 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 |