Class TmaSubscriptionTermBillingPlanAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<BillingPlanData,BillingPlanWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.priceterm.TmaSubscriptionTermBillingPlanAttributeMapper
public class TmaSubscriptionTermBillingPlanAttributeMapper
extends TmaAttributeMapper<BillingPlanData,BillingPlanWsDTO>
This attribute Mapper class maps attribute between
BillingPlanData and BillingPlanWsDTO- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BillingPlanData source, BillingPlanWsDTO target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaSubscriptionTermBillingPlanAttributeMapper
public TmaSubscriptionTermBillingPlanAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BillingPlanData source, BillingPlanWsDTO target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<BillingPlanData,BillingPlanWsDTO> - Parameters:
source- source objecttarget- target object
-