Class BillingAccountLastModifiedAttibuteMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillingAccountModel,BillingAccount>
de.hybris.platform.tuawebservicesresources.mappers.billingaccount.BillingAccountLastModifiedAttibuteMapper
public class BillingAccountLastModifiedAttibuteMapper
extends TuaAttributeMapper<TuaBillingAccountModel,BillingAccount>
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountLastModifiedAttibuteMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccount 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, populateSourceAttributeFromTarget
-
Constructor Details
-
BillingAccountLastModifiedAttibuteMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccount 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<TuaBillingAccountModel,BillingAccount> - Parameters:
source- source objecttarget- target object
-