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