public class QuestionText
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
QuestionText() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
getter method for the description attribute
|
java.lang.String |
getErrorText()
getter method for the errorText attribute
|
java.lang.String |
getLanguage()
getter method for the language attribute
|
void |
setDescription(java.lang.String description)
setter method for the description attribute
|
void |
setErrorText(java.lang.String errorText)
setter method for the errorText attribute
|
void |
setLanguage(java.lang.String language)
setter method for the language attribute
|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of this questionpublic java.lang.String getErrorText()
public void setErrorText(java.lang.String errorText)
errorText
- the error text of this questionpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the language of this translation