Class ScreenWrapper

    • Constructor Detail

      • ScreenWrapper

        public ScreenWrapper​(ScreenData screen)
        Constructor of the class ScreenWrapper.
        Parameters:
        screen - The ScreenData contained in the ScreenWrapper.
    • Method Detail

      • setName

        public void setName​(String name)
        Sets the name of the screen.
        Parameters:
        name - The name of the screen. Mustn't be null.
        Throws:
        IllegalArgumentException - If the name is null.
      • asScreenData

        public ScreenData asScreenData()
        Returns:
        the ScreenData contained.
      • setDescription

        public void setDescription​(String description)
        Sets the description of the screen.
        Parameters:
        description - The description of the screen.
      • getPlates

        public List<PlateWrapper> getPlates()
        Returns the plates contained in this screen.
        Returns:
        See above.
      • getPlates

        public List<PlateWrapper> getPlates​(String name)
        Returns the plates contained in this screen, with the specified name.
        Parameters:
        name - The expected plates name.
        Returns:
        See above.
      • getProtocolDescription

        public String getProtocolDescription()
        Returns the description of the protocol.
        Returns:
        See above.
      • setProtocolDescription

        public void setProtocolDescription​(String value)
        Sets the description of the protocol.
        Parameters:
        value - The value to set.
      • getProtocolIdentifier

        public String getProtocolIdentifier()
        Returns the identifier of the protocol.
        Returns:
        See above.
      • setProtocolIdentifier

        public void setProtocolIdentifier​(String value)
        Sets the identifier of the protocol.
        Parameters:
        value - The value to set.
      • getReagentSetDescription

        public String getReagentSetDescription()
        Returns the description of the reagent set.
        Returns:
        See above.
      • setReagentSetDescription

        public void setReagentSetDescription​(String value)
        Sets the identifier of the reagent.
        Parameters:
        value - The value to set.
      • getReagentSetIdentifier

        public String getReagentSetIdentifier()
        Returns the identifier of the Reagent set.
        Returns:
        See above.
      • setReagentSetIdentifier

        public void setReagentSetIdentifier​(String value)
        Sets the identifier of the reagent.
        Parameters:
        value - The value to set.