Class DefaultNetGrossStrategy
- java.lang.Object
-
- de.hybris.platform.commerceservices.strategies.impl.DefaultNetGrossStrategy
-
- All Implemented Interfaces:
NetGrossStrategy
public class DefaultNetGrossStrategy extends java.lang.Object implements NetGrossStrategy
Default implementation ofNetGrossStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultNetGrossStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNet()
Method for retrieving the net/gross setting
-
-
-
Method Detail
-
isNet
public boolean isNet()
Description copied from interface:NetGrossStrategy
Method for retrieving the net/gross setting- Specified by:
isNet
in interfaceNetGrossStrategy
- Returns:
- the net/gross setting to be used for retrieving price information
-
-