|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.dbd.DBDDeviceData
public class DBDDeviceData
This type was created in VisualAge.
Field Summary | |
---|---|
protected java.lang.String |
choice_string
|
protected java.lang.String |
dset_name
|
protected java.lang.String |
link_type
|
protected java.lang.String |
record_type
|
Constructor Summary | |
---|---|
DBDDeviceData()
|
Method Summary | |
---|---|
java.lang.String |
getChoice_string()
Insert the method's description here. |
java.lang.String |
getDset_name()
Insert the method's description here. |
java.lang.String |
getLink_type()
Insert the method's description here. |
java.lang.String |
getRecord_type()
Insert the method's description here. |
void |
setChoice_string(java.lang.String newChoice_string)
Insert the method's description here. |
void |
setDset_name(java.lang.String newDset_name)
Insert the method's description here. |
void |
setLink_type(java.lang.String newLink_type)
Insert the method's description here. |
void |
setRecord_type(java.lang.String newRecord_type)
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 record_type
protected java.lang.String link_type
protected java.lang.String dset_name
protected java.lang.String choice_string
Constructor Detail |
---|
public DBDDeviceData()
Method Detail |
---|
public java.lang.String getChoice_string()
public java.lang.String getDset_name()
public java.lang.String getLink_type()
public java.lang.String getRecord_type()
public void setChoice_string(java.lang.String newChoice_string)
newChoice_string
- java.lang.Stringpublic void setDset_name(java.lang.String newDset_name)
newDset_name
- java.lang.Stringpublic void setLink_type(java.lang.String newLink_type)
newLink_type
- java.lang.Stringpublic void setRecord_type(java.lang.String newRecord_type)
newRecord_type
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |