gpl.fredy.generate
Class GenerateXML

java.lang.Object
  extended by gpl.fredy.share.BasicAdmin
      extended by gpl.fredy.generate.GenerateXML

public class GenerateXML
extends BasicAdmin


Field Summary
 java.lang.String INSETS
           
 
Fields inherited from class gpl.fredy.share.BasicAdmin
con
 
Constructor Summary
GenerateXML(java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String database, java.lang.String table, java.lang.String schema, java.lang.String file)
           
GenerateXML(t_connect con, java.lang.String table, java.lang.String schema, java.lang.String file)
           
 
Method Summary
 void exec()
           
 java.lang.String getFile()
          Get the value of file.
 int getGridHeight()
          Get the value of gridHeight.
 int getGridX()
          Get the value of gridX.
 int getGridY()
          Get the value of gridY.
 java.lang.String getINSETS()
           
 int getMaxCols()
          Get the maximum length of a TextField before turning into a TextArea
 int getNoCols()
          Get the number of Columns a TextArea has.
 int getNoRows()
          Get the number of rows a TextArea has
 int getNumberOfComponentsPerLine()
          Get the value of numberOfComponentsPerLine.
 void init()
           
static void main(java.lang.String[] args)
           
 void setFile(java.lang.String v)
          Set the value of file.
 void setGridHeight(int v)
          Set the value of gridHeight.
 void setGridX(int v)
          Set the value of gridX.
 void setINSETS(java.lang.String v)
           
 void setMaxCols(int v)
          Set the maximum length of a TextField before turning into a TextArea
 void setNoCols(int v)
          Set the number of Columns a TextArea has.
 void setNoRows(int v)
          Set the number of rows a TextArea has
 void setNumberOfComponentsPerLine(int v)
          Set the value of numberOfComponentsPerLine.
 
Methods inherited from class gpl.fredy.share.BasicAdmin
getCon, getDatabase, getHost, getPassword, getSchema, getTable, getUser, setCon, setDatabase, setHost, setPassword, setSchema, setTable, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSETS

public java.lang.String INSETS
Constructor Detail

GenerateXML

public GenerateXML(java.lang.String host,
                   java.lang.String user,
                   java.lang.String password,
                   java.lang.String database,
                   java.lang.String table,
                   java.lang.String schema,
                   java.lang.String file)

GenerateXML

public GenerateXML(t_connect con,
                   java.lang.String table,
                   java.lang.String schema,
                   java.lang.String file)
Method Detail

setINSETS

public void setINSETS(java.lang.String v)

getINSETS

public java.lang.String getINSETS()

getNumberOfComponentsPerLine

public int getNumberOfComponentsPerLine()
Get the value of numberOfComponentsPerLine.

Returns:
value of numberOfComponentsPerLine.

setNumberOfComponentsPerLine

public void setNumberOfComponentsPerLine(int v)
Set the value of numberOfComponentsPerLine.

Parameters:
v - Value to assign to numberOfComponentsPerLine.

getGridY

public int getGridY()
Get the value of gridY.

Returns:
value of gridY.

getGridX

public int getGridX()
Get the value of gridX.

Returns:
value of gridX.

setGridX

public void setGridX(int v)
Set the value of gridX.

Parameters:
v - Value to assign to gridX.

getGridHeight

public int getGridHeight()
Get the value of gridHeight.

Returns:
value of gridHeight.

setGridHeight

public void setGridHeight(int v)
Set the value of gridHeight.

Parameters:
v - Value to assign to gridHeight.

getMaxCols

public int getMaxCols()
Get the maximum length of a TextField before turning into a TextArea

Returns:
value of maxCols.

setMaxCols

public void setMaxCols(int v)
Set the maximum length of a TextField before turning into a TextArea

Parameters:
v - Value to assign to maxCols.

getNoCols

public int getNoCols()
Get the number of Columns a TextArea has.

Returns:
value of noCols.

setNoCols

public void setNoCols(int v)
Set the number of Columns a TextArea has.

Parameters:
v - Value to assign to noCols.

getNoRows

public int getNoRows()
Get the number of rows a TextArea has

Returns:
value of noRows.

setNoRows

public void setNoRows(int v)
Set the number of rows a TextArea has

Parameters:
v - Value to assign to noRows.

getFile

public java.lang.String getFile()
Get the value of file.

Returns:
value of file.

setFile

public void setFile(java.lang.String v)
Set the value of file.

Parameters:
v - Value to assign to file.

init

public void init()

exec

public void exec()

main

public static void main(java.lang.String[] args)