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