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() |
int |
getIndex() |
int |
getLevel() |
int |
getMaxPoints() |
int |
getMinPoints() |
String |
getOutcome() |
String |
getParentId() |
int |
getPoints() |
String |
getQuestion() |
ModuleSession |
getSession() |
Date |
getStartTime() |
void |
setCorrectResponse(String correctResponse) |
void |
setEndTime(Date endTime) |
void |
setGivenResponse(String givenResponse) |
void |
setId(Long id) |
void |
setIndex(int index) |
void |
setLevel(int level) |
void |
setMaxPoints(int maxPoints) |
void |
setMinPoints(int minPoints) |
void |
setOutcome(String outcome) |
void |
setParentId(String parentId) |
void |
setPoints(int points) |
void |
setQuestion(String question) |
void |
setSession(ModuleSession session) |
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()
getParentId in interface Trialpublic void setParentId(String parentId)
setParentId in interface 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()
getSession in interface Trialpublic void setSession(ModuleSession session)
setSession in interface Trialpublic Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
Copyright © 2013. All Rights Reserved.