Class CxCmsActionReversePopulator
java.lang.Object
de.hybris.platform.personalizationcmsweb.populators.CxCmsActionReversePopulator
- All Implemented Interfaces:
Populator<CxCmsActionData,CxCmsActionModel>
public class CxCmsActionReversePopulator
extends Object
implements Populator<CxCmsActionData,CxCmsActionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CxCmsActionData source, CxCmsActionModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CxCmsActionReversePopulator
public CxCmsActionReversePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CxCmsActionData,CxCmsActionModel> - Parameters:
source- the source objecttarget- the target to fill
-