Class UsageSpecificationRefExternalIdentifierAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductUsageSpecificationData,UsageSpecificationRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.usagespecificationref.UsageSpecificationRefExternalIdentifierAttributeMapper
public class UsageSpecificationRefExternalIdentifierAttributeMapper
extends TmaAttributeMapper<TmaProductUsageSpecificationData,UsageSpecificationRef>
This attribute Mapper class maps data for externalIdentifier attribute between
TmaProductUsageSpecificationData
and UsageSpecificationRef- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionUsageSpecificationRefExternalIdentifierAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(UsageSpecificationRef target, TmaProductUsageSpecificationData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(TmaProductUsageSpecificationData source, UsageSpecificationRef 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, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
UsageSpecificationRefExternalIdentifierAttributeMapper
public UsageSpecificationRefExternalIdentifierAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductUsageSpecificationData source, UsageSpecificationRef 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<TmaProductUsageSpecificationData,UsageSpecificationRef> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(UsageSpecificationRef target, TmaProductUsageSpecificationData source, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<TmaProductUsageSpecificationData,UsageSpecificationRef> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-