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