Class AppliedPaymentAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.appliedpayment.AppliedPaymentAtTypeAttributeMapper
@Deprecated(since="2208")
public class AppliedPaymentAtTypeAttributeMapper
extends BmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment>
Deprecated.
2208
This attribute Mapper class maps data for atType attribute between
BmPartyPaymentItemModel and AppliedPayment- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedPaymentAtTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
AppliedPaymentAtTypeAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment> - Parameters:
source- source objecttarget- target object
-