|
||||||||||
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.ColumnDifference org.kuali.common.impex.model.compare.MissingColumn
public class MissingColumn
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 | |
---|---|
MissingColumn(Schema sourceSchema,
Table sourceTable,
Schema missingSchema,
Table missingTable,
Column col)
|
Method Summary | |
---|---|
Column |
getColumn()
|
Schema |
getMissingSchema()
|
Table |
getMissingTable()
|
Schema |
getSourceSchema()
|
Table |
getSourceTable()
|
Methods inherited from class org.kuali.common.impex.model.compare.ColumnDifference |
---|
getColumn1, getColumn2, setColumn1, setColumn2 |
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 MissingColumn(Schema sourceSchema, Table sourceTable, Schema missingSchema, Table missingTable, Column col)
Method Detail |
---|
public Schema getSourceSchema()
public Schema getMissingSchema()
public Table getSourceTable()
public Table getMissingTable()
public Column getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |