Class ConsignmentReviewablePopulator
- java.lang.Object
-
- de.hybris.platform.marketplacefacades.consignment.converters.populators.ConsignmentReviewablePopulator
-
- All Implemented Interfaces:
Populator<ConsignmentModel,ConsignmentData>
public class ConsignmentReviewablePopulator extends java.lang.Object implements Populator<ConsignmentModel,ConsignmentData>
A populator for setting 'reviewable' of ConsignmentData
-
-
Constructor Summary
Constructors Constructor Description ConsignmentReviewablePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerVendorReviewFacadegetCustomerVendorReviewFacade()voidpopulate(ConsignmentModel source, ConsignmentData target)Populate the target instance with values from the source instance.voidsetCustomerVendorReviewFacade(CustomerVendorReviewFacade customerVendorReviewFacade)
-
-
-
Method Detail
-
populate
public void populate(ConsignmentModel source, ConsignmentData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ConsignmentModel,ConsignmentData>- Parameters:
source- the source objecttarget- the target to fill
-
getCustomerVendorReviewFacade
protected CustomerVendorReviewFacade getCustomerVendorReviewFacade()
-
setCustomerVendorReviewFacade
public void setCustomerVendorReviewFacade(CustomerVendorReviewFacade customerVendorReviewFacade)
-
-