Class CreditProfileValidForAttributeMapper
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper<PrCreditProfileModel,CreditProfile>
de.hybris.platform.partyroletmfwebservices.v1.mappers.creditprofile.CreditProfileValidForAttributeMapper
@Deprecated(since="2208")
public class CreditProfileValidForAttributeMapper
extends PrAttributeMapper<PrCreditProfileModel,CreditProfile>
Deprecated.
2208
This attribute Mapper class maps data for valid for attribute between
PrCreditProfileModel and CreditProfile- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionCreditProfileValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(CreditProfile target, PrCreditProfileModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PrCreditProfileModel source, CreditProfile target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
CreditProfileValidForAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PrCreditProfileModel source, CreditProfile target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPrAttributeMapper<PrCreditProfileModel,CreditProfile> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(CreditProfile target, PrCreditProfileModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPrAttributeMapper<PrCreditProfileModel,CreditProfile> - Parameters:
target- target objectsource- source object
-