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