org.kuali.common.impex.model.compare
Class TableDifference

java.lang.Object
  extended by org.kuali.common.impex.model.compare.SchemaDifference
      extended by org.kuali.common.impex.model.compare.TableDifference
Direct Known Subclasses:
ColumnDifference, IndexDifference, MissingTable, UniqueConstraintDifference

public class TableDifference
extends SchemaDifference


Field Summary
protected  Table table1
           
protected  Table table2
           
protected  TableDifferenceType type
           
 
Fields inherited from class org.kuali.common.impex.model.compare.SchemaDifference
schema1, schema2
 
Constructor Summary
TableDifference(Schema schema1, Table table1, Schema schema2, Table table2)
           
 
Method Summary
 Table getTable1()
           
 Table getTable2()
           
 TableDifferenceType getType()
           
 void setTable1(Table table1)
           
 void setTable2(Table table2)
           
 void setType(TableDifferenceType type)
           
 
Methods inherited from class org.kuali.common.impex.model.compare.SchemaDifference
getSchema1, getSchema2, setSchema1, setSchema2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table1

protected Table table1

table2

protected Table table2

type

protected TableDifferenceType type
Constructor Detail

TableDifference

public TableDifference(Schema schema1,
                       Table table1,
                       Schema schema2,
                       Table table2)
Method Detail

getTable1

public Table getTable1()

setTable1

public void setTable1(Table table1)

getTable2

public Table getTable2()

setTable2

public void setTable2(Table table2)

getType

public TableDifferenceType getType()

setType

public void setType(TableDifferenceType type)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.