Class AbstractSourcingStrategyMapper
java.lang.Object
de.hybris.platform.warehousing.sourcing.strategy.AbstractSourcingStrategyMapper
- All Implemented Interfaces:
SourcingStrategyMapper
- Direct Known Subclasses:
PickupSourcingStrategyMapper
public abstract class AbstractSourcingStrategyMapper
extends Object
implements SourcingStrategyMapper
Abstract sourcing strategy matcher. This will hold a reference to the sourcing strategy the mapper maps to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sourcing strategy associate with this matcher.voidsetStrategy(SourcingStrategy strategy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.warehousing.sourcing.strategy.SourcingStrategyMapper
isMatch
-
Constructor Details
-
AbstractSourcingStrategyMapper
public AbstractSourcingStrategyMapper()
-
-
Method Details
-
getStrategy
Description copied from interface:SourcingStrategyMapperGet the sourcing strategy associate with this matcher.- Specified by:
getStrategyin interfaceSourcingStrategyMapper- Returns:
- the sourcing strategy or null if none is set
-
setStrategy
-