public class StockData extends Object implements Serializable
| Constructor and Description |
|---|
StockData() |
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
getInStockStatus() |
Long |
getStockLevel() |
StockLevelStatus |
getStockLevelStatus() |
Integer |
getStockThreshold() |
void |
setInStockStatus(InStockStatus inStockStatus) |
void |
setStockLevel(Long stockLevel) |
void |
setStockLevelStatus(StockLevelStatus stockLevelStatus) |
void |
setStockThreshold(Integer stockThreshold) |
public void setStockLevelStatus(StockLevelStatus stockLevelStatus)
public StockLevelStatus getStockLevelStatus()
public void setStockLevel(Long stockLevel)
public Long getStockLevel()
public void setStockThreshold(Integer stockThreshold)
public Integer getStockThreshold()
public void setInStockStatus(InStockStatus inStockStatus)
public InStockStatus getInStockStatus()
Copyright © 2017 SAP SE. All Rights Reserved.