Class VDBRecordData

  • All Implemented Interfaces:
    Commentable

    public class VDBRecordData
    extends Object
    implements Commentable
    This type was created in VisualAge.
    • Constructor Detail

      • VDBRecordData

        public VDBRecordData()
        RecordData constructor comment.
    • 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 interface Commentable
        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 interface Commentable
        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 interface Commentable
        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)
        Overrides:
        toString in class Object
        Returns:
        java.lang.String
      • 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