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