public class SuppliersToReceive extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
articlesWithoutSuppliers |
protected boolean |
somethingToReceive |
protected com.google.common.collect.ImmutableSetMultimap<String,Supplier> |
suppliersByGroup |
| Constructor and Description |
|---|
SuppliersToReceive(Iterable<Supplier> suppliers) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSetMultimap<String,Supplier> |
getSuppliersByGroup() |
boolean |
isArticlesWithoutSuppliers() |
boolean |
isSomethingToReceive() |
Copyright © 2013 CodeLutin. All rights reserved.