public class EvaluationFormNumericQuestionProperties
extends java.lang.Object
implements java.io.Serializable
Information about properties for a numeric question in an evaluation form.
| Constructor and Description |
|---|
EvaluationFormNumericQuestionProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
EvaluationFormNumericQuestionAutomation |
getAutomation()
The automation properties of the numeric question.
|
java.lang.Integer |
getMaxValue()
The maximum answer value.
|
java.lang.Integer |
getMinValue()
The minimum answer value.
|
java.util.List<EvaluationFormNumericQuestionOption> |
getOptions()
The scoring options of the numeric question.
|
int |
hashCode() |
void |
setAutomation(EvaluationFormNumericQuestionAutomation automation)
The automation properties of the numeric question.
|
void |
setMaxValue(java.lang.Integer maxValue)
The maximum answer value.
|
void |
setMinValue(java.lang.Integer minValue)
The minimum answer value.
|
void |
setOptions(java.util.Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormNumericQuestionProperties |
withAutomation(EvaluationFormNumericQuestionAutomation automation)
The automation properties of the numeric question.
|
EvaluationFormNumericQuestionProperties |
withMaxValue(java.lang.Integer maxValue)
The maximum answer value.
|
EvaluationFormNumericQuestionProperties |
withMinValue(java.lang.Integer minValue)
The minimum answer value.
|
EvaluationFormNumericQuestionProperties |
withOptions(java.util.Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
|
EvaluationFormNumericQuestionProperties |
withOptions(EvaluationFormNumericQuestionOption... options)
The scoring options of the numeric question.
|
public EvaluationFormNumericQuestionProperties()
public java.lang.Integer getMinValue()
The minimum answer value.
The minimum answer value.
public void setMinValue(java.lang.Integer minValue)
The minimum answer value.
minValue - The minimum answer value.
public EvaluationFormNumericQuestionProperties withMinValue(java.lang.Integer minValue)
The minimum answer value.
Returns a reference to this object so that method calls can be chained together.
minValue - The minimum answer value.
public java.lang.Integer getMaxValue()
The maximum answer value.
The maximum answer value.
public void setMaxValue(java.lang.Integer maxValue)
The maximum answer value.
maxValue - The maximum answer value.
public EvaluationFormNumericQuestionProperties withMaxValue(java.lang.Integer maxValue)
The maximum answer value.
Returns a reference to this object so that method calls can be chained together.
maxValue - The maximum answer value.
public java.util.List<EvaluationFormNumericQuestionOption> getOptions()
The scoring options of the numeric question.
The scoring options of the numeric question.
public void setOptions(java.util.Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
options - The scoring options of the numeric question.
public EvaluationFormNumericQuestionProperties withOptions(EvaluationFormNumericQuestionOption... options)
The scoring options of the numeric question.
Returns a reference to this object so that method calls can be chained together.
options - The scoring options of the numeric question.
public EvaluationFormNumericQuestionProperties withOptions(java.util.Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
Returns a reference to this object so that method calls can be chained together.
options - The scoring options of the numeric question.
public EvaluationFormNumericQuestionAutomation getAutomation()
The automation properties of the numeric question.
The automation properties of the numeric question.
public void setAutomation(EvaluationFormNumericQuestionAutomation automation)
The automation properties of the numeric question.
automation - The automation properties of the numeric question.
public EvaluationFormNumericQuestionProperties withAutomation(EvaluationFormNumericQuestionAutomation automation)
The automation properties of the numeric question.
Returns a reference to this object so that method calls can be chained together.
automation - The automation 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