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