public class EvalObj extends Object
| Modifier and Type | Field and Description |
|---|---|
private Answer |
answer |
private String |
comment |
private double |
fmax |
private String |
id |
private double |
pmax |
private String |
question |
private double |
rmax |
| Constructor and Description |
|---|
EvalObj(String id,
String question,
double fmax,
double pmax,
double rmax,
String comment,
Answer answer) |
| Modifier and Type | Method and Description |
|---|---|
Answer |
getAnswer() |
String |
getComment() |
double |
getFmax() |
String |
getId() |
double |
getPmax() |
String |
getQuestion() |
double |
getRmax() |
String |
toString() |
private String comment
private double fmax
private double pmax
private double rmax
private String question
private String id
private Answer answer
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.