public class StockLevelForm
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StockLevelForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAvailable() |
ProductModel |
getProduct() |
void |
setAvailable(java.lang.Integer available) |
void |
setProduct(ProductModel product) |
public void setAvailable(java.lang.Integer available)
public java.lang.Integer getAvailable()
public void setProduct(ProductModel product)
public ProductModel getProduct()
Copyright © 2018 SAP SE. All Rights Reserved.