Class BillingSystemRefIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<String,BillingSystemRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.billingsystemref.BillingSystemRefIdAttributeMapper
This attribute Mapper class maps data for id attribute between
String and BillingSystemRef- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(String source, BillingSystemRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
BillingSystemRefIdAttributeMapper
public BillingSystemRefIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(String source, BillingSystemRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<String,BillingSystemRef> - Parameters:
source- source objecttarget- target object
-