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