edu.mayo.bsi.ngsportal.shared
Class Analysis2

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.shared.Analysis2
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Analysis2
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

@author Gregory Dougherty


Constructor Summary
Analysis2(String analysisType, String analysisStatus, double analysisVersion, boolean analysisComplete, Date statusDate, Date deleteDate, String keepFileRequestor)
           
 
Method Summary
 String getAnalysisStatus()
           
 String getAnalysisType()
           
 double getAnalysisVersion()
           
 Date getDeleteDate()
           
 String getKeepFileRequestor()
           
 Date getStatusDate()
           
 boolean isAnalysisComplete()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Analysis2

public Analysis2(String analysisType,
                 String analysisStatus,
                 double analysisVersion,
                 boolean analysisComplete,
                 Date statusDate,
                 Date deleteDate,
                 String keepFileRequestor)
Parameters:
analysisType -
analysisStatus -
analysisVersion -
analysisComplete -
statusDate -
deleteDate -
keepFileRequestor -
Method Detail

getAnalysisType

public final String getAnalysisType()
Returns:
the analysisType

getAnalysisStatus

public final String getAnalysisStatus()
Returns:
the analysisStatus

getAnalysisVersion

public final double getAnalysisVersion()
Returns:
the analysisVersion

isAnalysisComplete

public final boolean isAnalysisComplete()
Returns:
the analysisComplete

getStatusDate

public final Date getStatusDate()
Returns:
the statusDate

getDeleteDate

public final Date getDeleteDate()
Returns:
the deleteDate

getKeepFileRequestor

public final String getKeepFileRequestor()
Returns:
the keepFileRequestor, can be null

toString

public String toString()
Overrides:
toString in class Object