gpl.fredy.generate
Class GenerateSwing

java.lang.Object
  extended by gpl.fredy.generate.GenerateSwing

public class GenerateSwing
extends java.lang.Object


Constructor Summary
GenerateSwing(java.util.Vector v, java.lang.String db, java.util.Vector ac)
           
 
Method Summary
 java.lang.String getDatabase()
          Get the value of database.
 int getLng()
          Get the value of the length when to switch from TextField to TextArea.
 int getNoRows()
          Get the value of number of Rows in a TextArea.
 boolean getOracle()
          Get the value of oracle.
 java.lang.String getSwingCode()
           
 java.lang.String getTable()
          Get the value of table.
 java.lang.String getVersion()
           
 void setDatabase(java.lang.String v)
          Set the value of database.
 void setLng(int v)
          Set the value of length when to switch from TextField to TextArea.
 void setNoRows(int v)
          Set the value of number of Rows in a TextArea.
 void setOracle(boolean v)
          Set the value of oracle.
 void setSwingCode(java.lang.String v)
          Set the value of swingCode.
 void setTable(java.lang.String v)
          Set the value of table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateSwing

public GenerateSwing(java.util.Vector v,
                     java.lang.String db,
                     java.util.Vector ac)
Method Detail

getVersion

public java.lang.String getVersion()

setSwingCode

public void setSwingCode(java.lang.String v)
Set the value of swingCode.

Parameters:
v - Value to assign to swingCode.

getDatabase

public java.lang.String getDatabase()
Get the value of database.

Returns:
Value of database.

setDatabase

public void setDatabase(java.lang.String v)
Set the value of database.

Parameters:
v - Value to assign to database.

getTable

public java.lang.String getTable()
Get the value of table.

Returns:
Value of table.

setTable

public void setTable(java.lang.String v)
Set the value of table.

Parameters:
v - Value to assign to table.

getLng

public int getLng()
Get the value of the length when to switch from TextField to TextArea.

Returns:
Value of lng.

setLng

public void setLng(int v)
Set the value of length when to switch from TextField to TextArea.

Parameters:
v - Value to assign to lng.

getNoRows

public int getNoRows()
Get the value of number of Rows in a TextArea.

Returns:
Value of number of Rows in a TextArea.

setNoRows

public void setNoRows(int v)
Set the value of number of Rows in a TextArea.

Parameters:
v - Value to assign to number of Rows in a TextArea.

getOracle

public boolean getOracle()
Get the value of oracle.

Returns:
Value of oracle.

setOracle

public void setOracle(boolean v)
Set the value of oracle.

Parameters:
v - Value to assign to oracle.

getSwingCode

public java.lang.String getSwingCode()