|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.bootstrep.Beans.TheTable
public class TheTable
This bean shapes target frame tables. Different types of this kind of tables are, as usual
| Field Summary | |
|---|---|
(package private) java.util.ArrayList |
fileContent
List containing the values for target tables. |
(package private) java.lang.String |
theCols
The list of columns for a given table. |
(package private) java.lang.String |
theInputFile
The input file containing data data to load. |
(package private) java.lang.String |
theQuery
The sql query used to load data. |
(package private) java.lang.String |
theTableName
The target table to load. |
| Constructor Summary | |
|---|---|
TheTable()
Create a new instance of TheTable. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getFileContent()
get the string containing the content of input file |
java.lang.String |
getTheCols()
get the string containing the list of columns. Usually this string is in the following form: (col1,col2..coln) |
java.lang.String |
getTheInputFile()
get the string containing the name of the input file |
java.lang.String |
getTheQuery()
get the query to execute |
java.lang.String |
getTheTableName()
get the string containing the name of the target table |
void |
setFileContent(java.util.ArrayList fileContent)
set the string containing the content of input file |
void |
setTheCols(java.lang.String theCols)
set the string containing the list of columns. |
void |
setTheInputFile(java.lang.String theInputFile)
set the string containing the name of the input file |
void |
setTheQuery(java.lang.String theQuery)
set the string containing the query to execute |
void |
setTheTableName(java.lang.String theTableName)
set the string containing the name of the target table |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String theTableName
java.lang.String theCols
java.lang.String theQuery
java.lang.String theInputFile
java.util.ArrayList fileContent
| Constructor Detail |
|---|
public TheTable()
| Method Detail |
|---|
public java.util.ArrayList getFileContent()
public void setFileContent(java.util.ArrayList fileContent)
fileContent - the theInputFile to setpublic java.lang.String getTheInputFile()
public void setTheInputFile(java.lang.String theInputFile)
theInputFile - the theInputFile to setpublic java.lang.String getTheQuery()
public void setTheQuery(java.lang.String theQuery)
theQuery - the theQuery to setpublic java.lang.String getTheTableName()
public void setTheTableName(java.lang.String theTableName)
theTableName - the theTableName to setpublic java.lang.String getTheCols()
public void setTheCols(java.lang.String theCols)
theCols - the theCols to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||