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