Class PqProductSpecCharacteristicNameAttributeMapper
java.lang.Object
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper<PqCharacteristicData,Characteristic>
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.productspeccharacteristic.PqProductSpecCharacteristicNameAttributeMapper
public class PqProductSpecCharacteristicNameAttributeMapper
extends PqAttributeMapper<PqCharacteristicData,Characteristic>
This attribute Mapper class maps data for name attribute between
PqCharacteristicData and Characteristic- Since:
- 2211
-
Constructor Summary
ConstructorsConstructorDescriptionPqProductSpecCharacteristicNameAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(Characteristic target, PqCharacteristicData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PqCharacteristicData source, Characteristic target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
PqProductSpecCharacteristicNameAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PqCharacteristicData source, Characteristic target, ma.glasnost.orika.MappingContext context) Description copied from class:PqAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPqAttributeMapper<PqCharacteristicData,Characteristic> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Characteristic target, PqCharacteristicData source, ma.glasnost.orika.MappingContext context) Description copied from class:PqAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPqAttributeMapper<PqCharacteristicData,Characteristic> - Parameters:
target- target objectsource- source object
-