Class BillingTimePopulator<SOURCE extends BillingTimeModel,TARGET extends BillingTimeData>
java.lang.Object
de.hybris.platform.subscriptionfacades.converters.populator.BillingTimePopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class BillingTimePopulator<SOURCE extends BillingTimeModel,TARGET extends BillingTimeData>
extends Object
implements Populator<SOURCE,TARGET>
Populator implementation for
BillingTimeModel as source and BillingTimeData as target type.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BillingTimePopulator
public BillingTimePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends BillingTimeModel,TARGET extends BillingTimeData> - Parameters:
source- the source objecttarget- the target to fill
-