public class ValidationResult extends Result
| Constructor and Description |
|---|
ValidationResult(DbProperty dbProperty,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe()
A loggable message to describe the comparison result.
|
DbProperty |
getDbProperty() |
java.lang.Object |
getValue() |
void |
setDbProperty(DbProperty dbProperty) |
public ValidationResult(DbProperty dbProperty, java.lang.String message)
public DbProperty getDbProperty()
public void setDbProperty(DbProperty dbProperty)
dbProperty - the dbProperty to setpublic java.lang.String describe()
Resultpublic java.lang.Object getValue()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.