edu.mayo.bsi.ngsportal.shared
Class AnalysisInfo

java.lang.Object
  extended by 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


Constructor Summary
AnalysisInfo()
          Empty constructor to make Serialization happy
AnalysisInfo(String sampleName, String analysisType, String analysisDate, String analysisLocation)
          Default Constructor
 
Method Summary
 String getAnalysisDate()
           
 String getAnalysisType()
           
 String getLocation()
           
 String getSampleName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 sample
analysisType - Type of analysis done on it
analysisDate - Date analysis was done
analysisLocation - Where to find the analysis folder. A URI
Method Detail

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