public class EntriesSelectionStrategyRPD extends Object implements Serializable
| Constructor and Description |
|---|
EntriesSelectionStrategyRPD() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<OrderEntryRAO> |
getOrderEntries() |
int |
getQuantity() |
OrderEntrySelectionStrategy |
getSelectionStrategy() |
int |
hashCode() |
boolean |
isTargetOfAction() |
void |
setOrderEntries(List<OrderEntryRAO> orderEntries) |
void |
setQuantity(int quantity) |
void |
setSelectionStrategy(OrderEntrySelectionStrategy selectionStrategy) |
void |
setTargetOfAction(boolean targetOfAction) |
public void setOrderEntries(List<OrderEntryRAO> orderEntries)
public List<OrderEntryRAO> getOrderEntries()
public void setSelectionStrategy(OrderEntrySelectionStrategy selectionStrategy)
public OrderEntrySelectionStrategy getSelectionStrategy()
public void setQuantity(int quantity)
public int getQuantity()
public void setTargetOfAction(boolean targetOfAction)
public boolean isTargetOfAction()
Copyright © 2017 SAP SE. All Rights Reserved.