henplus.plugins.tablediff
Class TableDiffResult
java.lang.Object
henplus.plugins.tablediff.TableDiffResult
public final class TableDiffResult
- extends Object
Title: TableDiffResult
Description: Represents the result of two diffed tables.
Created on: 24.07.2003
- Version:
- $Id: TableDiffResult.java,v 1.4 2005/06/18 04:58:13 hzeller Exp $
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDiffResult
public TableDiffResult()
hasDiffs
public boolean hasDiffs()
getAddedColumns
public SortedSet getAddedColumns()
addAddedColumn
public boolean addAddedColumn(Column column)
getModifiedColumns
public ListMap getModifiedColumns()
putModifiedColumns
public Object putModifiedColumns(Column reference,
Column modified)
getRemovedColumns
public SortedSet getRemovedColumns()
addRemovedColumn
public boolean addRemovedColumn(Column column)
? 1997..2006 Henner Zeller