Class PscvUnitOfMeasureAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductSpecCharacteristicValueData,ProductSpecCharacteristicValue>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspeccharvalue.PscvUnitOfMeasureAttributeMapper
public class PscvUnitOfMeasureAttributeMapper
extends TmaAttributeMapper<TmaProductSpecCharacteristicValueData,ProductSpecCharacteristicValue>
This attribute Mapper class maps data for unit of measure attribute between
TmaProductSpecCharacteristicValueData and
ProductSpecCharacteristicValue- Since:
- 1903
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(ProductSpecCharacteristicValue target, TmaProductSpecCharacteristicValueData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(TmaProductSpecCharacteristicValueData 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, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
PscvUnitOfMeasureAttributeMapper
public PscvUnitOfMeasureAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductSpecCharacteristicValueData 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<TmaProductSpecCharacteristicValueData,ProductSpecCharacteristicValue> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductSpecCharacteristicValue target, TmaProductSpecCharacteristicValueData 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<TmaProductSpecCharacteristicValueData,ProductSpecCharacteristicValue> - Parameters:
target- target objectsource- source object
-