Class FieldSolutionPart
- java.lang.Object
-
- com.aquima.interactions.framework.handler.dtree.SolutionPart
-
- com.aquima.interactions.framework.handler.dtree.FieldSolutionPart
-
- All Implemented Interfaces:
Serializable
public class FieldSolutionPart extends SolutionPart
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldSolutionPart()
FieldSolutionPart(String key, String value, String questionText, String displayValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayValue()
String
getKey()
String
getQuestionText()
-
Methods inherited from class com.aquima.interactions.framework.handler.dtree.SolutionPart
getValue
-
-