com.cosylab.vdct.db
Class DBGroupData

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

public class DBGroupData
extends java.lang.Object

This type was created in VisualAge. Used only for layout data


Field Summary
protected  java.awt.Color color
           
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  int x
           
protected  int y
           
 
Constructor Summary
DBGroupData(java.lang.String name, int x, int y, java.awt.Color color, java.lang.String description)
          DBGroupData constructor comment.
 
Method Summary
 java.awt.Color getColor()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.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(java.awt.Color newColor)
          Insert the method's description here.
 void setDescription(java.lang.String newDescription)
          Insert the method's description here.
 void setName(java.lang.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y

color

protected java.awt.Color color

description

protected java.lang.String description

name

protected java.lang.String name
Constructor Detail

DBGroupData

public DBGroupData(java.lang.String name,
                   int x,
                   int y,
                   java.awt.Color color,
                   java.lang.String description)
DBGroupData constructor comment.

Method Detail

getColor

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

Returns:
java.awt.Color

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (23.4.2001 21:08:58)

Returns:
java.lang.String

getName

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