org.apache.ws.jaxme.pm.generator.jdbc
Class CustomTableData

java.lang.Object
  extended by org.apache.ws.jaxme.pm.generator.jdbc.CustomTableData

public class CustomTableData
extends java.lang.Object

Author:
Jochen Wiedmann

Constructor Summary
CustomTableData(JaxMeJdbcSG pJdbcSG, Table pTable, ComplexTypeSG pTypeSG, TableDetails pTableDetails)
          Creates a new instance-
 
Method Summary
 Table getTable()
          Returns the table, which is currently being read.
 TableDetails getTableDetails()
          Returns the connection details.
 ComplexTypeSG getTypeSG()
          Returns the type, which is being generated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTableData

public CustomTableData(JaxMeJdbcSG pJdbcSG,
                       Table pTable,
                       ComplexTypeSG pTypeSG,
                       TableDetails pTableDetails)
Creates a new instance-

Parameters:
pJdbcSG - The source generator creating this instance.
pTable - The table, which is currently read by the source generator.
pTypeSG - The complex type being generated.
pTableDetails - The connection details.
Method Detail

getTable

public Table getTable()
Returns the table, which is currently being read.


getTypeSG

public ComplexTypeSG getTypeSG()
Returns the type, which is being generated.


getTableDetails

public TableDetails getTableDetails()
Returns the connection details.