Class AgreementSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAgreementModel,Agreement>
de.hybris.platform.tuawebservicesresources.mappers.agreement.AgreementSchemaLocationAttributeMapper
public class AgreementSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaAgreementModel,Agreement>
This attribute Mapper class maps data for schema location attribute between
TuaAgreementModel and Agreement- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementSchemaLocationAttributeMapper(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
-
AgreementSchemaLocationAttributeMapper
-
-
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
-