Class CustomerBillDateAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmOnCyclePartyBillModel,CustomerBill>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill.CustomerBillDateAttributeMapper
@Deprecated(since="2208")
public class CustomerBillDateAttributeMapper
extends BmAttributeMapper<BmOnCyclePartyBillModel,CustomerBill>
Deprecated.
2208
This attribute Mapper class maps billDate for billDate attribute between
BmOnCyclePartyBillModel and CustomerBill- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillDateAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BmOnCyclePartyBillModel source, CustomerBill 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.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
CustomerBillDateAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BmOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBmAttributeMapper<BmOnCyclePartyBillModel,CustomerBill> - Parameters:
source- source objecttarget- target object
-