Class Difference


  • public final class Difference
    extends Result
    Result of a comparison between two database objects.
    Author:
    Matt Ward
    • Method Detail

      • getLeft

        public DbProperty getLeft()
        Returns:
        the left
      • getRight

        public DbProperty getRight()
        Returns:
        the right
      • describe

        public java.lang.String describe()
        Description copied from class: Result
        A loggable message to describe the comparison result. Default implementation delegates to toString() but this should generally be overridden as toString() is used in a multitude of contexts.
        Overrides:
        describe in class Result
        Returns:
        String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object