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 void
addField(VDBFieldData fd)
This method was created in VisualAge.void
fieldValueChanged(VDBFieldData field)
Insert the method's description here.String
getComment()
Insert the method's description here.Object
getDsId()
String
getDTYPLinkType()
This method was created in VisualAge.VDBFieldData
getField(String fieldName)
This method was created in VisualAge.Hashtable
getFields()
Insert the method's description here.Vector
getFieldsV()
Insert the method's description here.Vector
getInfoFields()
String
getName()
Insert the method's description here.Record
getRecord()
String
getType()
Insert the method's description here.void
setComment(String newComment)
Insert the method's description here.void
setInfoFields(Vector infoFieldsV)
void
setName(String newName)
Insert the method's description here.void
setRecord(Record record)
void
setType(String newRecord_type)
Insert the method's description here.String
toString()
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:
getComment
in 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:
getName
in 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:
setComment
in 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:
getDsId
in interfaceCommentable
- Returns:
- something
-
-