public class ConceptEntry extends BaseEntry
| Constructor and Description |
|---|
ConceptEntry()
Creates a new ConceptEntry object.
|
ConceptEntry(String source,
String target,
LocaleId srcLocale,
LocaleId trgLocale) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLangEntry(LangEntry lent) |
void |
addTerm(LocaleId locId,
String term) |
LangEntry |
getEntries(LocaleId locId) |
String |
getId()
Gets the ID for this glossary entry.
|
boolean |
hasLocale(LocaleId locId)
Indicates if there is a set of terms defined for a given locale.
|
void |
removeEntries(LocaleId locId) |
void |
setId(String id)
Sets the ID for this glossary entry.
|
getProperty, propertiesKeys, setProperties, setPropertypublic String getId()
public void setId(String id)
id - the ID for this glossary entry.public boolean hasLocale(LocaleId locId)
locId - the locale to query.public void addLangEntry(LangEntry lent)
public void removeEntries(LocaleId locId)
Copyright © 2018. All rights reserved.