public class ModuleSessionImpl extends DataContainerImpl implements ModuleSession
DataContainer.Entry| Constructor and Description |
|---|
ModuleSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompleted() |
Date |
getEndTime() |
Long |
getId() |
int |
getIndex() |
Module |
getModule() |
Date |
getStartTime() |
int |
getTrialCount() |
List<Trial> |
getTrials() |
boolean |
isActive() |
void |
setCompleted(int completed) |
void |
setEndTime(Date endTime) |
void |
setId(Long id) |
void |
setIndex(int index) |
void |
setModule(Module module) |
void |
setStartTime(Date startTime) |
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()
getStartTime in interface ModuleSessionpublic void setStartTime(Date startTime)
setStartTime in interface ModuleSessionpublic Date getEndTime()
getEndTime in interface ModuleSessionpublic void setEndTime(Date endTime)
setEndTime in interface ModuleSessionpublic int getTrialCount()
public Long getId()
getId in interface ModuleSessionpublic void setId(Long id)
setId in interface ModuleSessionpublic Module getModule()
getModule in interface ModuleSessionpublic void setModule(Module module)
setModule in interface ModuleSessionpublic boolean isActive()
isActive in interface ModuleSessionpublic int getIndex()
getIndex in interface ModuleSessionpublic void setIndex(int index)
setIndex in interface ModuleSessionpublic void setCompleted(int completed)
setCompleted in interface ModuleSessionpublic int getCompleted()
getCompleted in interface ModuleSessionCopyright © 2012. All Rights Reserved.