|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBConnectorData
public class DBConnectorData
Insert the type's description here. Creation date: (23.4.2001 17:29:39)
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 |
---|
protected java.lang.String connectorID
protected java.lang.String targetID
protected int x
protected int y
protected int mode
protected java.awt.Color color
protected java.lang.String description
Constructor Detail |
---|
public DBConnectorData(java.lang.String id, java.lang.String targetID, int x, int y, java.awt.Color color, java.lang.String description, int mode)
id
- java.lang.Stringx
- inty
- intcolor
- java.awt.Colordescription
- java.lang.StringMethod Detail |
---|
public java.awt.Color getColor()
public java.lang.String getConnectorID()
public java.lang.String getDescription()
public java.lang.String getTargetID()
public int getX()
public int getY()
public void setColor(java.awt.Color newColor)
newColor
- java.awt.Colorpublic void setConnectorID(java.lang.String newConnectorID)
newConnectorID
- java.lang.Stringpublic void setDescription(java.lang.String newDescription)
newDescription
- java.lang.Stringpublic void setTargetID(java.lang.String newTargetID)
newTargetID
- java.lang.Stringpublic void setX(int newX)
newX
- intpublic void setY(int newY)
newY
- intpublic int getMode()
public void setMode(int mode)
mode
- The mode to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |