Class C4CCustomerPopulator
- java.lang.Object
-
- de.hybris.platform.customerticketingc4cintegration.converters.populators.C4CCustomerPopulator
-
- All Implemented Interfaces:
Populator<CustomerModel,CustomerData>
public class C4CCustomerPopulator extends java.lang.Object implements Populator<CustomerModel,CustomerData>
Populator for populating the customer Id value
-
-
Constructor Summary
Constructors Constructor Description C4CCustomerPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CustomerModel source, CustomerData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CustomerModel source, CustomerData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,CustomerData>- Parameters:
source- the source objecttarget- the target to fill
-
-