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