gpl.fredy.datadrill
Class SqlParserObject

java.lang.Object
  extended by gpl.fredy.datadrill.SqlParserObject

public class SqlParserObject
extends java.lang.Object


Field Summary
 int COMBOBOX
           
 int DATEFIELD
           
 int NUMBERFIELD
           
 java.lang.String parameter
           
 int TEXTFIELD
           
 int TWINBOX
           
 java.lang.String value
           
 
Constructor Summary
SqlParserObject()
           
 
Method Summary
 java.lang.Object getComponent()
           
 t_connect getCon()
          Get the value of con.
 int getFieldType()
          Get the value of fieldType.
 java.lang.String getOrigText()
          Get the value of origText.
 java.lang.String getQuery()
          Get the value of query.
 java.lang.String getText()
           
 java.lang.String getValue()
           
 void setComponent()
          Set the value of component.
 void setCon(t_connect v)
          Set the value of con.
 void setFieldType(int v)
          Set the value of fieldType.
 void setOrigText(java.lang.String v)
          Set the value of origText.
 void setQuery(java.lang.String v)
          Set the value of query.
 void setTyp(java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

public java.lang.String parameter

value

public java.lang.String value

DATEFIELD

public int DATEFIELD

TEXTFIELD

public int TEXTFIELD

NUMBERFIELD

public int NUMBERFIELD

COMBOBOX

public int COMBOBOX

TWINBOX

public int TWINBOX
Constructor Detail

SqlParserObject

public SqlParserObject()
Method Detail

getOrigText

public java.lang.String getOrigText()
Get the value of origText.

Returns:
value of origText.

setOrigText

public void setOrigText(java.lang.String v)
Set the value of origText.

Parameters:
v - Value to assign to origText.

getFieldType

public int getFieldType()
Get the value of fieldType.

Returns:
value of fieldType.

setFieldType

public void setFieldType(int v)
Set the value of fieldType.

Parameters:
v - Value to assign to fieldType.

setTyp

public void setTyp(java.lang.String v)

getQuery

public java.lang.String getQuery()
Get the value of query.

Returns:
value of query.

setQuery

public void setQuery(java.lang.String v)
Set the value of query.

Parameters:
v - Value to assign to query.

getCon

public t_connect getCon()
Get the value of con.

Returns:
value of con.

setCon

public void setCon(t_connect v)
Set the value of con.

Parameters:
v - Value to assign to con.

getText

public java.lang.String getText()

getValue

public java.lang.String getValue()

setComponent

public void setComponent()
Set the value of component.

Parameters:
v - Value to assign to component.

getComponent

public java.lang.Object getComponent()