ch.tatool.app.data
Class ModuleSessionImpl
java.lang.Object
ch.tatool.app.data.DataContainerImpl
ch.tatool.app.data.ModuleSessionImpl
- All Implemented Interfaces:
- DataContainer, ModuleSession
public class ModuleSessionImpl
- extends DataContainerImpl
- implements ModuleSession
Represents a module session (set of trials).
- Author:
- Michael Ruflin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleSessionImpl
public ModuleSessionImpl()
getStartTime
public Date getStartTime()
- Specified by:
getStartTime in interface ModuleSession
setStartTime
public void setStartTime(Date startTime)
- Specified by:
setStartTime in interface ModuleSession
getEndTime
public Date getEndTime()
- Specified by:
getEndTime in interface ModuleSession
setEndTime
public void setEndTime(Date endTime)
- Specified by:
setEndTime in interface ModuleSession
getTrials
public List<Trial> getTrials()
setTrials
public void setTrials(List<Trial> trials)
getTrialCount
public int getTrialCount()
getId
public Long getId()
- Specified by:
getId in interface ModuleSession
setId
public void setId(Long id)
- Specified by:
setId in interface ModuleSession
getModule
public Module getModule()
- Specified by:
getModule in interface ModuleSession
setModule
public void setModule(Module module)
- Specified by:
setModule in interface ModuleSession
isActive
public boolean isActive()
- Specified by:
isActive in interface ModuleSession
getIndex
public int getIndex()
- Specified by:
getIndex in interface ModuleSession
setIndex
public void setIndex(int index)
- Specified by:
setIndex in interface ModuleSession
Copyright © 2012. All Rights Reserved.