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