Class DBRecordData


  • public class DBRecordData
    extends DBComment
    This type was created in VisualAge.
    • Field Detail

      • record_type

        protected String record_type
      • fieldsV

        protected Vector fieldsV
      • visualFieldsV

        protected Vector visualFieldsV
      • infoFieldsV

        protected Vector infoFieldsV
      • x

        protected int x
      • y

        protected int y
      • color

        protected Color color
      • rotated

        protected boolean rotated
      • description

        protected String description
    • Constructor Detail

      • DBRecordData

        public DBRecordData()
        RecordData constructor comment.
    • Method Detail

      • addField

        public void addField​(DBFieldData fd)
        This method was created in VisualAge.
        Parameters:
        fd - VisualDCTPackage.FieldData
      • addVisualField

        public void addVisualField​(DBFieldData fd)
        This method was created in VisualAge.
        Parameters:
        fd - VisualDCTPackage.FieldData
      • addInfoField

        public void addInfoField​(DBFieldData fd)
        This method was created in VisualAge.
        Parameters:
        fd - VisualDCTPackage.FieldData
      • getColor

        public Color getColor()
        Insert the method's description here. Creation date: (23.4.2001 17:22:37)
        Returns:
        java.awt.Color
      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (23.4.2001 17:22:37)
        Returns:
        java.lang.String
      • getFields

        public Hashtable getFields()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        java.util.Hashtable
      • getFieldsV

        public Vector getFieldsV()
        Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)
        Returns:
        java.util.Vector
      • getVisualFieldsV

        public Vector getVisualFieldsV()
        Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)
        Returns:
        java.util.Vector
      • getInfoFieldsV

        public Vector getInfoFieldsV()
        Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)
        Returns:
        java.util.Vector
      • getName

        public String getName()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        java.lang.String
      • getRecord_type

        public String getRecord_type()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        java.lang.String
      • getX

        public int getX()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        int
      • getY

        public int getY()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        int
      • isRotated

        public boolean isRotated()
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Returns:
        boolean
      • setColor

        public void setColor​(Color newColor)
        Insert the method's description here. Creation date: (23.4.2001 17:22:37)
        Parameters:
        newColor - java.awt.Color
      • setDescription

        public void setDescription​(String newDescription)
        Insert the method's description here. Creation date: (23.4.2001 17:22:37)
        Parameters:
        newDescription - java.lang.String
      • setName

        public void setName​(String newName)
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Parameters:
        newName - java.lang.String
      • setRecord_type

        public void setRecord_type​(String newRecord_type)
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Parameters:
        newRecord_type - java.lang.String
      • setRotated

        public void setRotated​(boolean newRotated)
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Parameters:
        newRotated - boolean
      • setX

        public void setX​(int newX)
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Parameters:
        newX - int
      • setY

        public void setY​(int newY)
        Insert the method's description here. Creation date: (9.12.2000 17:23:46)
        Parameters:
        newY - int