org.pojomatic.diff
Interface Differences

All Known Implementing Classes:
DifferenceToNull, PropertyDifferences

public interface Differences

A summary of differences (if any) between two POJOs.


Method Summary
 boolean areEqual()
           
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a description of the differences

areEqual

boolean areEqual()
Returns:
true if the two POJOs were equal to each other; false otherwise.


Copyright © 2008-2009. All Rights Reserved.