Package com.cosylab.vdct.dbd
Class DBDDeviceData
- java.lang.Object
-
- com.cosylab.vdct.dbd.DBDDeviceData
-
public class DBDDeviceData extends Object
This type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
choice_string
protected String
dset_name
protected String
link_type
protected String
record_type
-
Constructor Summary
Constructors Constructor Description DBDDeviceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChoice_string()
Insert the method's description here.String
getDset_name()
Insert the method's description here.String
getLink_type()
Insert the method's description here.String
getRecord_type()
Insert the method's description here.void
setChoice_string(String newChoice_string)
Insert the method's description here.void
setDset_name(String newDset_name)
Insert the method's description here.void
setLink_type(String newLink_type)
Insert the method's description here.void
setRecord_type(String newRecord_type)
Insert the method's description here.
-
-
-
Method Detail
-
getChoice_string
public String getChoice_string()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Returns:
- java.lang.String
-
getDset_name
public String getDset_name()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Returns:
- java.lang.String
-
getLink_type
public String getLink_type()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Returns:
- java.lang.String
-
getRecord_type
public String getRecord_type()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Returns:
- java.lang.String
-
setChoice_string
public void setChoice_string(String newChoice_string)
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Parameters:
newChoice_string
- java.lang.String
-
setDset_name
public void setDset_name(String newDset_name)
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Parameters:
newDset_name
- java.lang.String
-
setLink_type
public void setLink_type(String newLink_type)
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Parameters:
newLink_type
- java.lang.String
-
setRecord_type
public void setRecord_type(String newRecord_type)
Insert the method's description here. Creation date: (9.12.2000 16:23:28)- Parameters:
newRecord_type
- java.lang.String
-
-