Class AvailabilityResponseItem
java.lang.Object
com.sap.sapoaacosintegration.services.atp.response.AvailabilityResponseItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUnit()voidsetProductId(String productId) voidsetQuantity(Double quantity) void
-
Constructor Details
-
AvailabilityResponseItem
public AvailabilityResponseItem()
-
-
Method Details
-
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
-