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