|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.impex.model.compare.SchemaDifference
org.kuali.common.impex.model.compare.TableDifference
org.kuali.common.impex.model.compare.IndexDifference
public class IndexDifference
| Field Summary |
|---|
| Fields inherited from class org.kuali.common.impex.model.compare.TableDifference |
|---|
table1, table2, type |
| Fields inherited from class org.kuali.common.impex.model.compare.SchemaDifference |
|---|
schema1, schema2 |
| Constructor Summary | |
|---|---|
IndexDifference(Schema schema1,
Table table1,
Index index1,
Schema schema2,
Table table2,
Index index2)
|
|
| Method Summary | |
|---|---|
Index |
getIndex1()
|
Index |
getIndex2()
|
void |
setIndex1(Index index1)
|
void |
setIndex2(Index index2)
|
| Methods inherited from class org.kuali.common.impex.model.compare.TableDifference |
|---|
getTable1, getTable2, getType, setTable1, setTable2, setType |
| 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 |
| Constructor Detail |
|---|
public IndexDifference(Schema schema1,
Table table1,
Index index1,
Schema schema2,
Table table2,
Index index2)
| Method Detail |
|---|
public Index getIndex1()
public void setIndex1(Index index1)
public Index getIndex2()
public void setIndex2(Index index2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||