Class FeatureValueToPscvAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<FeatureValueData,ProductSpecCharacteristicValue>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspeccharvalue.FeatureValueToPscvAtTypeAttributeMapper
public class FeatureValueToPscvAtTypeAttributeMapper
extends TmaAttributeMapper<FeatureValueData,ProductSpecCharacteristicValue>
This attribute Mapper class maps data for attype attribute between
FeatureValueData and
ProductSpecCharacteristicValue- Since:
- 1903
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(FeatureValueData source, ProductSpecCharacteristicValue 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
-
FeatureValueToPscvAtTypeAttributeMapper
public FeatureValueToPscvAtTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(FeatureValueData source, ProductSpecCharacteristicValue 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<FeatureValueData,ProductSpecCharacteristicValue> - Parameters:
source- source objecttarget- target object
-