public final class Difference extends Result
| Modifier and Type | Class and Description |
|---|---|
static class |
Difference.Where
Specifies the type of differences
|
| Constructor and Description |
|---|
Difference(Difference.Where where,
DbProperty left,
DbProperty right) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe()
A loggable message to describe the comparison result.
|
DbProperty |
getLeft() |
DbProperty |
getRight() |
Difference.Where |
getWhere() |
java.lang.String |
toString() |
public Difference(Difference.Where where, DbProperty left, DbProperty right)
public Difference.Where getWhere()
public DbProperty getLeft()
public DbProperty getRight()
public java.lang.String describe()
Resultpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.