public class EvaluationFormQuestionTypeProperties
extends java.lang.Object
implements java.io.Serializable
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
| Constructor and Description |
|---|
EvaluationFormQuestionTypeProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
EvaluationFormNumericQuestionProperties |
getNumeric()
The properties of the numeric question.
|
EvaluationFormSingleSelectQuestionProperties |
getSingleSelect()
The properties of the numeric question.
|
int |
hashCode() |
void |
setNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
|
void |
setSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormQuestionTypeProperties |
withNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
|
EvaluationFormQuestionTypeProperties |
withSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
|
public EvaluationFormQuestionTypeProperties()
public EvaluationFormNumericQuestionProperties getNumeric()
The properties of the numeric question.
The properties of the numeric question.
public void setNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
numeric - The properties of the numeric question.
public EvaluationFormQuestionTypeProperties withNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
Returns a reference to this object so that method calls can be chained together.
numeric - The properties of the numeric question.
public EvaluationFormSingleSelectQuestionProperties getSingleSelect()
The properties of the numeric question.
The properties of the numeric question.
public void setSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
singleSelect - The properties of the numeric question.
public EvaluationFormQuestionTypeProperties withSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
Returns a reference to this object so that method calls can be chained together.
singleSelect - The properties of the numeric question.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object