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