Class ProductSpecificationLifecycleStatusAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductSpecificationData,ProductSpecification>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspecification.ProductSpecificationLifecycleStatusAttributeMapper
public class ProductSpecificationLifecycleStatusAttributeMapper
extends TmaAttributeMapper<TmaProductSpecificationData,ProductSpecification>
This attribute Mapper class maps data for lifecycleStatus attribute between
TmaProductSpecificationData and
ProductSpecification- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(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, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
ProductSpecificationLifecycleStatusAttributeMapper
public ProductSpecificationLifecycleStatusAttributeMapper()
-
-
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
-