Class ScaleQuestion
java.lang.Object
org.episteme.social.sociology.survey.Question
org.episteme.social.sociology.survey.ScaleQuestion
- All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named
A question asking for a rating on a linear scale.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMax()intgetMin()voidsetMax(int max) voidsetMaxLabel(String maxLabel) voidsetMin(int min) voidsetMinLabel(String minLabel) Methods inherited from class Question
equals, getId, getText, getTraits, getType, hashCode, isRequired, setRequired, setText, toStringMethods inherited from interface Commented
getComments, getTrait, setCommentsMethods inherited from interface ComprehensiveIdentification
getName, getTrait, setName, setTrait
-
Constructor Details
-
ScaleQuestion
-
-
Method Details
-
getMin
public int getMin() -
setMin
public void setMin(int min) -
getMax
public int getMax() -
setMax
public void setMax(int max) -
getMinLabel
-
setMinLabel
-
getMaxLabel
-
setMaxLabel
-