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