Class ArticleItem
java.lang.Object
com.sap.sapoaacosintegration.services.atp.request.ArticleItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUnit()voidsetContext(String context) voidvoidsetProductId(String productId) voidsetQuantity(Double quantity) void
-
Constructor Details
-
ArticleItem
public ArticleItem()
-
-
Method Details
-
getProductId
- Returns:
- the productId
-
setProductId
- Parameters:
productId- the productId to set
-
getItemId
- Returns:
- the itemId
-
setItemId
- Parameters:
itemId- the itemId to set
-
getContext
- Returns:
- the context
-
setContext
- Parameters:
context- the context to set
-
getQuantity
- Returns:
- the quantity
-
setQuantity
- Parameters:
quantity- the quantity to set
-
getUnit
- Returns:
- the unit
-
setUnit
- Parameters:
unit- the unit to set
-