Class PlateAcquisitionWrapper

    • Field Detail

      • ANNOTATION_LINK

        public static final java.lang.String ANNOTATION_LINK
        Annotation link name for this type of object
        See Also:
        Constant Field Values
    • Constructor Detail

      • PlateAcquisitionWrapper

        public PlateAcquisitionWrapper​(PlateAcquisitionData plateAcquisition)
        Constructor of the class PlateAcquisitionWrapper.
        Parameters:
        plateAcquisition - The PlateAcquisitionData to wrap in the PlateAcquisitionWrapper.
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the plate acquisition name.
        Specified by:
        getName in interface RepositoryObject
        Returns:
        See above.
      • setName

        public void setName​(java.lang.String name)
        Sets the name of the plate acquisition.
        Specified by:
        setName in interface PlateAcquisition
        Parameters:
        name - The name of the plate acquisition. Mustn't be null.
        Throws:
        java.lang.IllegalArgumentException - If the name is null.
      • getDescription

        public java.lang.String getDescription()
        Gets the plate acquisition description
        Specified by:
        getDescription in interface RepositoryObject
        Returns:
        See above.
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description of the plate acquisition.
        Specified by:
        setDescription in interface PlateAcquisition
        Parameters:
        description - The description of the plate acquisition.
      • getLabel

        public java.lang.String getLabel()
        Returns the label associated to the plate acquisition.
        Specified by:
        getLabel in interface PlateAcquisition
        Returns:
        See above.
      • getRefPlateId

        public long getRefPlateId()
        Returns the id of the plate of reference.
        Specified by:
        getRefPlateId in interface PlateAcquisition
        Returns:
        See above.
      • setRefPlateId

        public void setRefPlateId​(long refPlateId)
        Sets the id of the plate this plate acquisition is for.
        Specified by:
        setRefPlateId in interface PlateAcquisition
        Parameters:
        refPlateId - The value to set.
      • getStartTime

        public java.sql.Timestamp getStartTime()
        Returns the time when the first image was collected.
        Specified by:
        getStartTime in interface PlateAcquisition
        Returns:
        See above.
      • getEndTime

        public java.sql.Timestamp getEndTime()
        Returns the time when the last image was collected.
        Specified by:
        getEndTime in interface PlateAcquisition
        Returns:
        See above.
      • getMaximumFieldCount

        public int getMaximumFieldCount()
        Returns the maximum number of fields in any well.
        Specified by:
        getMaximumFieldCount in interface PlateAcquisition
        Returns:
        See above.