Class BillingCycleSpecificationHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillingCycleSpecificationModel,BillingCycleSpecification>
de.hybris.platform.tuawebservicesresources.mappers.billingcyclespec.BillingCycleSpecificationHrefAttributeMapper
public class BillingCycleSpecificationHrefAttributeMapper
extends TuaAttributeMapper<TuaBillingCycleSpecificationModel,BillingCycleSpecification>
This attribute Mapper class maps data for href attribute between
TuaBillingCycleSpecificationModel and BillingCycleSpecification- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionBillingCycleSpecificationHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification 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
-
BillingCycleSpecificationHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification 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<TuaBillingCycleSpecificationModel,BillingCycleSpecification> - Parameters:
source- source objecttarget- target object
-