|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.bootstrep.Beans.TheElement
public class TheElement
This bean reflects the XIF structure. We designed this bean to store information about an XML element:
the behavior of the Loading Software depends only on the elements and their parent-child relationship.
This bean builds a software structure upon the XIF elements. This structure contains information on
table structures and sql intructions. As a summary:
| Field Summary | |
|---|---|
(package private) java.lang.String[][] |
bitFatMap
The object representing father data into table table WORK_BITMAP_ID_TABLE. |
(package private) java.lang.String[][] |
bitMap
The object representing data into the table WORK_BITMAP_ID_TABLE. |
(package private) java.lang.Integer |
deep
The xml element deep. |
(package private) java.lang.Integer |
hasBitMapValue
The bitMap value. |
(package private) java.lang.String |
insRelStr
string Insert: the sql instruction for correspondane tables This variable along with its get& set methods is used in: ManageJdom Process |
(package private) java.lang.String |
insStr
string Insert: the sql instruction for standard tables. |
(package private) java.lang.Integer |
numOfoccurrence
The number of occurrence of the same element This variable along with its get& set methods is used in: ManageJdom Process |
(package private) java.lang.String |
theFile
The input file to be loaded. |
(package private) java.lang.String |
theRelFile
The input file to be loaded for correspondence table. |
(package private) java.lang.String |
theRelTable
The correspondence table to load. |
(package private) java.lang.String |
theTable
The table to load. |
(package private) java.lang.String |
xmlFatName
The xml parent element This variable along with its get& set methods is used in: ManageJdom Process |
(package private) java.lang.String |
xmlName
The xml element. |
| Constructor Summary | |
|---|---|
TheElement()
Creates a new instance of TheElement |
|
| Method Summary | |
|---|---|
java.lang.String[][] |
getBitFatMap()
get the bitmap of the father element |
java.lang.String[][] |
getBitMap()
get the bitmap of the element |
java.lang.Integer |
getDeep()
get the deep ( indentation ) of the element |
java.lang.Integer |
getHasBitMapValue()
get the bitmap of element |
java.lang.String |
getInsRelStr()
get the sql instruction to laod relation tables |
java.lang.String |
getInsStr()
get the sql instruction to laod staging tables |
java.lang.Integer |
getNumOfoccurrence()
get number of occurrence of the element |
java.lang.String |
getTheFile()
get the input file which contains data before they are loaded into tables. |
java.lang.String |
getTheRelFile()
get the input file which contains data before they are loaded into tables. |
java.lang.String |
getTheRelTable()
get the staging relation table |
java.lang.String |
getTheTable()
get the staging table to load |
java.lang.String |
getXmlFatName()
get the name of father of the element |
java.lang.String |
getXmlName()
get the name of the element |
void |
setBitFatMap(java.lang.String[][] bitFatMap)
set the bitmap of the father element |
void |
setBitMap(java.lang.String[][] bitMap)
set the bitmap of the element |
void |
setDeep(java.lang.Integer deep)
set the deep ( indentation ) of the element |
void |
setHasBitMapValue(java.lang.Integer hasBitMapValue)
set the bitmap of element |
void |
setInsRelStr(java.lang.String insRelStr)
set the sql instruction to laod relation tables |
void |
setInsStr(java.lang.String insStr)
set the sql instruction to laod staging tables |
void |
setNumOfoccurrence(java.lang.Integer numOfoccurrence)
set the number of occurrence of the element |
void |
setTheFile(java.lang.String theFile)
set the input file which contains data before they are loaded into tables. |
void |
setTheRelFile(java.lang.String theRelFile)
set the input filewhich contains data before they are loaded into tables. |
void |
setTheRelTable(java.lang.String theRelTable)
set the staging relation table |
void |
setTheTable(java.lang.String theTable)
set the staging table to load |
void |
setXmlFatName(java.lang.String xmlFatName)
set the name of the father of the element |
void |
setXmlName(java.lang.String xmlName)
set the name of the element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String xmlName
java.lang.String xmlFatName
java.lang.Integer deep
java.lang.Integer hasBitMapValue
java.lang.Integer numOfoccurrence
java.lang.String[][] bitMap
java.lang.String[][] bitFatMap
java.lang.String theTable
java.lang.String theRelTable
java.lang.String theFile
java.lang.String theRelFile
java.lang.String insStr
java.lang.String insRelStr
| Constructor Detail |
|---|
public TheElement()
| Method Detail |
|---|
public java.lang.String[][] getBitFatMap()
public void setBitFatMap(java.lang.String[][] bitFatMap)
bitFatMap - the bitFatMap to setpublic java.lang.String getTheTable()
public void setTheTable(java.lang.String theTable)
theTable - the theTable to setpublic java.lang.String[][] getBitMap()
public void setBitMap(java.lang.String[][] bitMap)
bitMap - the bitMap to setpublic java.lang.Integer getDeep()
public void setDeep(java.lang.Integer deep)
deep - the deep to setpublic java.lang.Integer getNumOfoccurrence()
public void setNumOfoccurrence(java.lang.Integer numOfoccurrence)
numOfoccurrence - the numOfoccurrence to setpublic java.lang.String getXmlFatName()
public void setXmlFatName(java.lang.String xmlFatName)
xmlFatName - the xmlFatName to setpublic java.lang.String getXmlName()
public void setXmlName(java.lang.String xmlName)
xmlName - the xmlName to setpublic java.lang.String getTheFile()
public void setTheFile(java.lang.String theFile)
theFile - the theFile to setpublic java.lang.String getTheRelFile()
public void setTheRelFile(java.lang.String theRelFile)
theRelFile - the theRelFile to setpublic java.lang.String getTheRelTable()
public void setTheRelTable(java.lang.String theRelTable)
theRelTable - the theRelTable to setpublic java.lang.String getInsRelStr()
public void setInsRelStr(java.lang.String insRelStr)
insRelStr - the insRelStr to setpublic java.lang.String getInsStr()
public void setInsStr(java.lang.String insStr)
insStr - the insStr to setpublic java.lang.Integer getHasBitMapValue()
public void setHasBitMapValue(java.lang.Integer hasBitMapValue)
hasBitMapValue - the hasBitMapValue to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||