Class ProductSpecificationBundledPsAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaCompositeProductSpecificationData,ProductSpecification>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspecification.ProductSpecificationBundledPsAttributeMapper
public class ProductSpecificationBundledPsAttributeMapper
extends TmaAttributeMapper<TmaCompositeProductSpecificationData,ProductSpecification>
This attribute Mapper class maps data for bundledProductSpecification attribute between
TmaCompositeProductSpecificationData
and ProductSpecification- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionProductSpecificationBundledPsAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(ProductSpecification target, TmaCompositeProductSpecificationData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(TmaCompositeProductSpecificationData source, ProductSpecification 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
-
ProductSpecificationBundledPsAttributeMapper
public ProductSpecificationBundledPsAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaCompositeProductSpecificationData source, ProductSpecification 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<TmaCompositeProductSpecificationData,ProductSpecification> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductSpecification target, TmaCompositeProductSpecificationData 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<TmaCompositeProductSpecificationData,ProductSpecification> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-