Class symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem
Object
|
+----symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem
- public class ProceduresCategoryItem
- extends Object
- implements DataItem
The class represents the Root node of dbNavigator
- Version:
- 1.0 06/13/98
- Author:
- Hristo Tonev
-
displayName
- The name of the type: TABLES
-
symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem()
- Default constructor
-
symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem(String)
-
-
getDisplayName()
-
-
setDisplayName(String)
-
-
toString()
- This method return the string that gets displayed
in the tree for the root node
displayName
protected java.lang.String displayName
- The name of the type: TABLES
ProceduresCategoryItem
protected ProceduresCategoryItem()
- Default constructor
ProceduresCategoryItem
public ProceduresCategoryItem(String displayName)
getDisplayName
public synchronized java.lang.String getDisplayName()
setDisplayName
public synchronized void setDisplayName(String displayName)
toString
public java.lang.String toString()
- This method return the string that gets displayed
in the tree for the root node
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index