Class ArticleBySource
java.lang.Object
com.sap.sapoaacosintegration.services.atp.response.ArticleBySource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUnit()voidsetProductId(String productId) voidsetQuantityBySource(List<ArticleQuantityBySource> quantityBySource) void
-
Constructor Details
-
ArticleBySource
public ArticleBySource()
-
-
Method Details
-
getProductId
- Returns:
- the productId
-
setProductId
- Parameters:
productId- the productId to set
-
getUnit
- Returns:
- the unit
-
setUnit
- Parameters:
unit- the unit to set
-
getQuantityBySource
- Returns:
- the quantityBySource
-
setQuantityBySource
- Parameters:
quantityBySource- the quantityBySource to set
-