Package com.cosylab.vdct.db
Class DBRecordData
- java.lang.Object
-
- com.cosylab.vdct.db.DBComment
-
- com.cosylab.vdct.db.DBRecordData
-
public class DBRecordData extends DBComment
This type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description protected Color
color
protected String
description
protected Hashtable
fields
protected Vector
fieldsV
protected Vector
infoFieldsV
protected String
name
protected String
record_type
protected boolean
rotated
protected Vector
visualFieldsV
protected int
x
protected int
y
-
Constructor Summary
Constructors Constructor Description DBRecordData()
RecordData constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addField(DBFieldData fd)
This method was created in VisualAge.void
addInfoField(DBFieldData fd)
This method was created in VisualAge.void
addVisualField(DBFieldData fd)
This method was created in VisualAge.Color
getColor()
Insert the method's description here.String
getDescription()
Insert the method's description here.Hashtable
getFields()
Insert the method's description here.Vector
getFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)Vector
getInfoFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)String
getName()
Insert the method's description here.String
getRecord_type()
Insert the method's description here.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(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
setRecord_type(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
-
-
-
-
Field Detail
-
record_type
protected String record_type
-
name
protected String name
-
fields
protected Hashtable fields
-
fieldsV
protected Vector fieldsV
-
visualFieldsV
protected Vector visualFieldsV
-
infoFieldsV
protected Vector infoFieldsV
-
x
protected int x
-
y
protected int y
-
color
protected Color color
-
rotated
protected boolean rotated
-
description
protected String description
-
-
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
-
addInfoField
public void addInfoField(DBFieldData fd)
This method was created in VisualAge.- Parameters:
fd
- VisualDCTPackage.FieldData
-
getColor
public Color getColor()
Insert the method's description here. Creation date: (23.4.2001 17:22:37)- Returns:
- java.awt.Color
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (23.4.2001 17:22:37)- Returns:
- java.lang.String
-
getFields
public Hashtable getFields()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)- Returns:
- java.util.Hashtable
-
getFieldsV
public Vector getFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)- Returns:
- java.util.Vector
-
getVisualFieldsV
public Vector getVisualFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)- Returns:
- java.util.Vector
-
getInfoFieldsV
public Vector getInfoFieldsV()
Returs ordered (as read) list Creation date: (6.1.2001 20:39:27)- Returns:
- java.util.Vector
-
getName
public String getName()
Insert the method's description here. Creation date: (9.12.2000 17:23:46)- Returns:
- java.lang.String
-
getRecord_type
public 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(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(String newDescription)
Insert the method's description here. Creation date: (23.4.2001 17:22:37)- Parameters:
newDescription
- java.lang.String
-
setName
public void setName(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(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
-
-