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