Class GeographicAddressIsUnloadingAddressAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<AddressData,GeographicAddress>
de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress.GeographicAddressIsUnloadingAddressAttributeMapper
public class GeographicAddressIsUnloadingAddressAttributeMapper
extends TmaAttributeMapper<AddressData,GeographicAddress>
This attribute Mapper class maps data for isUnloadingAddress attribute between
AddressData and
GeographicAddress- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(AddressData source, GeographicAddress 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
-
GeographicAddressIsUnloadingAddressAttributeMapper
public GeographicAddressIsUnloadingAddressAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(AddressData source, GeographicAddress 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,GeographicAddress> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(GeographicAddress 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,GeographicAddress> - Parameters:
target- target objectsource- source object
-