Package ywebservicespackage.dto
Class TestMapWsDTO
java.lang.Object
ywebservicespackage.dto.TestMapWsDTO
- All Implemented Interfaces:
Serializable
Example of DTO with map
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIntegerMap(Map<String, Integer> integerMap) voidsetStringMap(Map<String, String> stringMap)
-
Constructor Details
-
TestMapWsDTO
public TestMapWsDTO()
-
-
Method Details
-
setStringMap
-
getStringMap
-
setIntegerMap
-
getIntegerMap
-