public class Gloss extends Object implements Serializable
Constructor and Description |
---|
Gloss()
Constructor
|
Gloss(String glossText,
String language)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getGlossText()
Gets the concept's explanation.
|
String |
getLanguage()
Gets the language of glossText.
|
int |
hashCode() |
void |
setGlossText(String glossText)
Sets the concept's explanation.
|
void |
setLanguage(String language)
Sets the language of glossText.
|
String |
toString() |
public String getGlossText()
public String getLanguage()
public void setGlossText(String glossText)
glossText
- Concept explanationpublic void setLanguage(String language)