| Package | Description |
|---|---|
| org.zanata.rest.dto |
| Modifier and Type | Method and Description |
|---|---|
GlossaryLocaleInfo |
GlossaryInfo.getSrcLocale()
The glossary's source locale
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryLocaleInfo> |
GlossaryInfo.getTransLocale()
The list of translated locale's available for the glossary
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryInfo.setSrcLocale(GlossaryLocaleInfo srcLocale) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryInfo.setTransLocale(List<GlossaryLocaleInfo> transLocale) |
| Constructor and Description |
|---|
GlossaryInfo(GlossaryLocaleInfo srcLocale,
List<GlossaryLocaleInfo> transLocale) |
| Constructor and Description |
|---|
GlossaryInfo(GlossaryLocaleInfo srcLocale,
List<GlossaryLocaleInfo> transLocale) |
Copyright © 2018 Zanata Project. All rights reserved.