edu.mayo.bsi.ngsportal.shared
Class AnalysisInfo
java.lang.Object
edu.mayo.bsi.ngsportal.shared.AnalysisInfo
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class AnalysisInfo
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
@author Gregory Dougherty
AnalysisInfo
public AnalysisInfo()
- Empty constructor to make Serialization happy
AnalysisInfo
public AnalysisInfo(String sampleName,
String analysisType,
String analysisDate,
String analysisLocation)
- Default Constructor
- Parameters:
sampleName - Name of the sampleanalysisType - Type of analysis done on itanalysisDate - Date analysis was doneanalysisLocation - Where to find the analysis folder. A URI
getSampleName
public String getSampleName()
- Returns:
- The sampleName
getAnalysisType
public String getAnalysisType()
- Returns:
- The analysisType
getAnalysisDate
public String getAnalysisDate()
- Returns:
- The analysisDate
getLocation
public String getLocation()
- Returns:
- The analysisLocation
toString
public String toString()
- Overrides:
toString in class Object