org.melati.util.test.generated
Interface TreeDatabaseTablesBase

Package class diagram package 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
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 org.melati.poem.GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 org.melati.poem.GroupTable getGroupTable()
          Retrieves the GroupTable table.
 NodeTable getNodeTable()
          Retrieves the NodeTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable table.
 

Method Detail

getUserTable

org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table.

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

getGroupTable

org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

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

getCapabilityTable

org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

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

getGroupMembershipTable

org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

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

getGroupCapabilityTable

org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

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

getTableCategoryTable

org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

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

getTableInfoTable

org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

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

getColumnInfoTable

org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

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

getSettingTable

org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

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

getNodeTable

NodeTable getNodeTable()
Retrieves the NodeTable table.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.