public class StockLevelDTO extends ItemDTO
| Constructor and Description |
|---|
StockLevelDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic StockLevelDTO()
public AdvancedShippingNoticeEntryDTO getAsnEntry()
public int getAvailable()
public String getBin()
public String getInStockStatus()
public Collection<InventoryEventDTO> getInventoryEvents()
public int getMaxPreOrder()
public int getMaxStockLevelHistoryCount()
public Date getNextDeliveryTime()
public int getOverSelling()
public int getPreOrder()
public ProductDTO getProduct()
public String getProductCode()
public Collection<ProductDTO> getProducts()
public Date getReleaseDate()
public int getReserved()
public List<StockLevelHistoryEntryDTO> getStockLevelHistoryEntries()
public WarehouseDTO getWarehouse()
public boolean isTreatNegativeAsZero()
public void setAsnEntry(AdvancedShippingNoticeEntryDTO value)
public void setAvailable(int value)
public void setBin(String value)
public void setInStockStatus(String value)
public void setInventoryEvents(Collection<InventoryEventDTO> value)
public void setMaxPreOrder(int value)
public void setMaxStockLevelHistoryCount(int value)
public void setNextDeliveryTime(Date value)
public void setOverSelling(int value)
public void setPreOrder(int value)
public void setProduct(ProductDTO value)
public void setProductCode(String value)
public void setProducts(Collection<ProductDTO> value)
public void setReleaseDate(Date value)
public void setReserved(int value)
public void setStockLevelHistoryEntries(List<StockLevelHistoryEntryDTO> value)
public void setTreatNegativeAsZero(boolean value)
public void setWarehouse(WarehouseDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.