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