com.cosylab.vdct.db
Class DBRecordData

java.lang.Object
  extended by com.cosylab.vdct.db.DBComment
      extended by com.cosylab.vdct.db.DBRecordData

public class DBRecordData
extends DBComment

This type was created in VisualAge.


Field Summary
protected  java.awt.Color color
           
protected  java.lang.String description
           
protected  java.util.Hashtable fields
           
protected  java.util.Vector fieldsV
           
protected  java.lang.String name
           
protected  java.lang.String record_type
           
protected  boolean rotated
           
protected  java.util.Vector visualFieldsV
           
protected  int x
           
protected  int y
           
 
Fields inherited from class com.cosylab.vdct.db.DBComment
comment
 
Constructor Summary
DBRecordData()
          RecordData constructor comment.
 
Method Summary
 void addField(DBFieldData fd)
          This method was created in VisualAge.
 void addVisualField(DBFieldData fd)
          This method was created in VisualAge.
 java.awt.Color getColor()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.util.Hashtable getFields()
          Insert the method's description here.
 java.util.Vector getFieldsV()
          Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getRecord_type()
          Insert the method's description here.
 java.util.Vector getVisualFieldsV()
          Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)
 int getX()
          Insert the method's description here.
 int getY()
          Insert the method's description here.
 boolean isRotated()
          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 setRecord_type(java.lang.String newRecord_type)
          Insert the method's description here.
 void setRotated(boolean newRotated)
          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 com.cosylab.vdct.db.DBComment
getComment, setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

record_type

protected java.lang.String record_type

name

protected java.lang.String name

fields

protected java.util.Hashtable fields

fieldsV

protected java.util.Vector fieldsV

visualFieldsV

protected java.util.Vector visualFieldsV

x

protected int x

y

protected int y

color

protected java.awt.Color color

rotated

protected boolean rotated

description

protected java.lang.String description
Constructor Detail

DBRecordData

public DBRecordData()
RecordData constructor comment.

Method Detail

addField

public void addField(DBFieldData fd)
This method was created in VisualAge.

Parameters:
fd - VisualDCTPackage.FieldData

addVisualField

public void addVisualField(DBFieldData fd)
This method was created in VisualAge.

Parameters:
fd - VisualDCTPackage.FieldData

getColor

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

Returns:
java.awt.Color

getDescription

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

Returns:
java.lang.String

getFields

public java.util.Hashtable getFields()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
java.util.Hashtable

getFieldsV

public java.util.Vector getFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)

Returns:
java.util.Vector

getVisualFieldsV

public java.util.Vector getVisualFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)

Returns:
java.util.Vector

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
java.lang.String

getRecord_type

public java.lang.String getRecord_type()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
java.lang.String

getX

public int getX()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
int

getY

public int getY()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
int

isRotated

public boolean isRotated()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Returns:
boolean

setColor

public void setColor(java.awt.Color newColor)
Insert the method's description here. Creation date: (23.4.2001 17:22:37)

Parameters:
newColor - java.awt.Color

setDescription

public void setDescription(java.lang.String newDescription)
Insert the method's description here. Creation date: (23.4.2001 17:22:37)

Parameters:
newDescriprion - java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Parameters:
newName - java.lang.String

setRecord_type

public void setRecord_type(java.lang.String newRecord_type)
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Parameters:
newRecord_type - java.lang.String

setRotated

public void setRotated(boolean newRotated)
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Parameters:
newRotated - boolean

setX

public void setX(int newX)
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Parameters:
newX - int

setY

public void setY(int newY)
Insert the method's description here. Creation date: (9.12.2000 17:23:46)

Parameters:
newY - int