Class OtherNameOrganizationValidForAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaOtherNameModel,OtherNameOrganization>
de.hybris.platform.tuawebservicesresources.mappers.othernameorganization.OtherNameOrganizationValidForAttributeMapper
public class OtherNameOrganizationValidForAttributeMapper
extends TuaAttributeMapper<TuaOtherNameModel,OtherNameOrganization>
This attribute Mapper class maps data for valid for attribute between
TuaOtherNameModel and OtherNameOrganization- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionOtherNameOrganizationValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(OtherNameOrganization source, TuaOtherNameModel target, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(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
-
Constructor Details
-
OtherNameOrganizationValidForAttributeMapper
-
-
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
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(OtherNameOrganization source, TuaOtherNameModel target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaOtherNameModel,OtherNameOrganization> - Parameters:
source- target objecttarget- source object
-