Module com.logicommerce.sdk
Class OrderItemSubstractedStockImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.OrderItemSubstractedStockImpl
-
- All Implemented Interfaces:
OrderItemSubstractedStock
public class OrderItemSubstractedStockImpl extends Object implements OrderItemSubstractedStock
-
-
Constructor Summary
Constructors Constructor Description OrderItemSubstractedStockImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()PrevisionTypegetPrevisionType()IntegergetProductCombinationStockId()intgetQuantity()voidsetId(Integer id)voidsetPrevisionType(PrevisionType previsionType)voidsetProductCombinationStockId(Integer productCombinationStockId)voidsetQuantity(int quantity)
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin interfaceOrderItemSubstractedStock
-
getQuantity
public int getQuantity()
- Specified by:
getQuantityin interfaceOrderItemSubstractedStock
-
getProductCombinationStockId
public Integer getProductCombinationStockId()
- Specified by:
getProductCombinationStockIdin interfaceOrderItemSubstractedStock
-
getPrevisionType
public PrevisionType getPrevisionType()
- Specified by:
getPrevisionTypein interfaceOrderItemSubstractedStock
-
setId
public void setId(Integer id)
-
setQuantity
public void setQuantity(int quantity)
-
setProductCombinationStockId
public void setProductCombinationStockId(Integer productCombinationStockId)
-
setPrevisionType
public void setPrevisionType(PrevisionType previsionType)
-
-