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