public class GlossaryResults extends Object implements Serializable
Constructor and Description |
---|
GlossaryResults() |
GlossaryResults(List<GlossaryEntry> glossaryEntries,
List<String> warnings) |
Modifier and Type | Method and Description |
---|---|
List<GlossaryEntry> |
getGlossaryEntries()
The list of created / updated glossary entries
|
List<String> |
getWarnings()
A list of warnings generated when performing the operation
|
void |
setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
void |
setWarnings(List<String> warnings) |
public GlossaryResults()
public GlossaryResults(List<GlossaryEntry> glossaryEntries, List<String> warnings)
public List<GlossaryEntry> getGlossaryEntries()
public List<String> getWarnings()
public void setGlossaryEntries(List<GlossaryEntry> glossaryEntries)
Copyright © 2018 Zanata Project. All rights reserved.