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