Class BillingPlanPopulator<SOURCE extends BillingPlanModel,TARGET extends BillingPlanData>

java.lang.Object
de.hybris.platform.subscriptionfacades.converters.populator.BillingPlanPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - source class
TARGET - target class
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class BillingPlanPopulator<SOURCE extends BillingPlanModel,TARGET extends BillingPlanData> extends Object implements Populator<SOURCE,TARGET>
Populator implementation for BillingPlanModel as source and BillingPlanData as target type.