com.cosylab.vdct.db
Class DBConnectorData

java.lang.Object
  extended by com.cosylab.vdct.db.DBConnectorData

public class DBConnectorData
extends java.lang.Object

Insert the type's description here. Creation date: (23.4.2001 17:29:39)

Author:

Field Summary
protected  java.awt.Color color
           
protected  java.lang.String connectorID
           
protected  java.lang.String description
           
protected  int mode
           
protected  java.lang.String targetID
           
protected  int x
           
protected  int y
           
 
Constructor Summary
DBConnectorData(java.lang.String id, java.lang.String targetID, int x, int y, java.awt.Color color, java.lang.String description, int mode)
          Insert the method's description here.
 
Method Summary
 java.awt.Color getColor()
          Insert the method's description here.
 java.lang.String getConnectorID()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 int getMode()
          Returns the mode.
 java.lang.String getTargetID()
          Insert the method's description here.
 int getX()
          Insert the method's description here.
 int getY()
          Insert the method's description here.
 void setColor(java.awt.Color newColor)
          Insert the method's description here.
 void setConnectorID(java.lang.String newConnectorID)
          Insert the method's description here.
 void setDescription(java.lang.String newDescription)
          Insert the method's description here.
 void setMode(int mode)
          Sets the mode.
 void setTargetID(java.lang.String newTargetID)
          Insert the method's description here.
 void setX(int newX)
          Insert the method's description here.
 void setY(int newY)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectorID

protected java.lang.String connectorID

targetID

protected java.lang.String targetID

x

protected int x

y

protected int y

mode

protected int mode

color

protected java.awt.Color color

description

protected java.lang.String description
Constructor Detail

DBConnectorData

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

Parameters:
id - java.lang.String
x - int
y - int
color - java.awt.Color
description - java.lang.String
Method Detail

getColor

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

Returns:
java.awt.Color

getConnectorID

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

Returns:
java.lang.String

getDescription

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

Returns:
java.lang.String

getTargetID

public java.lang.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(java.awt.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(java.lang.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(java.lang.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(java.lang.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