Class CustomerBillOnDemandHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand.CustomerBillOnDemandHrefAttributeMapper
public class CustomerBillOnDemandHrefAttributeMapper
extends TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
This attribute Mapper class maps data for href attribute between
TuaPartyBillOnDemandModel and
CustomerBillOnDemand- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillOnDemandHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand 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
-
CustomerBillOnDemandHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand 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<TuaPartyBillOnDemandModel,CustomerBillOnDemand> - Parameters:
source- source objecttarget- target object
-