org.apache.openejb.jee.sun
Class SecondaryTable

java.lang.Object
  extended by org.apache.openejb.jee.sun.SecondaryTable

public class SecondaryTable
extends Object


Field Summary
protected  List<ColumnPair> columnPair
           
protected  String tableName
           
 
Constructor Summary
SecondaryTable()
           
 
Method Summary
 List<ColumnPair> getColumnPair()
           
 String getTableName()
           
 void setTableName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

protected String tableName

columnPair

protected List<ColumnPair> columnPair
Constructor Detail

SecondaryTable

public SecondaryTable()
Method Detail

getTableName

public String getTableName()

setTableName

public void setTableName(String value)

getColumnPair

public List<ColumnPair> getColumnPair()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.