Class ArticleResponse
java.lang.Object
com.sap.sapoaacosintegration.services.atp.response.ArticleResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUnit()voidsetAvailableFrom(String availableFrom) voidsetProductId(String productId) voidsetQuantity(Double quantity) voidsetSourceId(String sourceId) void
-
Constructor Details
-
ArticleResponse
public ArticleResponse()
-
-
Method Details
-
getAvailableFrom
- Returns:
- the availableFrom
-
setAvailableFrom
- Parameters:
availableFrom- the availableFrom to set
-
getProductId
- Returns:
- the productId
-
setProductId
- Parameters:
productId- the productId to set
-
getQuantity
- Returns:
- the quantity
-
setQuantity
- Parameters:
quantity- the quantity to set
-
getUnit
- Returns:
- the unit
-
setUnit
- Parameters:
unit- the unit to set
-
getSourceId
- Returns:
- the sourceId
-
setSourceId
- Parameters:
sourceId- the sourceId to set
-