org.pojomatic.diff
Class DifferenceToNull

java.lang.Object
  extended by org.pojomatic.diff.DifferenceToNull
All Implemented Interfaces:
Differences

public class DifferenceToNull
extends java.lang.Object
implements Differences


Constructor Summary
DifferenceToNull(java.lang.Object instance)
           
 
Method Summary
 boolean areEqual()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DifferenceToNull

public DifferenceToNull(java.lang.Object instance)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface Differences
Overrides:
toString in class java.lang.Object
Returns:
a description of the differences

areEqual

public boolean areEqual()
Specified by:
areEqual in interface Differences
Returns:
true if the two POJOs were equal to each other; false otherwise.


Copyright © 2008-2009. All Rights Reserved.