Class AccBalanceTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAccountBalanceModel,AccountBalance>
de.hybris.platform.tuawebservicesresources.mappers.accountbalance.AccBalanceTypeAttributeMapper
public class AccBalanceTypeAttributeMapper
extends TuaAttributeMapper<TuaAccountBalanceModel,AccountBalance>
This attribute Mapper class maps data for tualanceType attribute between
TuaAccountBalanceModel and AccountBalance- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAccBalanceTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(AccountBalance target, TuaAccountBalanceModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaAccountBalanceModel accountBalanceModel, AccountBalance accountBalance, 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
-
AccBalanceTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaAccountBalanceModel accountBalanceModel, AccountBalance accountBalance, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaAccountBalanceModel,AccountBalance> - Parameters:
accountBalanceModel- source objectaccountBalance- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AccountBalance target, TuaAccountBalanceModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaAccountBalanceModel,AccountBalance> - Parameters:
target- target objectsource- source object
-