|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.beans.Fold_info
Title: fold_info Helper
Description: Class for holding data from the fold_info table.
Copyright: Copyright (c) 2001-2004
Company: RMRR
Field Summary | |
protected java.lang.Double |
added
|
static java.lang.String |
ADDED
|
static int |
ADDED_LEN
|
protected java.lang.String |
description
|
static java.lang.String |
DESCRIPTION
|
static int |
DESCRIPTION_LEN
|
protected static Display |
display
|
protected java.lang.String |
fold0
|
static java.lang.String |
FOLD0
|
static int |
FOLD0_LEN
|
protected java.lang.String |
fold1
|
static java.lang.String |
FOLD1
|
static int |
FOLD1_LEN
|
protected java.lang.String |
fold2
|
static java.lang.String |
FOLD2
|
static int |
FOLD2_LEN
|
protected java.lang.String |
fold3
|
static java.lang.String |
FOLD3
|
static int |
FOLD3_LEN
|
protected java.lang.String |
fold4
|
static java.lang.String |
FOLD4
|
static int |
FOLD4_LEN
|
protected java.lang.String |
fold5
|
static java.lang.String |
FOLD5
|
static int |
FOLD5_LEN
|
protected java.lang.String |
fold6
|
static java.lang.String |
FOLD6
|
static int |
FOLD6_LEN
|
protected java.lang.String |
fold7
|
static java.lang.String |
FOLD7
|
static int |
FOLD7_LEN
|
protected java.lang.String |
fold8
|
static java.lang.String |
FOLD8
|
static int |
FOLD8_LEN
|
protected java.lang.String |
fold9
|
static java.lang.String |
FOLD9
|
static int |
FOLD9_LEN
|
protected java.lang.Integer |
foldid
|
static java.lang.String |
FOLDID
|
static int |
FOLDID_LEN
|
static java.lang.String |
GETALL
|
protected java.lang.String |
name
|
static java.lang.String |
NAME
|
static int |
NAME_LEN
|
protected java.lang.Integer |
parent
|
static java.lang.String |
PARENT
|
static int |
PARENT_LEN
|
protected java.lang.String |
path
|
static java.lang.String |
PATH
|
static int |
PATH_LEN
|
protected java.lang.Integer |
style
|
static java.lang.String |
STYLE
|
static int |
STYLE_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 | |
Fold_info()
Basic constructor |
|
Fold_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 |
java.lang.String |
getDescription()
returns value of the DESCRIPTION column of this row of data |
java.lang.String |
getFold0()
returns value of the FOLD0 column of this row of data |
java.lang.String |
getFold1()
returns value of the FOLD1 column of this row of data |
java.lang.String |
getFold2()
returns value of the FOLD2 column of this row of data |
java.lang.String |
getFold3()
returns value of the FOLD3 column of this row of data |
java.lang.String |
getFold4()
returns value of the FOLD4 column of this row of data |
java.lang.String |
getFold5()
returns value of the FOLD5 column of this row of data |
java.lang.String |
getFold6()
returns value of the FOLD6 column of this row of data |
java.lang.String |
getFold7()
returns value of the FOLD7 column of this row of data |
java.lang.String |
getFold8()
returns value of the FOLD8 column of this row of data |
java.lang.String |
getFold9()
returns value of the FOLD9 column of this row of data |
int |
getFoldid()
returns value of the FOLDID column of this row of data |
java.lang.String |
getName()
returns value of the NAME column of this row of data |
java.lang.Double |
getObjAdded()
returns value of the ADDED column of this row of data |
java.lang.String |
getObjDescription()
returns value of the DESCRIPTION column of this row of data |
java.lang.String |
getObjFold0()
returns value of the FOLD0 column of this row of data |
java.lang.String |
getObjFold1()
returns value of the FOLD1 column of this row of data |
java.lang.String |
getObjFold2()
returns value of the FOLD2 column of this row of data |
java.lang.String |
getObjFold3()
returns value of the FOLD3 column of this row of data |
java.lang.String |
getObjFold4()
returns value of the FOLD4 column of this row of data |
java.lang.String |
getObjFold5()
returns value of the FOLD5 column of this row of data |
java.lang.String |
getObjFold6()
returns value of the FOLD6 column of this row of data |
java.lang.String |
getObjFold7()
returns value of the FOLD7 column of this row of data |
java.lang.String |
getObjFold8()
returns value of the FOLD8 column of this row of data |
java.lang.String |
getObjFold9()
returns value of the FOLD9 column of this row of data |
java.lang.Integer |
getObjFoldid()
returns value of the FOLDID column of this row of data |
java.lang.String |
getObjName()
returns value of the NAME column of this row of data |
java.lang.Integer |
getObjParent()
returns value of the PARENT column of this row of data |
java.lang.String |
getObjPath()
returns value of the PATH column of this row of data |
java.lang.Integer |
getObjStyle()
returns value of the STYLE column of this row of data |
int |
getParent()
returns value of the PARENT column of this row of data |
java.lang.String |
getPath()
returns value of the PATH column of this row of data |
int |
getStyle()
returns value of the STYLE column of this row of data |
void |
load(Db db)
load record from the DB by primary key |
static Fold_info |
load(java.sql.ResultSet results)
|
static Fold_info |
load(java.sql.ResultSet results,
Fold_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 |
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 65535, longer strings will be truncated |
void |
setFold0(java.lang.String newVal)
sets value of the FOLD0 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 |
setFold1(java.lang.String newVal)
sets value of the FOLD1 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 |
setFold2(java.lang.String newVal)
sets value of the FOLD2 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 |
setFold3(java.lang.String newVal)
sets value of the FOLD3 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 |
setFold4(java.lang.String newVal)
sets value of the FOLD4 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 |
setFold5(java.lang.String newVal)
sets value of the FOLD5 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 |
setFold6(java.lang.String newVal)
sets value of the FOLD6 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 |
setFold7(java.lang.String newVal)
sets value of the FOLD7 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 |
setFold8(java.lang.String newVal)
sets value of the FOLD8 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 |
setFold9(java.lang.String newVal)
sets value of the FOLD9 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 |
setFoldid(int newVal)
sets value of the FOLDID 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 |
setFoldid(java.lang.Integer newVal)
sets value of the FOLDID 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 |
setName(java.lang.String newVal)
sets value of the NAME 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 |
setParent(int newVal)
sets value of the PARENT column of this row of data default value for this field set by the DB is null |
void |
setParent(java.lang.Integer newVal)
sets value of the PARENT column of this row of data default value for this field set by the DB is null |
void |
setPath(java.lang.String newVal)
sets value of the PATH 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 |
setStyle(int newVal)
sets value of the STYLE column of this row of data default value for this field set by the DB is null |
void |
setStyle(java.lang.Integer newVal)
sets value of the STYLE 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 added
protected java.lang.String description
protected java.lang.String fold0
protected java.lang.String fold1
protected java.lang.String fold2
protected java.lang.String fold3
protected java.lang.String fold4
protected java.lang.String fold5
protected java.lang.String fold6
protected java.lang.String fold7
protected java.lang.String fold8
protected java.lang.String fold9
protected java.lang.Integer foldid
protected java.lang.String name
protected java.lang.Integer parent
protected java.lang.String path
protected java.lang.Integer style
public static final java.lang.String TABLE_NAME
public static final java.lang.String GETALL
public static final java.lang.String ADDED
public static final int ADDED_LEN
public static final java.lang.String DESCRIPTION
public static final int DESCRIPTION_LEN
public static final java.lang.String FOLD0
public static final int FOLD0_LEN
public static final java.lang.String FOLD1
public static final int FOLD1_LEN
public static final java.lang.String FOLD2
public static final int FOLD2_LEN
public static final java.lang.String FOLD3
public static final int FOLD3_LEN
public static final java.lang.String FOLD4
public static final int FOLD4_LEN
public static final java.lang.String FOLD5
public static final int FOLD5_LEN
public static final java.lang.String FOLD6
public static final int FOLD6_LEN
public static final java.lang.String FOLD7
public static final int FOLD7_LEN
public static final java.lang.String FOLD8
public static final int FOLD8_LEN
public static final java.lang.String FOLD9
public static final int FOLD9_LEN
public static final java.lang.String FOLDID
public static final int FOLDID_LEN
public static final java.lang.String NAME
public static final int NAME_LEN
public static final java.lang.String PARENT
public static final int PARENT_LEN
public static final java.lang.String PATH
public static final int PATH_LEN
public static final java.lang.String STYLE
public static final int STYLE_LEN
Constructor Detail |
public Fold_info()
public Fold_info(int pk)
Method Detail |
public java.lang.Double getObjAdded()
public double getAdded()
public void setAdded(java.lang.Double newVal)
public void setAdded(double newVal)
public java.lang.String getObjDescription()
public java.lang.String getDescription()
public void setDescription(java.lang.String newVal)
public java.lang.String getObjFold0()
public java.lang.String getFold0()
public void setFold0(java.lang.String newVal)
public java.lang.String getObjFold1()
public java.lang.String getFold1()
public void setFold1(java.lang.String newVal)
public java.lang.String getObjFold2()
public java.lang.String getFold2()
public void setFold2(java.lang.String newVal)
public java.lang.String getObjFold3()
public java.lang.String getFold3()
public void setFold3(java.lang.String newVal)
public java.lang.String getObjFold4()
public java.lang.String getFold4()
public void setFold4(java.lang.String newVal)
public java.lang.String getObjFold5()
public java.lang.String getFold5()
public void setFold5(java.lang.String newVal)
public java.lang.String getObjFold6()
public java.lang.String getFold6()
public void setFold6(java.lang.String newVal)
public java.lang.String getObjFold7()
public java.lang.String getFold7()
public void setFold7(java.lang.String newVal)
public java.lang.String getObjFold8()
public java.lang.String getFold8()
public void setFold8(java.lang.String newVal)
public java.lang.String getObjFold9()
public java.lang.String getFold9()
public void setFold9(java.lang.String newVal)
public java.lang.Integer getObjFoldid()
public int getFoldid()
public void setFoldid(java.lang.Integer newVal)
public void setFoldid(int newVal)
public java.lang.String getObjName()
public java.lang.String getName()
public void setName(java.lang.String newVal)
public java.lang.Integer getObjParent()
public int getParent()
public void setParent(java.lang.Integer newVal)
public void setParent(int newVal)
public java.lang.String getObjPath()
public java.lang.String getPath()
public void setPath(java.lang.String newVal)
public java.lang.Integer getObjStyle()
public int getStyle()
public void setStyle(java.lang.Integer newVal)
public void setStyle(int newVal)
public java.lang.Object clone()
public static Fold_info load(java.sql.ResultSet results) throws java.sql.SQLException
java.sql.SQLException
public static Fold_info load(java.sql.ResultSet results, Fold_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 |