Package com.cosylab.vdct.db
Class DBConnectorData
- java.lang.Object
-
- com.cosylab.vdct.db.DBConnectorData
-
public class DBConnectorData extends Object
Insert the type's description here. Creation date: (23.4.2001 17:29:39)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description DBConnectorData(String id, String targetID, int x, int y, Color color, String description, int mode)Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()Insert the method's description here.StringgetConnectorID()Insert the method's description here.StringgetDescription()Insert the method's description here.intgetMode()Returns the mode.StringgetTargetID()Insert the method's description here.intgetX()Insert the method's description here.intgetY()Insert the method's description here.voidsetColor(Color newColor)Insert the method's description here.voidsetConnectorID(String newConnectorID)Insert the method's description here.voidsetDescription(String newDescription)Insert the method's description here.voidsetMode(int mode)Sets the mode.voidsetTargetID(String newTargetID)Insert the method's description here.voidsetX(int newX)Insert the method's description here.voidsetY(int newY)Insert the method's description here.
-
-
-
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.StringtargetID- java.lang.Stringx- inty- intcolor- java.awt.Colordescription- java.lang.Stringmode- 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
-
-