Class CodeGenerationConfigurationWsPopulator
- java.lang.Object
-
- de.hybris.platform.couponwebservices.populators.CodeGenerationConfigurationWsPopulator
-
- All Implemented Interfaces:
Populator<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO>
public class CodeGenerationConfigurationWsPopulator extends java.lang.Object implements Populator<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO>
Populator for CodeGenerationConfigurationWsDTO data model
-
-
Constructor Summary
Constructors Constructor Description CodeGenerationConfigurationWsPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CodeGenerationConfigurationModel source, CodeGenerationConfigurationWsDTO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CodeGenerationConfigurationModel source, CodeGenerationConfigurationWsDTO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO>- Parameters:
source- the source objecttarget- the target to fill
-
-