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