Class DefaultCisShippingItemCodeStrategy
- java.lang.Object
-
- de.hybris.platform.integration.cis.tax.strategies.impl.DefaultCisShippingItemCodeStrategy
-
- All Implemented Interfaces:
ShippingItemCodeStrategy
public class DefaultCisShippingItemCodeStrategy extends java.lang.Object implements ShippingItemCodeStrategy
Default implementation ofShippingItemCodeStrategywhich will return one greater than last entry number.
-
-
Constructor Summary
Constructors Constructor Description DefaultCisShippingItemCodeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetShippingItemCode(AbstractOrderModel abstractOrder)
-
-
-
Method Detail
-
getShippingItemCode
public java.lang.Integer getShippingItemCode(AbstractOrderModel abstractOrder)
- Specified by:
getShippingItemCodein interfaceShippingItemCodeStrategy
-
-