Class PoRelationshipRefReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,PoRelationshipRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.porelationshipref.PoRelationshipRefReferredTypeAttributeMapper
public class PoRelationshipRefReferredTypeAttributeMapper
extends TmaAttributeMapper<ProductData,PoRelationshipRef>
This attribute Mapper class maps data for referred type attribute between
ProductData and PoRelationshipRef- Since:
- 1903
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(ProductData source, PoRelationshipRef 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, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
PoRelationshipRefReferredTypeAttributeMapper
public PoRelationshipRefReferredTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductData source, PoRelationshipRef 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<ProductData,PoRelationshipRef> - Parameters:
source- source objecttarget- target object
-