Class CosSourcingResponseItem
java.lang.Object
com.sap.sapoaacosintegration.services.sourcing.response.CosSourcingResponseItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContext(String context) voidvoidsetProductId(String articleId) voidsetResponseItemScheduleLine(List<CosSourcingResponseItemScheduleLine> responseItemScheduleLine)
-
Constructor Details
-
CosSourcingResponseItem
public CosSourcingResponseItem()
-
-
Method Details
-
getProductId
- Returns:
- the articleId
-
setProductId
- Parameters:
articleId- the articleId to set
-
getResponseItemScheduleLine
- Returns:
- the responseItemScheduleLine
-
setResponseItemScheduleLine
public void setResponseItemScheduleLine(List<CosSourcingResponseItemScheduleLine> responseItemScheduleLine) - Parameters:
responseItemScheduleLine- the responseItemScheduleLine to set
-
getItemId
- Returns:
- the itemId
-
setItemId
- Parameters:
itemId- the itemId to set
-
getContext
- Returns:
- the context
-
setContext
- Parameters:
context- the context to set
-