java.lang.Object
com.sap.sapoaacosintegration.services.sourcing.request.CosSourcingItem

public class CosSourcingItem extends Object
  • Constructor Details

    • CosSourcingItem

      public CosSourcingItem()
  • Method Details

    • getItemId

      public String getItemId()
      Returns:
      the itemId
    • setItemId

      public void setItemId(String itemId)
      Parameters:
      itemId - the itemId to set
    • getProductId

      public String getProductId()
      Returns:
      the productId
    • setProductId

      public void setProductId(String productId)
      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

      public String getUnit()
      Returns:
      the unit
    • setUnit

      public void setUnit(String unit)
      Parameters:
      unit - the unit to set
    • getContext

      public String getContext()
      Returns:
      the context
    • setContext

      public void setContext(String context)
      Parameters:
      context - the context to set