uk.ac.cisban.rod.export
Class CompleteQueryResult

java.lang.Object
  extended by uk.ac.cisban.rod.export.CompleteQueryResult

public class CompleteQueryResult
extends java.lang.Object

This file's purpose is to build and store the data required for a single line of the logfile produced by the "Export Data" button.

It is a private class, as it should only be used by the ExportScreenData class. This is because the information and format contained in the "Export Data" output file is unique to it.

The format is unique to the Export Data output file is unique to it, but the format of the file is not contained within QueryResult. The information contained within QueryResult is not unique.

Author:
Morgan Taschuk

Constructor Summary
CompleteQueryResult()
           
 
Method Summary
 int getArea()
           
 java.awt.Color getBackgroundColor()
           
 java.awt.Color getColonyColor()
           
 java.lang.String getDateOfImage()
           
 int getEdgeLength()
           
 int getEdgePixels()
           
 java.lang.String getImageName()
           
 int getIntensity()
           
 java.lang.String getLibraryName()
           
 int getMasterPlateNumberWithinSet()
           
 java.lang.String getMedium()
           
 java.lang.String getOmniTrayBarcode()
           
 java.lang.String getOrfName()
           
 java.lang.String getScreenName()
           
 int getSpotColumn()
           
 int getSpotRow()
           
 double getThreshold()
           
 int getTile_dim_x()
           
 int getTile_dim_y()
           
 int getTimeseriesOrder()
           
 java.lang.String getTreatments()
           
 int getTrimmedArea()
           
 int getXOffset()
           
 int getYOffset()
           
 void setArea(int area)
           
 void setBackgroundColor(java.awt.Color backgroundColor)
           
 void setColonyColor(java.awt.Color colonyColor)
           
 void setDateOfImage(java.lang.String dateOfImage)
           
 void setEdgeLength(int edgeLength)
           
 void setEdgePixels(int edgePixels)
           
 void setImageName(java.lang.String imageName)
           
 void setIntensity(int intensity)
           
 void setLibraryName(java.lang.String libraryName)
           
 void setMasterPlateNumberWithinSet(int masterPlateNumberWithinSet)
           
 void setMedium(java.lang.String medium)
           
 void setOmniTrayBarcode(java.lang.String omniTrayBarcode)
           
 void setOrfName(java.lang.String orfName)
           
 void setScreenName(java.lang.String screenName)
           
 void setSpotColumn(int spotColumn)
           
 void setSpotRow(int spotRow)
           
 void setThreshold(double threshold)
           
 void setTile_dim_x(int tile_dim_x)
           
 void setTile_dim_y(int tile_dim_y)
           
 void setTimeseriesOrder(int timeseriesOrder)
           
 void setTreatments(java.lang.String treatments)
           
 void setTrimmedArea(int trimmedArea)
           
 void setXOffset(int xOffset)
           
 void setYOffset(int yOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteQueryResult

public CompleteQueryResult()
Method Detail

getTile_dim_x

public int getTile_dim_x()

setTile_dim_x

public void setTile_dim_x(int tile_dim_x)

getTile_dim_y

public int getTile_dim_y()

setTile_dim_y

public void setTile_dim_y(int tile_dim_y)

getBackgroundColor

public java.awt.Color getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(java.awt.Color backgroundColor)

getColonyColor

public java.awt.Color getColonyColor()

setColonyColor

public void setColonyColor(java.awt.Color colonyColor)

getEdgeLength

public int getEdgeLength()

setEdgeLength

public void setEdgeLength(int edgeLength)

getTimeseriesOrder

public int getTimeseriesOrder()

setTimeseriesOrder

public void setTimeseriesOrder(int timeseriesOrder)

getOmniTrayBarcode

public java.lang.String getOmniTrayBarcode()

setOmniTrayBarcode

public void setOmniTrayBarcode(java.lang.String omniTrayBarcode)

getArea

public int getArea()

setArea

public void setArea(int area)

getSpotColumn

public int getSpotColumn()

setSpotColumn

public void setSpotColumn(int spotColumn)

getTrimmedArea

public int getTrimmedArea()

setTrimmedArea

public void setTrimmedArea(int trimmedArea)

getSpotRow

public int getSpotRow()

setSpotRow

public void setSpotRow(int spotRow)

getIntensity

public int getIntensity()

setIntensity

public void setIntensity(int intensity)

getEdgePixels

public int getEdgePixels()

setEdgePixels

public void setEdgePixels(int edgePixels)

getThreshold

public double getThreshold()

setThreshold

public void setThreshold(double threshold)

getXOffset

public int getXOffset()

setXOffset

public void setXOffset(int xOffset)

getYOffset

public int getYOffset()

setYOffset

public void setYOffset(int yOffset)

getTreatments

public java.lang.String getTreatments()

setTreatments

public void setTreatments(java.lang.String treatments)

getMedium

public java.lang.String getMedium()

setMedium

public void setMedium(java.lang.String medium)

getImageName

public java.lang.String getImageName()

setImageName

public void setImageName(java.lang.String imageName)

getOrfName

public java.lang.String getOrfName()

setOrfName

public void setOrfName(java.lang.String orfName)

getDateOfImage

public java.lang.String getDateOfImage()

setDateOfImage

public void setDateOfImage(java.lang.String dateOfImage)

getScreenName

public java.lang.String getScreenName()

setScreenName

public void setScreenName(java.lang.String screenName)

getLibraryName

public java.lang.String getLibraryName()

setLibraryName

public void setLibraryName(java.lang.String libraryName)

getMasterPlateNumberWithinSet

public int getMasterPlateNumberWithinSet()

setMasterPlateNumberWithinSet

public void setMasterPlateNumberWithinSet(int masterPlateNumberWithinSet)


Copyright © 2010. All Rights Reserved.