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 Stringchoice_stringprotected Stringdset_nameprotected Stringlink_typeprotected Stringrecord_type
-
Constructor Summary
Constructors Constructor Description DBDDeviceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChoice_string()Insert the method's description here.StringgetDset_name()Insert the method's description here.StringgetLink_type()Insert the method's description here.StringgetRecord_type()Insert the method's description here.voidsetChoice_string(String newChoice_string)Insert the method's description here.voidsetDset_name(String newDset_name)Insert the method's description here.voidsetLink_type(String newLink_type)Insert the method's description here.voidsetRecord_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
-
-