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, setEntriesImpl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsValue, getEntries, getValue, putValue
public Date getStartTime()
getStartTime
in interface ModuleSession
public void setStartTime(Date startTime)
setStartTime
in interface ModuleSession
public Date getEndTime()
getEndTime
in interface ModuleSession
public void setEndTime(Date endTime)
setEndTime
in interface ModuleSession
public int getTrialCount()
public Long getId()
getId
in interface ModuleSession
public void setId(Long id)
setId
in interface ModuleSession
public Module getModule()
getModule
in interface ModuleSession
public void setModule(Module module)
setModule
in interface ModuleSession
public boolean isActive()
isActive
in interface ModuleSession
public int getIndex()
getIndex
in interface ModuleSession
public void setIndex(int index)
setIndex
in interface ModuleSession
public void setCompleted(int completed)
setCompleted
in interface ModuleSession
public int getCompleted()
getCompleted
in interface ModuleSession
Copyright © 2013. All Rights Reserved.