|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.domain.Challenge
Constructor Summary | |
---|---|
Challenge()
Default constructor. |
|
Challenge(java.lang.String question,
java.util.Locale loc)
Constructs with a question and locale. |
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Returns the locale of the challenge. |
java.lang.String |
getQuestion()
Returns the question to ask as the challenge. |
void |
setLocale(java.util.Locale loc)
Changes the locale of the challenge |
void |
setQuestion(java.lang.String question)
Changes the question to ask as the challenge. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Challenge()
public Challenge(java.lang.String question, java.util.Locale loc)
question
- Question to ask as the challenge.loc
- Locale of the challenge. Can be null.Method Detail |
public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
question
- Challenge question.public java.util.Locale getLocale()
public void setLocale(java.util.Locale loc)
loc
- Locale of the challenge, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |