Class TermOfServiceFrequencyPopulator
java.lang.Object
de.hybris.platform.subscriptionfacades.converters.populator.TermOfServiceFrequencyPopulator
- All Implemented Interfaces:
Populator<TermOfServiceFrequency,TermOfServiceFrequencyData>
public class TermOfServiceFrequencyPopulator
extends Object
implements Populator<TermOfServiceFrequency,TermOfServiceFrequencyData>
Populator implementation for
TermOfServiceFrequency as source and TermOfServiceFrequencyData as
target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(TermOfServiceFrequency source, TermOfServiceFrequencyData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
TermOfServiceFrequencyPopulator
public TermOfServiceFrequencyPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TermOfServiceFrequency,TermOfServiceFrequencyData> - Parameters:
source- the source objecttarget- the target to fill
-
getTypeService
-
setTypeService
-