Class GeographicSubAddressBuildingAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<AddressData,GeographicSubAddress>
de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress.GeographicSubAddressBuildingAttributeMapper
public class GeographicSubAddressBuildingAttributeMapper
extends TmaAttributeMapper<AddressData,GeographicSubAddress>
This attribute Mapper class maps data for Building attribute between
AddressData and
GeographicSubAddress- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(AddressData source, GeographicSubAddress 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
-
GeographicSubAddressBuildingAttributeMapper
public GeographicSubAddressBuildingAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(AddressData source, GeographicSubAddress 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<AddressData,GeographicSubAddress> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<AddressData,GeographicSubAddress> - Parameters:
target- target objectsource- source object
-