Class BillingCycleTypePopulator
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.converters.populator.BillingCycleTypePopulator
-
- All Implemented Interfaces:
Populator<BillingCycleType,BillingCycleTypeData>
public class BillingCycleTypePopulator extends java.lang.Object implements Populator<BillingCycleType,BillingCycleTypeData>
Populator implementation forBillingCycleTypeas source andBillingCycleTypeDataas target type.
-
-
Constructor Summary
Constructors Constructor Description BillingCycleTypePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(BillingCycleType source, BillingCycleTypeData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
populate
public void populate(BillingCycleType source, BillingCycleTypeData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<BillingCycleType,BillingCycleTypeData>- 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)
-
-