Class DBGroupData


  • public class DBGroupData
    extends Object
    This type was created in VisualAge. Used only for layout data
    • Field Detail

      • x

        protected int x
      • y

        protected int y
      • color

        protected Color color
      • description

        protected String description
    • Constructor Detail

      • DBGroupData

        public DBGroupData​(String name,
                           int x,
                           int y,
                           Color color,
                           String description)
        DBGroupData constructor comment.
        Parameters:
        name - java.lang.String
        x - int
        y - int
        color - java.awt.Color
        description - java.lang.String
    • Method Detail

      • getColor

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

        public String getDescription()
        Insert the method's description here. Creation date: (23.4.2001 21:08:58)
        Returns:
        java.lang.String
      • getName

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

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

        public int getY()
        Insert the method's description here. Creation date: (9.12.2000 17:13:56)
        Returns:
        int
      • setColor

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

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

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

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

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