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