public class BulkDocumentBean<T> extends Object
| Constructor and Description |
|---|
BulkDocumentBean() |
BulkDocumentBean(Collection<T> documents,
boolean allOrNothing) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getDocuments() |
boolean |
isAllOrNothing() |
void |
setAllOrNothing(boolean allOrNothing) |
void |
setDocuments(Collection<T> documents) |
public BulkDocumentBean()
public BulkDocumentBean(Collection<T> documents, boolean allOrNothing)
public boolean isAllOrNothing()
public void setAllOrNothing(boolean allOrNothing)
public Collection<T> getDocuments()
public void setDocuments(Collection<T> documents)
Copyright © 2017. All rights reserved.