Class DefaultCartModelToQuoteWsDTOPopulator
- java.lang.Object
-
- de.hybris.platform.b2bocc.populators.DefaultCartModelToQuoteWsDTOPopulator
-
- All Implemented Interfaces:
Populator<CartModel,QuoteWsDTO>
public class DefaultCartModelToQuoteWsDTOPopulator extends java.lang.Object implements Populator<CartModel,QuoteWsDTO>
-
-
Constructor Summary
Constructors Constructor Description DefaultCartModelToQuoteWsDTOPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Converter<CartModel,CartData>getCartConverter()DataMappergetDataMapper()voidpopulate(CartModel cartModel, QuoteWsDTO quoteWsDTO)Populate the target instance with values from the source instance.voidsetCartConverter(Converter<CartModel,CartData> cartConverter)voidsetDataMapper(DataMapper dataMapper)
-
-
-
Method Detail
-
populate
public void populate(CartModel cartModel, QuoteWsDTO quoteWsDTO)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CartModel,QuoteWsDTO>- Parameters:
cartModel- the source objectquoteWsDTO- the target to fill
-
getDataMapper
public DataMapper getDataMapper()
-
setDataMapper
public void setDataMapper(DataMapper dataMapper)
-
-