Class RelatedPartyAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyRoleAssociationModel,RelatedParty>
de.hybris.platform.tuawebservicesresources.mappers.relatedpartyfrompartyroleassociation.RelatedPartyAtTypeAttributeMapper
public class RelatedPartyAtTypeAttributeMapper
extends TuaAttributeMapper<TuaPartyRoleAssociationModel,RelatedParty>
This attribute Mapper class maps data for at type attribute between
TuaPartyRoleAssociationModel and RelatedParty- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedPartyAtTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaPartyRoleAssociationModel 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
-
RelatedPartyAtTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyRoleAssociationModel 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<TuaPartyRoleAssociationModel,RelatedParty> - Parameters:
source- source objecttarget- target object
-