Package com.hybris.yprofile.populators
Class OrderLineItemPopulator
java.lang.Object
com.hybris.yprofile.populators.OrderLineItemPopulator
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,OrderLineItem>
public class OrderLineItemPopulator
extends Object
implements Populator<AbstractOrderEntryModel,OrderLineItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractOrderEntryModel abstractOrderEntryModel, OrderLineItem orderLineItem) Populate the target instance with values from the source instance.voidsetProfileCategoryConverter(Converter<CategoryModel, Category> profileCategoryConverter)
-
Constructor Details
-
OrderLineItemPopulator
public OrderLineItemPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderEntryModel,OrderLineItem> - Parameters:
abstractOrderEntryModel- the source objectorderLineItem- the target to fill
-
getProfileCategoryConverter
-
setProfileCategoryConverter
-