Class RelationshipTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaProductRelationshipModel,ProductRelationship>
de.hybris.platform.tuawebservicesresources.v3.mappers.productrelationship.RelationshipTypeAttributeMapper
public class RelationshipTypeAttributeMapper
extends TuaAttributeMapper<TuaProductRelationshipModel,ProductRelationship>
This attribute Mapper class maps data for relationshipType attribute between
TuaProductRelationshipModel and
ProductRelationship- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipTypeAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateTargetAttributeFromSource(TuaProductRelationshipModel source, ProductRelationship 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
-
RelationshipTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaProductRelationshipModel source, ProductRelationship 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<TuaProductRelationshipModel,ProductRelationship> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-