public class Block extends Object implements Serializable
| Constructor and Description |
|---|
Block() |
| Modifier and Type | Method and Description |
|---|---|
static Block |
from(Block b1,
Block b2,
String orderField,
int maxSize) |
static Block |
from(String key,
Iterator<Block> blocks,
String orderField,
int maxSize) |
static Block |
from(String key,
eu.dnetlib.pace.model.MapDocument doc) |
List<eu.dnetlib.pace.model.MapDocument> |
getDocuments() |
String |
getKey() |
void |
setDocuments(List<eu.dnetlib.pace.model.MapDocument> documents) |
void |
setKey(String key) |
Copyright © 2022. All rights reserved.