|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.GenerateSwing
public class GenerateSwing
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 |
---|
public GenerateSwing(java.util.Vector v, java.lang.String db, java.util.Vector ac)
Method Detail |
---|
public java.lang.String getVersion()
public void setSwingCode(java.lang.String v)
v
- Value to assign to swingCode.public java.lang.String getDatabase()
public void setDatabase(java.lang.String v)
v
- Value to assign to database.public java.lang.String getTable()
public void setTable(java.lang.String v)
v
- Value to assign to table.public int getLng()
public void setLng(int v)
v
- Value to assign to lng.public int getNoRows()
public void setNoRows(int v)
v
- Value to assign to number of Rows in a TextArea.public boolean getOracle()
public void setOracle(boolean v)
v
- Value to assign to oracle.public java.lang.String getSwingCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |