Class RegionPlaceReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<RegionData,Place>
de.hybris.platform.b2ctelcotmfwebservices.mappers.place.RegionPlaceReferredTypeAttributeMapper
This attribute Mapper class maps data for atreferredType attribute between
RegionData and
Place- Since:
- 2003
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(RegionData source, Place 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
-
RegionPlaceReferredTypeAttributeMapper
public RegionPlaceReferredTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(RegionData source, Place 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<RegionData,Place> - Parameters:
source- source objecttarget- target object
-