Class symantec.itools.db.beans.dbnav.model.item.TablesCategoryItem
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.dbnav.model.item.TablesCategoryItem
Object
|
+----symantec.itools.db.beans.dbnav.model.item.TablesCategoryItem
- public class TablesCategoryItem
- extends Object
- implements DataItem
The class represents the Tbales Group 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.TablesCategoryItem()
- Default constructor
-
symantec.itools.db.beans.dbnav.model.item.TablesCategoryItem(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
TablesCategoryItem
protected TablesCategoryItem()
- Default constructor
TablesCategoryItem
public TablesCategoryItem(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