Class UsageConsumptionBucketRefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaUsageConsumptionModel,UsageConsumption>
de.hybris.platform.tuawebservicesresources.mappers.usageconsumption.UsageConsumptionBucketRefAttributeMapper
public class UsageConsumptionBucketRefAttributeMapper
extends TuaAttributeMapper<TuaUsageConsumptionModel,UsageConsumption>
This attribute Mapper class maps data for bucketref attribute between
TuaUsageConsumptionModel and UsageConsumption- Since:
- 2211
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUsageConsumptionBucketRefAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(UsageConsumption source, TuaUsageConsumptionModel target, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaUsageConsumptionModel source, UsageConsumption 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
-
Constructor Details
-
UsageConsumptionBucketRefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaUsageConsumptionModel source, UsageConsumption 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<TuaUsageConsumptionModel,UsageConsumption> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(UsageConsumption source, TuaUsageConsumptionModel target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaUsageConsumptionModel,UsageConsumption> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-