public class PublisherField extends Object
| Constructor and Description |
|---|
PublisherField() |
PublisherField(String fieldName,
boolean repeatable,
com.google.common.collect.Multimap<String,String> sources) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
com.google.common.collect.Multimap<String,String> |
getSources() |
boolean |
isRepeatable() |
void |
setFieldName(String fieldName) |
void |
setRepeatable(boolean repeatable) |
void |
setSources(com.google.common.collect.Multimap<String,String> sources) |
String |
toString() |
Copyright © 2018. All rights reserved.