edu.mayo.bsi.ngsportal.server
Class ReportRunInfo

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.server.ReportRunInfo

public class ReportRunInfo
extends Object

@author Gregory Dougherty


Method Summary
 Date getEndDate()
           
 int getRunID()
           
 String getRunName()
           
 Date getStartDate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRunID

public final int getRunID()
Returns:
the runID

getRunName

public final String getRunName()
Returns:
the runName

getStartDate

public final Date getStartDate()
Returns:
the startDate

getEndDate

public final Date getEndDate()
Returns:
the endDate

toString

public String toString()
Overrides:
toString in class Object