Package com.cosylab.vdct.vdb
Class VDBRecordData
- java.lang.Object
-
- com.cosylab.vdct.vdb.VDBRecordData
-
- All Implemented Interfaces:
Commentable
public class VDBRecordData extends Object implements Commentable
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description VDBRecordData()RecordData constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddField(VDBFieldData fd)This method was created in VisualAge.voidfieldValueChanged(VDBFieldData field)Insert the method's description here.StringgetComment()Insert the method's description here.ObjectgetDsId()StringgetDTYPLinkType()This method was created in VisualAge.VDBFieldDatagetField(String fieldName)This method was created in VisualAge.HashtablegetFields()Insert the method's description here.VectorgetFieldsV()Insert the method's description here.VectorgetInfoFields()StringgetName()Insert the method's description here.RecordgetRecord()StringgetType()Insert the method's description here.voidsetComment(String newComment)Insert the method's description here.voidsetInfoFields(Vector infoFieldsV)voidsetName(String newName)Insert the method's description here.voidsetRecord(Record record)voidsetType(String newRecord_type)Insert the method's description here.StringtoString()Insert the method's description here.
-
-
-
Method Detail
-
getDTYPLinkType
public String getDTYPLinkType()
This method was created in VisualAge.- Returns:
- something
-
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 String getComment()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)- Specified by:
getCommentin interfaceCommentable- Returns:
- java.lang.String
-
getField
public VDBFieldData getField(String fieldName)
This method was created in VisualAge.- Parameters:
fieldName- java.lang.String- Returns:
- epics.vdb.VDBFieldData
-
getFields
public Hashtable getFields()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)- Returns:
- java.util.Hashtable
-
getFieldsV
public Vector getFieldsV()
Insert the method's description here. Creation date: (6.1.2001 20:53:54)- Returns:
- java.util.Vector
-
getName
public String getName()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)- Specified by:
getNamein interfaceCommentable- Returns:
- java.lang.String
-
getType
public String getType()
Insert the method's description here. Creation date: (9.12.2000 18:13:17)- Returns:
- java.lang.String
-
setComment
public void setComment(String newComment)
Insert the method's description here. Creation date: (9.12.2000 18:13:17)- Specified by:
setCommentin interfaceCommentable- Parameters:
newComment- java.lang.String
-
setName
public void setName(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(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 String toString()
Insert the method's description here. Creation date: (2.2.2001 21:51:41)
-
getInfoFields
public Vector getInfoFields()
- Returns:
- the infoFieldsV
-
setInfoFields
public void setInfoFields(Vector infoFieldsV)
- Parameters:
infoFieldsV- the infoFieldsV to set
-
getRecord
public Record getRecord()
- Returns:
- something
-
setRecord
public void setRecord(Record record)
- Parameters:
record- record
-
getDsId
public Object getDsId()
- Specified by:
getDsIdin interfaceCommentable- Returns:
- something
-
-