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() |
List<String> |
getWarnings() |
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 void setGlossaryEntries(List<GlossaryEntry> glossaryEntries)
Copyright © 2016 Zanata Project. All rights reserved.