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