Class UCProductAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaUsageConsumptionProductModel,UsageConsumptionProductRef>
de.hybris.platform.tuawebservicesresources.mappers.ucproduct.UCProductAtTypeAttributeMapper
public class UCProductAtTypeAttributeMapper
extends TuaAttributeMapper<TuaUsageConsumptionProductModel,UsageConsumptionProductRef>
This attribute Mapper class maps data for at type attribute between
TuaUsageConsumptionProductModel and UsageConsumptionProductRef- Since:
- 2211
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUCProductAtTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaUsageConsumptionProductModel source, UsageConsumptionProductRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
UCProductAtTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaUsageConsumptionProductModel source, UsageConsumptionProductRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaUsageConsumptionProductModel,UsageConsumptionProductRef> - Parameters:
source- source objecttarget- target object
-