Class GeographicSubAddressSubUnitTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<AddressData,GeographicSubAddress>
de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress.GeographicSubAddressSubUnitTypeAttributeMapper
public class GeographicSubAddressSubUnitTypeAttributeMapper
extends TmaAttributeMapper<AddressData,GeographicSubAddress>
This attribute Mapper class maps data for SubUnitType and SubUnitNumber attribute between
AddressData and
GeographicSubAddress- Since:
- 2007
-
Field Summary
Fields -
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
-
Field Details
-
DEFAULT_APARTMENT_LENGTH
public static final int DEFAULT_APARTMENT_LENGTH- See Also:
-
-
Constructor Details
-
GeographicSubAddressSubUnitTypeAttributeMapper
public GeographicSubAddressSubUnitTypeAttributeMapper()
-
-
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
-