Interface WrapperAdditionalFields
public interface WrapperAdditionalFields
Wrapper classes implementing this interface expose their additionalFields, and they can
make use of the utility methods in BaseWrapper to transfer said fields between the wrapper and
the corresponding domain object
- Author:
- gdiaz
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
getAdditionalFields
List<MapElementWrapper> getAdditionalFields() -
setAdditionalFields
-