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