public class Glossary extends Object implements Serializable, HasMediaType
Constructor and Description |
---|
Glossary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<GlossaryEntry> |
getGlossaryEntries() |
String |
getMediaType(MediaTypes.Format format) |
int |
getTotalCount() |
int |
hashCode() |
void |
setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
void |
setTotalCount(int totalCount) |
String |
toString() |
public List<GlossaryEntry> getGlossaryEntries()
public void setGlossaryEntries(List<GlossaryEntry> glossaryEntries)
public int getTotalCount()
public void setTotalCount(int totalCount)
public String getMediaType(MediaTypes.Format format)
getMediaType
in interface HasMediaType
Copyright © 2016 Zanata Project. All rights reserved.