Class SourcingResultCartItemResponse
java.lang.Object
com.sap.retail.oaa.commerce.services.sourcing.jaxb.pojos.response.SourcingResultCartItemResponse
Jaxb Pojo for XML reading
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalInformations(AdditionalInformations additionalInformations) voidsetAvailability(AvailabilityResponse availability) voidsetDeliveryInformation(DeliveryInformation deliveryInformation) voidsetExternalId(String externalId) voidsetPurchSite(String purchSite) void
-
Constructor Details
-
SourcingResultCartItemResponse
public SourcingResultCartItemResponse()
-
-
Method Details
-
getExternalId
-
setExternalId
- Parameters:
externalId- the externalId to set
-
getSource
-
setSource
- Parameters:
source- the source to set
-
getPurchSite
- Returns:
- the purchSite
-
setPurchSite
- Parameters:
purchSite- the purchSite to set
-
getAvailability
-
setAvailability
- Parameters:
availability- the availability to set
-
getAdditionalInformations
-
setAdditionalInformations
- Parameters:
additionalInformations- the additionalInformations to set
-
getDeliveryInformation
-
setDeliveryInformation
- Parameters:
deliveryInformation- the deliveryInformation to set
-