|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.impex.model.compare.SchemaDifference org.kuali.common.impex.model.compare.TableDifference org.kuali.common.impex.model.compare.IndexDifference org.kuali.common.impex.model.compare.MissingIndex
public class MissingIndex
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 | |
---|---|
MissingIndex(Schema sourceSchema,
Table sourceTable,
Schema missingSchema,
Table missingTable,
Index index)
|
Method Summary | |
---|---|
Index |
getIndex()
|
Schema |
getMissingSchema()
|
Table |
getMissingTable()
|
Schema |
getSourceSchema()
|
Table |
getSourceTable()
|
Methods inherited from class org.kuali.common.impex.model.compare.IndexDifference |
---|
getIndex1, getIndex2, setIndex1, setIndex2 |
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 MissingIndex(Schema sourceSchema, Table sourceTable, Schema missingSchema, Table missingTable, Index index)
Method Detail |
---|
public Schema getSourceSchema()
public Schema getMissingSchema()
public Table getSourceTable()
public Table getMissingTable()
public Index getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |