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