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 int
base_type
protected int
field_type
protected DBDGuiGroupData
gui_group
protected String
init_value
protected String
menu_name
protected String
name
protected String
prompt_value
protected int
size_value
-
Constructor Summary
Constructors Constructor Description DBDFieldData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBase_type()
Insert the method's description here.int
getField_type()
Insert the method's description here.DBDGuiGroupData
getGui_group()
gui_group getter.String
getInit_value()
Insert the method's description here.String
getMenu_name()
Insert the method's description here.String
getName()
Insert the method's description here.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_group(DBDGuiGroupData newGui_group)
Gui group setter.void
setInit_value(String newInit_value)
Insert the method's description here.void
setMenu_name(String newMenu_name)
Insert the method's description here.void
setName(String newName)
Insert the method's description here.void
setPrompt_value(String newPrompt_value)
Insert the method's description here.void
setSize_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
-
-