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