Class UsageVolumeProductSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaUsageVolumeProductModel,UsageVolumeProduct>
de.hybris.platform.tuawebservicesresources.mappers.usagevolumeproduct.UsageVolumeProductSchemaLocationAttributeMapper
public class UsageVolumeProductSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaUsageVolumeProductModel,UsageVolumeProduct>
This attribute Mapper class maps data for atSchemaLocation attribute between
TuaUsageVolumeProductModel and
UsageVolumeProduct- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionUsageVolumeProductSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaUsageVolumeProductModel source, UsageVolumeProduct 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
-
UsageVolumeProductSchemaLocationAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaUsageVolumeProductModel source, UsageVolumeProduct 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<TuaUsageVolumeProductModel,UsageVolumeProduct> - Parameters:
source- source objecttarget- target object
-