public class Wishlish2EntryModelToOrderEntryPopulator extends java.lang.Object implements Populator<Wishlist2EntryModel,OrderEntryData>
Wishlist2EntryModel to OrderEntryData| Constructor and Description |
|---|
Wishlish2EntryModelToOrderEntryPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<ProductModel,ProductData> |
getProductConverter() |
protected Converter<ProductModel,ProductData> |
getProductPriceAndStockConverter() |
void |
populate(Wishlist2EntryModel source,
OrderEntryData target)
Populate the target instance with values from the source instance.
|
void |
setProductConverter(Converter<ProductModel,ProductData> productConverter) |
void |
setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter) |
public Wishlish2EntryModelToOrderEntryPopulator()
public void populate(Wishlist2EntryModel source, OrderEntryData target)
Populatorpopulate in interface Populator<Wishlist2EntryModel,OrderEntryData>source - the source objecttarget - the target to fillprotected Converter<ProductModel,ProductData> getProductConverter()
public void setProductConverter(Converter<ProductModel,ProductData> productConverter)
protected Converter<ProductModel,ProductData> getProductPriceAndStockConverter()
public void setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter)
Copyright © 2018 SAP SE. All Rights Reserved.