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