|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.dbd.DBDFieldData
public class DBDFieldData
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 |
---|
protected java.lang.String name
protected int GUI_type
protected int field_type
protected java.lang.String init_value
protected java.lang.String prompt_value
protected int base_type
protected int size_value
protected java.lang.String menu_name
Constructor Detail |
---|
public DBDFieldData()
Method Detail |
---|
public int getBase_type()
public int getField_type()
public int getGUI_type()
public java.lang.String getInit_value()
public java.lang.String getMenu_name()
public java.lang.String getName()
public java.lang.String getPrompt_value()
public int getSize_value()
public void setBase_type(int newBase_type)
newBase_type
- intpublic void setField_type(int newField_type)
newField_type
- intpublic void setGUI_type(int newGUI_type)
newGUI_type
- intpublic void setInit_value(java.lang.String newInit_value)
newInit_value
- java.lang.Stringpublic void setMenu_name(java.lang.String newMenu_name)
newMenu_name
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setPrompt_value(java.lang.String newPrompt_value)
newPrompt_value
- java.lang.Stringpublic void setSize_value(int newSize_value)
newSize_value
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |