Class UCServiceAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaUsageConsumptionServiceModel,UsageConsumptionServiceRef>
de.hybris.platform.tuawebservicesresources.mappers.ucservice.UCServiceAtTypeAttributeMapper
public class UCServiceAtTypeAttributeMapper
extends TuaAttributeMapper<TuaUsageConsumptionServiceModel,UsageConsumptionServiceRef>
This attribute Mapper class maps data for at type attribute between
TuaUsageConsumptionServiceModel and UsageConsumptionServiceRef- Since:
- 2211
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUCServiceAtTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaUsageConsumptionServiceModel source, UsageConsumptionServiceRef 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
-
UCServiceAtTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaUsageConsumptionServiceModel source, UsageConsumptionServiceRef 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<TuaUsageConsumptionServiceModel,UsageConsumptionServiceRef> - Parameters:
source- source objecttarget- target object
-