Package com.cosylab.vdct.db
Class DBGroupData
- java.lang.Object
-
- com.cosylab.vdct.db.DBGroupData
-
public class DBGroupData extends Object
This type was created in VisualAge. Used only for layout data
-
-
Constructor Summary
Constructors Constructor Description DBGroupData(String name, int x, int y, Color color, String description)
DBGroupData constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
Insert the method's description here.String
getDescription()
Insert the method's description here.String
getName()
Insert the method's description here.int
getX()
Insert the method's description here.int
getY()
Insert the method's description here.void
setColor(Color newColor)
Insert the method's description here.void
setDescription(String newDescription)
Insert the method's description here.void
setName(String newName)
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.
-
-
-
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
-
-