@Entity
public class GroupResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupResult.GroupState |
Constructor and Description |
---|
GroupResult() |
GroupResult(Batch batch)
Creates a new GroupResult and adds the given StudyResult as the first group member.
|
Modifier and Type | Method and Description |
---|---|
void |
addActiveMember(StudyResult studyResult) |
void |
addHistoryMember(StudyResult studyResult) |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getActiveMemberCount() |
java.util.Set<StudyResult> |
getActiveMemberList() |
Batch |
getBatch() |
java.sql.Timestamp |
getEndDate() |
java.lang.String |
getGroupSessionData() |
java.lang.Long |
getGroupSessionVersion() |
GroupResult.GroupState |
getGroupState() |
java.lang.Integer |
getHistoryMemberCount() |
java.util.Set<StudyResult> |
getHistoryMemberList() |
java.lang.Long |
getId() |
java.sql.Timestamp |
getStartDate() |
int |
hashCode() |
void |
removeActiveMember(StudyResult studyResult) |
void |
removeHistoryMember(StudyResult studyResult) |
void |
setActiveMemberCount(java.lang.Integer activeMemberCount) |
void |
setActiveMemberList(java.util.Set<StudyResult> activeMemberList) |
void |
setBatch(Batch batch) |
void |
setEndDate(java.sql.Timestamp endDate) |
void |
setGroupSessionData(java.lang.String groupSessionData) |
void |
setGroupSessionVersion(java.lang.Long groupSessionVersion) |
void |
setGroupState(GroupResult.GroupState groupState) |
void |
setHistoryMemberCount(java.lang.Integer historyMemberCount) |
void |
setHistoryMemberList(java.util.Set<StudyResult> historyMemberList) |
void |
setId(java.lang.Long id) |
void |
setStartDate(java.sql.Timestamp startDate) |
java.lang.String |
toString() |
public GroupResult()
public GroupResult(Batch batch)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public GroupResult.GroupState getGroupState()
public void setGroupState(GroupResult.GroupState groupState)
public void setGroupSessionData(java.lang.String groupSessionData)
public java.lang.String getGroupSessionData()
public java.lang.Long getGroupSessionVersion()
public void setGroupSessionVersion(java.lang.Long groupSessionVersion)
public Batch getBatch()
public void setBatch(Batch batch)
public void setStartDate(java.sql.Timestamp startDate)
public java.sql.Timestamp getStartDate()
public void setEndDate(java.sql.Timestamp endDate)
public java.sql.Timestamp getEndDate()
public void setActiveMemberList(java.util.Set<StudyResult> activeMemberList)
public java.util.Set<StudyResult> getActiveMemberList()
public void removeActiveMember(StudyResult studyResult)
public void addActiveMember(StudyResult studyResult)
public java.lang.Integer getActiveMemberCount()
public void setActiveMemberCount(java.lang.Integer activeMemberCount)
public void setHistoryMemberList(java.util.Set<StudyResult> historyMemberList)
public java.util.Set<StudyResult> getHistoryMemberList()
public void removeHistoryMember(StudyResult studyResult)
public void addHistoryMember(StudyResult studyResult)
public java.lang.Integer getHistoryMemberCount()
public void setHistoryMemberCount(java.lang.Integer historyMemberCount)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object