com.cosylab.vdct.vdb
Class VDBRecordData

java.lang.Object
  extended by com.cosylab.vdct.vdb.VDBRecordData
All Implemented Interfaces:
Commentable

public class VDBRecordData
extends java.lang.Object
implements Commentable

This type was created in VisualAge.


Field Summary
protected  java.lang.String comment
           
protected  java.util.Hashtable fields
           
protected  java.util.Vector fieldsV
           
protected  java.lang.String name
           
protected  Record record
           
protected  java.lang.String record_type
           
 
Constructor Summary
VDBRecordData()
          RecordData constructor comment.
 
Method Summary
 void addField(VDBFieldData fd)
          This method was created in VisualAge.
 void fieldValueChanged(VDBFieldData field)
          Insert the method's description here.
 java.lang.String getComment()
          Insert the method's description here.
 java.lang.Object getDsId()
           
 java.lang.String getDTYPLinkType()
          This method was created in VisualAge.
 VDBFieldData getField(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.
 Record getRecord()
           
 java.lang.String getType()
          Insert the method's description here.
 void setComment(java.lang.String newComment)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setRecord(Record record)
           
 void setType(java.lang.String newRecord_type)
          Insert the method's description here.
 java.lang.String toString()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

record_type

protected java.lang.String record_type

name

protected java.lang.String name

record

protected Record record

fields

protected java.util.Hashtable fields

fieldsV

protected java.util.Vector fieldsV

comment

protected java.lang.String comment
Constructor Detail

VDBRecordData

public VDBRecordData()
RecordData constructor comment.

Method Detail

getDTYPLinkType

public java.lang.String getDTYPLinkType()
This method was created in VisualAge.

Parameters:
dbd - DBDData

addField

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

Parameters:
fd - VisualDCTPackage.FieldData

fieldValueChanged

public void fieldValueChanged(VDBFieldData field)
Insert the method's description here. Creation date: (28.1.2001 13:12:23)

Parameters:
field - com.cosylab.vdct.vdb.VDBFieldData

getComment

public java.lang.String getComment()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Specified by:
getComment in interface Commentable
Returns:
java.lang.String

getField

public VDBFieldData getField(java.lang.String fieldName)
This method was created in VisualAge.

Parameters:
fieldName - java.lang.String
Returns:
epics.vdb.VDBFieldData

getFields

public java.util.Hashtable getFields()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Returns:
java.util.Hashtable

getFieldsV

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

Returns:
java.util.Vector

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Specified by:
getName in interface Commentable
Returns:
java.lang.String

getType

public java.lang.String getType()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Returns:
java.lang.String

setComment

public void setComment(java.lang.String newComment)
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Specified by:
setComment in interface Commentable
Parameters:
newComment - java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Parameters:
newName - java.lang.String

setType

public void setType(java.lang.String newRecord_type)
Insert the method's description here. Creation date: (9.12.2000 18:13:17)

Parameters:
newRecord_type - java.lang.String

toString

public java.lang.String toString()
Insert the method's description here. Creation date: (2.2.2001 21:51:41)

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

getRecord

public Record getRecord()

setRecord

public void setRecord(Record record)

getDsId

public java.lang.Object getDsId()
Specified by:
getDsId in interface Commentable