org.molgenis.omx.services
Class Report

java.lang.Object
  extended by org.molgenis.omx.services.Report

public class Report
extends Object


Constructor Summary
Report()
           
 
Method Summary
 File getFileStorage()
           
 Boolean getFileStoragePropsPresent()
           
 Boolean getFolderExists()
           
 Boolean getFolderHasContent()
           
 Boolean getVerified()
           
 void setFileStorage(File fileStorage)
           
 void setFileStoragePropsPresent(Boolean fileStoragePropsPresent)
           
 void setFolderExists(Boolean folderExists)
           
 void setFolderHasContent(Boolean folderHasContent)
           
 void setVerified(Boolean verified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

getFileStoragePropsPresent

public Boolean getFileStoragePropsPresent()

setFileStoragePropsPresent

public void setFileStoragePropsPresent(Boolean fileStoragePropsPresent)

getFileStorage

public File getFileStorage()

setFileStorage

public void setFileStorage(File fileStorage)

getVerified

public Boolean getVerified()

setVerified

public void setVerified(Boolean verified)

getFolderExists

public Boolean getFolderExists()

setFolderExists

public void setFolderExists(Boolean folderExists)

getFolderHasContent

public Boolean getFolderHasContent()

setFolderHasContent

public void setFolderHasContent(Boolean folderHasContent)


Copyright © 2013. All Rights Reserved.