org.melati.util.test.generated
Interface TreeDatabaseTablesBase

All Known Subinterfaces:
TreeDatabaseTables
All Known Implementing Classes:
TreeDatabase

public interface TreeDatabaseTablesBase

Melati POEM generated base interface to the tables in org.melati.util.test.


Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 GroupTable getGroupTable()
          Retrieves the GroupTable table.
 NodeTable getNodeTable()
          Retrieves the NodeTable table.
 SettingTable getSettingTable()
          Retrieves the SettingTable table.
 TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UserTable getUserTable()
          Retrieves the UserTable table.
 

Method Detail

getUserTable

UserTable getUserTable()
Retrieves the UserTable table.

Returns:
the UserTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupTable

GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getCapabilityTable

CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupMembershipTable

GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupCapabilityTable

GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableCategoryTable

TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableInfoTable

TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getColumnInfoTable

ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getSettingTable

SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getNodeTable

NodeTable getNodeTable()
Retrieves the NodeTable table.

Returns:
the NodeTable from this database
Generator
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava


Copyright © 2000-2008 PanEris. All Rights Reserved.