Package com.cosylab.vdct.dbd
Class DBDFieldData
- java.lang.Object
-
- com.cosylab.vdct.dbd.DBDFieldData
-
public class DBDFieldData extends Object
This type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description protected intbase_typeprotected intfield_typeprotected DBDGuiGroupDatagui_groupprotected Stringinit_valueprotected Stringmenu_nameprotected Stringnameprotected Stringprompt_valueprotected intsize_value
-
Constructor Summary
Constructors Constructor Description DBDFieldData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBase_type()Insert the method's description here.intgetField_type()Insert the method's description here.DBDGuiGroupDatagetGui_group()gui_group getter.StringgetInit_value()Insert the method's description here.StringgetMenu_name()Insert the method's description here.StringgetName()Insert the method's description here.StringgetPrompt_value()Insert the method's description here.intgetSize_value()Insert the method's description here.voidsetBase_type(int newBase_type)Insert the method's description here.voidsetField_type(int newField_type)Insert the method's description here.voidsetGui_group(DBDGuiGroupData newGui_group)Gui group setter.voidsetInit_value(String newInit_value)Insert the method's description here.voidsetMenu_name(String newMenu_name)Insert the method's description here.voidsetName(String newName)Insert the method's description here.voidsetPrompt_value(String newPrompt_value)Insert the method's description here.voidsetSize_value(int newSize_value)Insert the method's description here.
-
-
-
Field Detail
-
name
protected String name
-
gui_group
protected DBDGuiGroupData gui_group
-
field_type
protected int field_type
-
init_value
protected String init_value
-
prompt_value
protected String prompt_value
-
base_type
protected int base_type
-
size_value
protected int size_value
-
menu_name
protected String menu_name
-
-
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_group
public DBDGuiGroupData getGui_group()
gui_group getter.- Returns:
- gui_group numerical index
-
getInit_value
public String getInit_value()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)- Returns:
- java.lang.String
-
getMenu_name
public String getMenu_name()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)- Returns:
- java.lang.String
-
getName
public String getName()
Insert the method's description here. Creation date: (9.12.2000 16:25:01)- Returns:
- java.lang.String
-
getPrompt_value
public 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_group
public void setGui_group(DBDGuiGroupData newGui_group)
Gui group setter.- Parameters:
newGui_group- int
-
setInit_value
public void setInit_value(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(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(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(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
-
-