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