public class TrialImpl extends DataContainerImpl implements Trial
DataContainer.Entry| Constructor and Description |
|---|
TrialImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrectResponse() |
Date |
getEndTime() |
String |
getGivenResponse() |
Long |
getId()
Gets the ID of the Trial.
|
int |
getIndex()
Gets the Index of the Trial.
|
int |
getLevel() |
int |
getMaxPoints() |
int |
getMinPoints() |
String |
getOutcome() |
String |
getParentId()
Gets the Node ID of the Trial.
|
int |
getPoints() |
String |
getQuestion() |
ModuleSession |
getSession()
Gets the TrainingSession this Trial belongs to.
|
Date |
getStartTime() |
void |
setCorrectResponse(String correctResponse) |
void |
setEndTime(Date endTime) |
void |
setGivenResponse(String givenResponse) |
void |
setId(Long id) |
void |
setIndex(int index)
Sets the index of the Trial used in the database.
|
void |
setLevel(int level) |
void |
setMaxPoints(int maxPoints) |
void |
setMinPoints(int minPoints) |
void |
setOutcome(String outcome) |
void |
setParentId(String parentId)
Sets the Node ID of the Trial.
|
void |
setPoints(int points) |
void |
setQuestion(String question) |
void |
setSession(ModuleSession session)
Sets the TrainingSession of this Trial.
|
void |
setStartTime(Date startTime) |
containsValue, getEntries, getEntriesImpl, getValue, putValue, setEntriesImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsValue, getEntries, getValue, putValuepublic void setId(Long id)
public String getParentId()
TrialgetParentId in interface Trialpublic void setParentId(String parentId)
TrialsetParentId in interface TrialparentId - Node ID of the Trialpublic int getLevel()
public void setLevel(int level)
public int getMinPoints()
public void setMinPoints(int minPoints)
public int getMaxPoints()
public void setMaxPoints(int maxPoints)
public String getQuestion()
public void setQuestion(String question)
public String getCorrectResponse()
public void setCorrectResponse(String correctResponse)
public String getGivenResponse()
public void setGivenResponse(String givenResponse)
public String getOutcome()
public void setOutcome(String outcome)
public int getPoints()
public void setPoints(int points)
public ModuleSession getSession()
TrialgetSession in interface Trialpublic void setSession(ModuleSession session)
TrialsetSession in interface Trialsession - TrainingSession this Trial belongs topublic Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public int getIndex()
TrialCopyright © 2013. All Rights Reserved.