Class BillingAccountLastModifiedAttibuteMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaBillingAccountModel,BillingAccount>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.billingaccount.BillingAccountLastModifiedAttibuteMapper
@Deprecated(since="2208")
public class BillingAccountLastModifiedAttibuteMapper
extends BaAttributeMapper<BaBillingAccountModel,BillingAccount>
Deprecated.
2208
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountLastModifiedAttibuteMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BaBillingAccountModel source, BillingAccount 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaBillingAccountModel source, BillingAccount target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaBillingAccountModel,BillingAccount> - Parameters:
source- source objecttarget- target object
-