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