|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBComment
com.cosylab.vdct.db.DBRecordData
public class DBRecordData
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 |
---|
protected java.lang.String record_type
protected java.lang.String name
protected java.util.Hashtable fields
protected java.util.Vector fieldsV
protected java.util.Vector visualFieldsV
protected int x
protected int y
protected java.awt.Color color
protected boolean rotated
protected java.lang.String description
Constructor Detail |
---|
public DBRecordData()
Method Detail |
---|
public void addField(DBFieldData fd)
fd
- VisualDCTPackage.FieldDatapublic void addVisualField(DBFieldData fd)
fd
- VisualDCTPackage.FieldDatapublic java.awt.Color getColor()
public java.lang.String getDescription()
public java.util.Hashtable getFields()
public java.util.Vector getFieldsV()
public java.util.Vector getVisualFieldsV()
public java.lang.String getName()
public java.lang.String getRecord_type()
public int getX()
public int getY()
public boolean isRotated()
public void setColor(java.awt.Color newColor)
newColor
- java.awt.Colorpublic void setDescription(java.lang.String newDescription)
newDescriprion
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setRecord_type(java.lang.String newRecord_type)
newRecord_type
- java.lang.Stringpublic void setRotated(boolean newRotated)
newRotated
- booleanpublic void setX(int newX)
newX
- intpublic void setY(int newY)
newY
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |