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