com.cosylab.vdct.dbd
Class DBDDeviceData

java.lang.Object
  extended by com.cosylab.vdct.dbd.DBDDeviceData

public class DBDDeviceData
extends java.lang.Object

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

record_type

protected java.lang.String record_type

link_type

protected java.lang.String link_type

dset_name

protected java.lang.String dset_name

choice_string

protected java.lang.String choice_string
Constructor Detail

DBDDeviceData

public DBDDeviceData()
Method Detail

getChoice_string

public java.lang.String getChoice_string()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)

Returns:
java.lang.String

getDset_name

public java.lang.String getDset_name()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)

Returns:
java.lang.String

getLink_type

public java.lang.String getLink_type()
Insert the method's description here. Creation date: (9.12.2000 16:23:28)

Returns:
java.lang.String

getRecord_type

public java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.String newRecord_type)
Insert the method's description here. Creation date: (9.12.2000 16:23:28)

Parameters:
newRecord_type - java.lang.String