Class UsageChargeTypePopulator
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.product.converters.populator.UsageChargeTypePopulator
-
- All Implemented Interfaces:
Populator<UsageChargeType,UsageChargeTypeData>
public class UsageChargeTypePopulator extends java.lang.Object implements Populator<UsageChargeType,UsageChargeTypeData>
Populate DTOUsageChargeTypeDatawith data fromUsageChargeType.
-
-
Constructor Summary
Constructors Constructor Description UsageChargeTypePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(UsageChargeType source, UsageChargeTypeData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
populate
public void populate(UsageChargeType source, UsageChargeTypeData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UsageChargeType,UsageChargeTypeData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-