public class Glossary extends Object implements Serializable, HasMediaType
Constructor and Description |
---|
Glossary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<GlossaryEntry> |
getGlossaryEntries() |
String |
getMediaType(MediaTypes.Format format) |
LocaleList |
getSourceLocales() |
LocaleList |
getTargetLocales() |
int |
hashCode() |
void |
setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
void |
setSourceLocales(LocaleList sourceLocales) |
void |
setTargetLocales(LocaleList targetLocales) |
String |
toString() |
public LocaleList getSourceLocales()
public void setSourceLocales(LocaleList sourceLocales)
public LocaleList getTargetLocales()
public void setTargetLocales(LocaleList targetLocales)
public List<GlossaryEntry> getGlossaryEntries()
public void setGlossaryEntries(List<GlossaryEntry> glossaryEntries)
public String getMediaType(MediaTypes.Format format)
getMediaType
in interface HasMediaType
Copyright © 2013 Zanata Project. All rights reserved.