Class CustomerBillOnDemandStateAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand.CustomerBillOnDemandStateAttributeMapper
public class CustomerBillOnDemandStateAttributeMapper
extends TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
This attribute Mapper class maps data for state attribute between
TuaPartyBillOnDemandModel and
CustomerBillOnDemand- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillOnDemandStateAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(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
-
Constructor Details
-
CustomerBillOnDemandStateAttributeMapper
-
-
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
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand> - Parameters:
target- target objectsource- source object
-