com.cosylab.vdct.db
Class DBData

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

public class DBData
extends java.lang.Object

This type was created in VisualAge.


Field Summary
protected  java.util.Hashtable boxes
           
protected  java.util.Hashtable connectors
           
protected  java.util.Hashtable groups
           
protected  java.util.Hashtable lines
           
protected  java.util.Hashtable links
           
protected  java.util.Hashtable records
           
protected  java.util.Vector recordsV
           
protected  java.util.Vector structure
           
protected  DBTemplate templateData
           
protected  java.util.Hashtable templateInstances
           
protected  java.util.Hashtable templates
           
protected  java.util.Vector templatesV
           
protected  java.util.Hashtable textboxes
           
protected  DBView view
           
 
Constructor Summary
DBData(java.lang.String id, java.lang.String fileName)
          DBDData constructor comment.
 
Method Summary
 void addBox(DBBox bd)
          This method was created in VisualAge.
 void addConnector(DBConnectorData connector)
          Insert the method's description here.
 void addEntry(DBEntry ed)
          This method was created in VisualAge.
 void addGroup(DBGroupData gd)
          This method was created in VisualAge.
 void addLine(DBLine ld)
          This method was created in VisualAge.
 void addLink(DBLinkData ld)
          This method was created in VisualAge.
 void addRecord(DBRecordData rd)
          This method was created in VisualAge.
 void addTemplate(DBTemplate t)
          This method was created in VisualAge.
 void addTemplateInstance(DBTemplateInstance ti)
          This method was created in VisualAge.
 void addTextBox(DBTextBox td)
          This method was created in VisualAge.
static void checkDTYPfield(DBData db, DBDData dbd)
          Check is DTYP field is defined before INP and OUT fields...
 java.util.Hashtable getBoxes()
          Returns the boxes.
 java.util.Hashtable getConnectors()
          Insert the method's description here.
 java.util.Hashtable getGroups()
          Insert the method's description here.
 java.util.Hashtable getLines()
          Returns the lines.
 java.util.Hashtable getLinks()
          Insert the method's description here.
 java.util.Hashtable getRecords()
          Insert the method's description here.
 java.util.Vector getRecordsV()
          Returns ordered (as read) list of records Creation date: (6.1.2001 20:37:16)
 java.util.Vector getStructure()
          Returns the structure.
 DBTemplate getTemplateData()
          Returns the templateData.
 java.util.Hashtable getTemplateInstances()
          Returns the templateInstances.
 java.util.Hashtable getTemplates()
          Returns the templates.
 java.util.Vector getTemplatesV()
          Returns the templates.
 java.util.Hashtable getTextboxes()
          Returns the textboxes.
 DBView getView()
           
 void setView(DBView view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateData

protected DBTemplate templateData

lines

protected java.util.Hashtable lines

boxes

protected java.util.Hashtable boxes

textboxes

protected java.util.Hashtable textboxes

records

protected java.util.Hashtable records

recordsV

protected java.util.Vector recordsV

groups

protected java.util.Hashtable groups

links

protected java.util.Hashtable links

connectors

protected java.util.Hashtable connectors

templates

protected java.util.Hashtable templates

templatesV

protected java.util.Vector templatesV

templateInstances

protected java.util.Hashtable templateInstances

view

protected DBView view

structure

protected java.util.Vector structure
Constructor Detail

DBData

public DBData(java.lang.String id,
              java.lang.String fileName)
DBDData constructor comment.

Method Detail

addConnector

public void addConnector(DBConnectorData connector)
Insert the method's description here. Creation date: (23.4.2001 21:16:22)

Parameters:
connector - com.cosylab.vdct.db.DBConnectorData

addGroup

public void addGroup(DBGroupData gd)
This method was created in VisualAge.

Parameters:
gd - com.cosylab.vdct.db.DBGroupData

addLink

public void addLink(DBLinkData ld)
This method was created in VisualAge.

Parameters:
ld - com.cosylab.vdct.db.DBLinkData

addLine

public void addLine(DBLine ld)
This method was created in VisualAge.

Parameters:
ld - com.cosylab.vdct.db.DBLine

addEntry

public void addEntry(DBEntry ed)
This method was created in VisualAge.

Parameters:
ld - com.cosylab.vdct.db.DBEntry

addBox

public void addBox(DBBox bd)
This method was created in VisualAge.

Parameters:
ld - com.cosylab.vdct.db.DBBox

addTextBox

public void addTextBox(DBTextBox td)
This method was created in VisualAge.

Parameters:
ld - com.cosylab.vdct.db.DBTextBox

addRecord

public void addRecord(DBRecordData rd)
This method was created in VisualAge.

Parameters:
rd - com.cosylab.vdct.db.RecordData

addTemplateInstance

public void addTemplateInstance(DBTemplateInstance ti)
This method was created in VisualAge.

Parameters:
rd - com.cosylab.vdct.db.DBTemplateInstance

addTemplate

public void addTemplate(DBTemplate t)
This method was created in VisualAge.

Parameters:
rd - com.cosylab.vdct.db.DBTemplate

checkDTYPfield

public static void checkDTYPfield(DBData db,
                                  DBDData dbd)
Check is DTYP field is defined before INP and OUT fields... Insert the method's description here. Creation date: (18.11.1999 18:26:27)


getConnectors

public java.util.Hashtable getConnectors()
Insert the method's description here. Creation date: (23.4.2001 21:15:41)

Returns:
java.util.Hashtable

getGroups

public java.util.Hashtable getGroups()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)

Returns:
java.util.Hashtable

getLinks

public java.util.Hashtable getLinks()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)

Returns:
java.util.Hashtable

getRecords

public java.util.Hashtable getRecords()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)

Returns:
java.util.Hashtable

getRecordsV

public java.util.Vector getRecordsV()
Returns ordered (as read) list of records Creation date: (6.1.2001 20:37:16)

Returns:
java.util.Vector

getTemplateInstances

public java.util.Hashtable getTemplateInstances()
Returns the templateInstances.

Returns:
Hashtable

getTemplates

public java.util.Hashtable getTemplates()
Returns the templates.

Returns:
Hashtable

getTemplatesV

public java.util.Vector getTemplatesV()
Returns the templates.

Returns:
Hashtable

getBoxes

public java.util.Hashtable getBoxes()
Returns the boxes.

Returns:
Hashtable

getLines

public java.util.Hashtable getLines()
Returns the lines.

Returns:
Hashtable

getTextboxes

public java.util.Hashtable getTextboxes()
Returns the textboxes.

Returns:
Hashtable

getTemplateData

public DBTemplate getTemplateData()
Returns the templateData.

Returns:
DBTemplate

getStructure

public java.util.Vector getStructure()
Returns the structure.

Returns:
Vector

getView

public DBView getView()
Returns:

setView

public void setView(DBView view)
Parameters:
view -