Class RelatedPartyAtReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaOrganizationModel,RelatedParty>
de.hybris.platform.tuawebservicesresources.mappers.relatedpartyfromorganization.RelatedPartyAtReferredTypeAttributeMapper
public class RelatedPartyAtReferredTypeAttributeMapper
extends TuaAttributeMapper<TuaOrganizationModel,RelatedParty>
This attribute Mapper class maps data for at referred type attribute between
TuaOrganizationModel and RelatedParty- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedPartyAtReferredTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaOrganizationModel source, RelatedParty target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
RelatedPartyAtReferredTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaOrganizationModel source, RelatedParty target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaOrganizationModel,RelatedParty> - Parameters:
source- source objecttarget- target object
-