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