Class BillingCycleSpecHrefAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.billingcyclespecification.BillingCycleSpecHrefAttributeMapper
@Deprecated(since="2208")
public class BillingCycleSpecHrefAttributeMapper
extends BaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue>
Deprecated.
2208
This attribute Mapper class maps data for href attribute between
BaBillingCycleSpecificationModel and BillingCycleSpecificationRefOrValue- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBillingCycleSpecHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BaBillingCycleSpecificationModel source, BillingCycleSpecificationRefOrValue 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
BillingCycleSpecHrefAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaBillingCycleSpecificationModel source, BillingCycleSpecificationRefOrValue target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue> - Parameters:
source- source objecttarget- target object
-