Class ItemTypeDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.synchronization.populator.ItemTypeDataPopulator
- All Implemented Interfaces:
Populator<SyncItemInfoJobStatusData,ItemTypeData>
public class ItemTypeDataPopulator
extends Object
implements Populator<SyncItemInfoJobStatusData,ItemTypeData>
Simple class for populating
ItemTypeData from SyncItemInfoJobStatusData.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemTypeDataPopulator
public ItemTypeDataPopulator()
-
-
Method Details
-
populate
public void populate(SyncItemInfoJobStatusData source, ItemTypeData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SyncItemInfoJobStatusData,ItemTypeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getPrefix
-
setPrefix
-
getSuffix
-
setSuffix
-