Class ProdSpecCharValueUsePscvsAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductSpecCharacteristicValueUseData,ProdSpecCharValueUse>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspeccharvalueuse.ProdSpecCharValueUsePscvsAttributeMapper
public class ProdSpecCharValueUsePscvsAttributeMapper
extends TmaAttributeMapper<TmaProductSpecCharacteristicValueUseData,ProdSpecCharValueUse>
This attribute Mapper class maps data for pscv attribute between
TmaProductSpecCharacteristicValueUseData and
ProdSpecCharValueUse- Since:
- 1903
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(ProdSpecCharValueUse source, TmaProductSpecCharacteristicValueUseData target, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(TmaProductSpecCharacteristicValueUseData source, ProdSpecCharValueUse target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.voidsetMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade) Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
ProdSpecCharValueUsePscvsAttributeMapper
public ProdSpecCharValueUsePscvsAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductSpecCharacteristicValueUseData source, ProdSpecCharValueUse 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<TmaProductSpecCharacteristicValueUseData,ProdSpecCharValueUse> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProdSpecCharValueUse source, TmaProductSpecCharacteristicValueUseData target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<TmaProductSpecCharacteristicValueUseData,ProdSpecCharValueUse> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade() -
setMapperFacade
public void setMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade)
-