Class UsageVolumeProductIsSharedAttributeMapper
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.usagevolumeproduct.UsageVolumeProductIsSharedAttributeMapper
@Deprecated(since="2208")
public class UsageVolumeProductIsSharedAttributeMapper
extends UcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct>
Deprecated.
2208
This attribute Mapper class maps data for isShared attribute between
UcUsageVolumeProductModel and
UsageVolumeProduct- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionUsageVolumeProductIsSharedAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(UcUsageVolumeProductModel source, UsageVolumeProduct target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(UcUsageVolumeProductModel source, UsageVolumeProduct target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:UcAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classUcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct> - Parameters:
source- source objecttarget- target object
-