Class AbstractChargeEntryPopulator<SOURCE extends ChargeEntryModel,TARGET extends ChargeEntryData>

java.lang.Object
de.hybris.platform.subscriptionfacades.product.converters.populator.AbstractChargeEntryPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - source class
TARGET - target class
All Implemented Interfaces:
Populator<SOURCE,TARGET>
Direct Known Subclasses:
AbstractUsageChargeEntryPopulator, OneTimeChargeEntryPopulator, RecurringChargeEntryPopulator

public abstract class AbstractChargeEntryPopulator<SOURCE extends ChargeEntryModel,TARGET extends ChargeEntryData> extends Object implements Populator<SOURCE,TARGET>
Populate DTO UsageChargeEntryData with data from UsageChargeEntryModel.