com.goldenhammer.fileio.study
Class StudyInformation

java.lang.Object
  extended bycom.goldenhammer.fileio.study.StudyInformation

public class StudyInformation
extends java.lang.Object

This class holds a study and assorted information


Constructor Summary
StudyInformation()
          Constructor
 
Method Summary
 java.lang.String getFilePath()
           
 Study getStudy()
           
 void setFilePath(java.lang.String filePath)
           
 void setStudy(Study study)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudyInformation

public StudyInformation()
Constructor

Method Detail

getFilePath

public java.lang.String getFilePath()
Returns:
Returns the filePath.

setFilePath

public void setFilePath(java.lang.String filePath)
Parameters:
filePath - The filePath to set.

getStudy

public Study getStudy()
Returns:
Returns the study.

setStudy

public void setStudy(Study study)
Parameters:
study - The study to set.