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 plate acquisition contained in the PlateAcquisitionWrapper.
    • Method Detail

      • setName

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

        public PlateAcquisitionData asPlateAcquisitionData()
        Returns the PlateAcquisitionData contained.
        Returns:
        See above.
      • setDescription

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

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

        public long getRefPlateId()
        Returns the id of the plate of reference.
        Returns:
        See above.
      • setRefPlateId

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

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

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

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