public class ForecastServiceInterfacegetDeliveryForecastByIds extends Object
LineItem objects in a single
delivery simulation. A delivery forecast reports the number of units that will be delivered
to each line item given the line item goals and contentions from other line items.| Modifier and Type | Field and Description |
|---|---|
protected DeliveryForecastOptions |
forecastOptions |
protected List<Long> |
lineItemIds |
| Constructor and Description |
|---|
ForecastServiceInterfacegetDeliveryForecastByIds() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryForecastOptions |
getForecastOptions()
Gets the value of the forecastOptions property.
|
List<Long> |
getLineItemIds()
Gets the value of the lineItemIds property.
|
void |
setForecastOptions(DeliveryForecastOptions value)
Sets the value of the forecastOptions property.
|
protected DeliveryForecastOptions forecastOptions
public ForecastServiceInterfacegetDeliveryForecastByIds()
public List<Long> getLineItemIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lineItemIds property.
For example, to add a new item, do as follows:
getLineItemIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public DeliveryForecastOptions getForecastOptions()
DeliveryForecastOptionspublic void setForecastOptions(DeliveryForecastOptions value)
value - allowed object is
DeliveryForecastOptionsCopyright © 2018. All Rights Reserved.