Class AgreementHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAgreementModel,Agreement>
de.hybris.platform.tuawebservicesresources.v3.mappers.agreement.AgreementHrefAttributeMapper
This attribute Mapper class maps data for href attribute between
TuaAgreementModel and Agreement- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaAgreementModel source, Agreement 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
-
AgreementHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaAgreementModel source, Agreement 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<TuaAgreementModel,Agreement> - Parameters:
source- source objecttarget- target object
-