org.kuali.common.impex.model.compare
Class TableDifference
java.lang.Object
org.kuali.common.impex.model.compare.SchemaDifference
org.kuali.common.impex.model.compare.TableDifference
- Direct Known Subclasses:
- ColumnDifference, IndexDifference, MissingTable, UniqueConstraintDifference
public class TableDifference
- extends SchemaDifference
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table1
protected Table table1
table2
protected Table table2
type
protected TableDifferenceType type
TableDifference
public TableDifference(Schema schema1,
Table table1,
Schema schema2,
Table table2)
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.