Class SubscriptionBaseRefIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaSubscriptionBaseData,SubscriptionBaseRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.subscriptionbaseref.SubscriptionBaseRefIdAttributeMapper
public class SubscriptionBaseRefIdAttributeMapper
extends TmaAttributeMapper<TmaSubscriptionBaseData,SubscriptionBaseRef>
This attribute Mapper class maps data for id attribute between
TmaSubscriptionBaseData and SubscriptionBaseRef- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaSubscriptionBaseData source, SubscriptionBaseRef 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
-
SubscriptionBaseRefIdAttributeMapper
public SubscriptionBaseRefIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaSubscriptionBaseData source, SubscriptionBaseRef 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<TmaSubscriptionBaseData,SubscriptionBaseRef> - Parameters:
source- source objecttarget- target object
-