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