Class ConsignmentReviewablePopulator
java.lang.Object
de.hybris.platform.marketplacefacades.consignment.converters.populators.ConsignmentReviewablePopulator
- All Implemented Interfaces:
Populator<ConsignmentModel,ConsignmentData>
public class ConsignmentReviewablePopulator
extends Object
implements Populator<ConsignmentModel,ConsignmentData>
A populator for setting 'reviewable' of ConsignmentData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CustomerVendorReviewFacadevoidpopulate(ConsignmentModel source, ConsignmentData target) Populate the target instance with values from the source instance.voidsetCustomerVendorReviewFacade(CustomerVendorReviewFacade customerVendorReviewFacade)
-
Constructor Details
-
ConsignmentReviewablePopulator
public ConsignmentReviewablePopulator()
-
-
Method Details
-
populate
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
-
setCustomerVendorReviewFacade
-