public interface IValidateCommand
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
execute(Object pojo)
Call Validator.validate(app, optkey, set, pojo) from this method.
|
String |
getApp()
Getter for the app name member.
|
String |
getOptionKey()
Getter for the optkey member.
|
String |
getValidationSet()
Getter for the validation set member.
|
List<Message> execute(Object pojo)
pojo - ObjectString getApp()
String getOptionKey()
String getValidationSet()
Copyright © 2012. All Rights Reserved.