Class DBConnectorData


  • public class DBConnectorData
    extends Object
    Insert the type's description here. Creation date: (23.4.2001 17:29:39)
    Author:
    cosylab
    • Field Detail

      • connectorID

        protected String connectorID
      • targetID

        protected String targetID
      • x

        protected int x
      • y

        protected int y
      • mode

        protected int mode
      • color

        protected Color color
      • description

        protected String description
    • Constructor Detail

      • DBConnectorData

        public DBConnectorData​(String id,
                               String targetID,
                               int x,
                               int y,
                               Color color,
                               String description,
                               int mode)
        Insert the method's description here. Creation date: (23.4.2001 17:31:15)
        Parameters:
        id - java.lang.String
        targetID - java.lang.String
        x - int
        y - int
        color - java.awt.Color
        description - java.lang.String
        mode - int
    • Method Detail

      • getColor

        public Color getColor()
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Returns:
        java.awt.Color
      • getConnectorID

        public String getConnectorID()
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Returns:
        java.lang.String
      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Returns:
        java.lang.String
      • getTargetID

        public String getTargetID()
        Insert the method's description here. Creation date: (23.4.2001 21:10:55)
        Returns:
        java.lang.String
      • getX

        public int getX()
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Returns:
        int
      • getY

        public int getY()
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Returns:
        int
      • setColor

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

        public void setConnectorID​(String newConnectorID)
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Parameters:
        newConnectorID - java.lang.String
      • setDescription

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

        public void setTargetID​(String newTargetID)
        Insert the method's description here. Creation date: (23.4.2001 21:10:55)
        Parameters:
        newTargetID - java.lang.String
      • setX

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

        public void setY​(int newY)
        Insert the method's description here. Creation date: (23.4.2001 17:30:42)
        Parameters:
        newY - int
      • getMode

        public int getMode()
        Returns the mode.
        Returns:
        int
      • setMode

        public void setMode​(int mode)
        Sets the mode.
        Parameters:
        mode - The mode to set