|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mayo.bsi.ngsportal.shared.ResultInfo
public class ResultInfo
Conveyer class to get results from the server to the client.
@author Gregory Dougherty
| Constructor Summary | |
|---|---|
ResultInfo(String piName,
String runID,
String application,
String qcLoc,
String metaDataLoc,
boolean hasAnalysis)
|
|
| Method Summary | |
|---|---|
String |
getApplication()
|
String |
getMetaDataLoc()
|
String |
getPIName()
|
List<String> |
getProjectNames()
|
String |
getQcLoc()
|
String |
getRunID()
|
boolean |
hasAnalysis()
|
void |
setProjectNames(List<String> projectNames)
Set the list of project names to be the passed in list. |
static void |
sortResultInfoListByPI(List<ResultInfo> result)
Sort the result list in increasing alphabetical order of the PI name |
static void |
sortResultInfoListByRun(List<ResultInfo> result)
Sort the result list in decreasing alphabetical order of the run name |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResultInfo(String piName,
String runID,
String application,
String qcLoc,
String metaDataLoc,
boolean hasAnalysis)
piName - The PI responsible for the runrunID - The id of the run foundapplication - Application type results were limited to, null or empty if no such limitsqcLoc - An HTML String pointing to the QC FoldermetaDataLoc - An HTML String pointing to the metadata filehasAnalysis - Whether or not there's any analysis for this run| Method Detail |
|---|
public final String getPIName()
public final String getRunID()
public final String getApplication()
public final String getQcLoc()
public final String getMetaDataLoc()
public boolean hasAnalysis()
public static void sortResultInfoListByRun(List<ResultInfo> result)
result - List to sortpublic static void sortResultInfoListByPI(List<ResultInfo> result)
result - List to sortpublic String toString()
toString in class Objectpublic void setProjectNames(List<String> projectNames)
projectNames - New list of project namespublic List<String> getProjectNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||