Package com.almis.awe.model.dto
Interface RequestWrapper
public interface RequestWrapper
Request wrapper interface
- Author:
- pvidal
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParameters
(Map<String, Object> parameterMap) Set the parameter map to the wrapper
-
Method Details
-
setParameters
Set the parameter map to the wrapper- Parameters:
parameterMap
- Parameter map to be set
-