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