Class CodeGenerationConfigurationWsPopulator
java.lang.Object
de.hybris.platform.couponwebservices.populators.CodeGenerationConfigurationWsPopulator
- All Implemented Interfaces:
Populator<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO>
public class CodeGenerationConfigurationWsPopulator
extends Object
implements Populator<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO>
Populator for CodeGenerationConfigurationWsDTO data model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CodeGenerationConfigurationModel source, CodeGenerationConfigurationWsDTO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CodeGenerationConfigurationWsPopulator
public CodeGenerationConfigurationWsPopulator()
-
-
Method Details
-
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
-