Class PopEntityRefReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductOfferingPriceModel,EntityRef>
de.hybris.platform.b2ctelcotmfresources.v1.mappers.productofferingpriceentityref.PopEntityRefReferredTypeAttributeMapper
public class PopEntityRefReferredTypeAttributeMapper
extends TmaAttributeMapper<TmaProductOfferingPriceModel,EntityRef>
This attribute Mapper class maps data for atReferredType attribute between
TmaProductOfferingPriceModel and
EntityRef- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaProductOfferingPriceModel source, EntityRef 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
-
PopEntityRefReferredTypeAttributeMapper
public PopEntityRefReferredTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductOfferingPriceModel source, EntityRef 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<TmaProductOfferingPriceModel,EntityRef> - Parameters:
source- source objecttarget- target object
-