Class AgreementSpecCharacteristicValidForAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAgreementSpecCharacteristicModel,AgreementSpecCharacteristic>
de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristic.AgreementSpecCharacteristicValidForAttributeMapper
public class AgreementSpecCharacteristicValidForAttributeMapper
extends TuaAttributeMapper<TuaAgreementSpecCharacteristicModel,AgreementSpecCharacteristic>
This attribute Mapper class maps data for validFor attribute between
TuaAgreementSpecCharacteristicModel and AgreementSpecCharacteristic- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementSpecCharacteristicValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(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
-
Constructor Details
-
AgreementSpecCharacteristicValidForAttributeMapper
-
-
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
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaAgreementSpecCharacteristicModel,AgreementSpecCharacteristic> - Parameters:
target- target objectsource- source object
-