com.cosylab.vdct.dbd
Class DBDFieldData

java.lang.Object
  extended by com.cosylab.vdct.dbd.DBDFieldData

public class DBDFieldData
extends java.lang.Object

This type was created in VisualAge.


Field Summary
protected  int base_type
           
protected  int field_type
           
protected  int GUI_type
           
protected  java.lang.String init_value
           
protected  java.lang.String menu_name
           
protected  java.lang.String name
           
protected  java.lang.String prompt_value
           
protected  int size_value
           
 
Constructor Summary
DBDFieldData()
           
 
Method Summary
 int getBase_type()
          Insert the method's description here.
 int getField_type()
          Insert the method's description here.
 int getGUI_type()
          Insert the method's description here.
 java.lang.String getInit_value()
          Insert the method's description here.
 java.lang.String getMenu_name()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getPrompt_value()
          Insert the method's description here.
 int getSize_value()
          Insert the method's description here.
 void setBase_type(int newBase_type)
          Insert the method's description here.
 void setField_type(int newField_type)
          Insert the method's description here.
 void setGUI_type(int newGUI_type)
          Insert the method's description here.
 void setInit_value(java.lang.String newInit_value)
          Insert the method's description here.
 void setMenu_name(java.lang.String newMenu_name)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setPrompt_value(java.lang.String newPrompt_value)
          Insert the method's description here.
 void setSize_value(int newSize_value)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

GUI_type

protected int GUI_type

field_type

protected int field_type

init_value

protected java.lang.String init_value

prompt_value

protected java.lang.String prompt_value

base_type

protected int base_type

size_value

protected int size_value

menu_name

protected java.lang.String menu_name
Constructor Detail

DBDFieldData

public DBDFieldData()
Method Detail

getBase_type

public int getBase_type()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
int

getField_type

public int getField_type()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
int

getGUI_type

public int getGUI_type()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
int

getInit_value

public java.lang.String getInit_value()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
java.lang.String

getMenu_name

public java.lang.String getMenu_name()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
java.lang.String

getPrompt_value

public java.lang.String getPrompt_value()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
java.lang.String

getSize_value

public int getSize_value()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Returns:
int

setBase_type

public void setBase_type(int newBase_type)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newBase_type - int

setField_type

public void setField_type(int newField_type)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newField_type - int

setGUI_type

public void setGUI_type(int newGUI_type)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newGUI_type - int

setInit_value

public void setInit_value(java.lang.String newInit_value)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newInit_value - java.lang.String

setMenu_name

public void setMenu_name(java.lang.String newMenu_name)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newMenu_name - java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newName - java.lang.String

setPrompt_value

public void setPrompt_value(java.lang.String newPrompt_value)
Insert the method's description here. Creation date: (9.12.2000 16:25:01)

Parameters:
newPrompt_value - java.lang.String

setSize_value

public void setSize_value(int newSize_value)
Insert the method's description here. Creation date: (9.12.2000 16:25:02)

Parameters:
newSize_value - int