public class ModuleSessionImpl extends DataContainerImpl implements ModuleSession
DataContainer.Entry| Constructor and Description |
|---|
ModuleSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompleted()
Gets the information about the completed state of the ModuleSession.
|
Date |
getEndTime()
Returns the end time of a ModuleSession.
|
Long |
getId()
Gets the ID of the ModuleSession.
|
int |
getIndex()
Gets the Index of the ModuleSession.
|
Module |
getModule()
Gets the Module this ModuleSession belongs to.
|
Date |
getStartTime()
Returns the start time of a ModuleSession.
|
int |
getTrialCount() |
List<Trial> |
getTrials() |
boolean |
isActive() |
void |
setCompleted(int completed)
Sets the ModuleSession used in the database to completed.
|
void |
setEndTime(Date endTime)
Sets the end time of a ModuleSession.
|
void |
setId(Long id)
Set the ID of the ModuleSession.
|
void |
setIndex(int index)
Sets the index of the ModuleSession used in the database.
|
void |
setModule(Module module)
Sets the Module of this ModuleSession.
|
void |
setStartTime(Date startTime)
Sets the start time of a ModuleSession.
|
void |
setTrials(List<Trial> trials) |
containsValue, getEntries, getEntriesImpl, getValue, putValue, setEntriesImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsValue, getEntries, getValue, putValuepublic Date getStartTime()
ModuleSessiongetStartTime in interface ModuleSessionpublic void setStartTime(Date startTime)
ModuleSessionsetStartTime in interface ModuleSessionstartTime - the start time of a ModuleSessionpublic Date getEndTime()
ModuleSessiongetEndTime in interface ModuleSessionpublic void setEndTime(Date endTime)
ModuleSessionsetEndTime in interface ModuleSessionendTime - the end time of a ModuleSessionpublic int getTrialCount()
public Long getId()
ModuleSessiongetId in interface ModuleSessionpublic void setId(Long id)
ModuleSessionsetId in interface ModuleSessionid - ID for the ModuleSessionpublic Module getModule()
ModuleSessiongetModule in interface ModuleSessionpublic void setModule(Module module)
ModuleSessionsetModule in interface ModuleSessionmodule - Module this ModuleSession belongs topublic boolean isActive()
isActive in interface ModuleSessionpublic int getIndex()
ModuleSessiongetIndex in interface ModuleSessionpublic void setIndex(int index)
ModuleSessionsetIndex in interface ModuleSessionindex - Index of the ModuleSessionpublic void setCompleted(int completed)
ModuleSessionsetCompleted in interface ModuleSessionpublic int getCompleted()
ModuleSessiongetCompleted in interface ModuleSessionCopyright © 2013. All Rights Reserved.