com.cosylab.vdct.dbd
Class DBDRecordData

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

public class DBDRecordData
extends java.lang.Object

This type was created in VisualAge.


Field Summary
protected  java.util.Hashtable fields
           
protected  java.util.Vector fieldsV
           
protected  java.lang.String name
           
 
Constructor Summary
DBDRecordData()
          RecordData constructor comment.
 
Method Summary
 void addField(DBDFieldData fd)
          This method was created in VisualAge.
 DBDFieldData getDBDFieldData(java.lang.String fieldName)
          This method was created in VisualAge.
 java.util.Hashtable getFields()
          Insert the method's description here.
 java.util.Vector getFieldsV()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 void setName(java.lang.String newName)
          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

name

protected java.lang.String name

fields

protected java.util.Hashtable fields

fieldsV

protected java.util.Vector fieldsV
Constructor Detail

DBDRecordData

public DBDRecordData()
RecordData constructor comment.

Method Detail

addField

public void addField(DBDFieldData fd)
This method was created in VisualAge.

Parameters:
fd - VisualDCTPackage.FieldData

getDBDFieldData

public DBDFieldData getDBDFieldData(java.lang.String fieldName)
This method was created in VisualAge.

Parameters:
fieldName - java.lang.String
Returns:
com.cosylab.vdct.dbd.DBDFieldData

getFields

public java.util.Hashtable getFields()
Insert the method's description here. Creation date: (9.12.2000 16:28:10)

Returns:
java.util.Hashtable

getFieldsV

public java.util.Vector getFieldsV()
Insert the method's description here. Creation date: (6.1.2001 20:42:28)

Returns:
java.util.Vector

getName

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

Returns:
java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 16:28:10)

Parameters:
newName - java.lang.String