Class CustomerBillStateAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyBillModel,CustomerBill>
de.hybris.platform.tuawebservicesresources.mappers.customerbill.CustomerBillStateAttributeMapper
public class CustomerBillStateAttributeMapper
extends TuaAttributeMapper<TuaPartyBillModel,CustomerBill>
This attribute Mapper class maps data for state attribute between
TuaPartyBillModel and CustomerBill- Since:
- 2208
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(CustomerBill target, TuaPartyBillModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBill 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
-
CustomerBillStateAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBill 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<TuaPartyBillModel,CustomerBill> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(CustomerBill target, TuaPartyBillModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaPartyBillModel,CustomerBill> - Parameters:
target- target objectsource- source object
-
getCustomerBillStateDtoMap
-
getCustomerBillStateReverseDtoMap
-