public class OrderEntryGroup extends Object
AbstractOrderEntryModel.| Constructor and Description |
|---|
OrderEntryGroup(Collection<AbstractOrderEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractOrderEntryModel entry)
Add an entry to the group.
|
void |
addAll(Collection<AbstractOrderEntryModel> entries)
Add a collection of entries to the group.
|
Collection<AbstractOrderEntryModel> |
getEntries()
Gets the entries in the group.
|
int |
size()
Gets the size of group.
|
public OrderEntryGroup(Collection<AbstractOrderEntryModel> entries)
public void add(AbstractOrderEntryModel entry)
entry - - the abstract order entry modelpublic void addAll(Collection<AbstractOrderEntryModel> entries)
entries - - an immutable collection of abstract order entry modelspublic int size()
public Collection<AbstractOrderEntryModel> getEntries()
Copyright © 2017 SAP SE. All Rights Reserved.