Class BioMaterialEvent

All Implemented Interfaces:
AccessControlled, Identifiable, Registered

public class BioMaterialEvent
extends ChildItem
implements Registered
This class represents an event in the life of a MeasuredBioMaterial. There are three main types of events: creation events, hybridization events and other events. A creation event is an event that produces a measured biomaterial from other biomaterials. A hybridization event is an event that produces a hybridization from labeled extracts. Other events are used to leave a note about something that affected an already existing biomaterial.
Version:
2.0
Author:
Nicklas
Last modified
$Date: 2019-02-26 11:10:15 +0100 (tis, 26 feb. 2019) $
  • Field Details

    • TYPE

      public static final Item TYPE
      The type of item represented by this class.
      See Also:
      Item.BIOMATERIALEVENT, getType()
    • protocolHasBeenSet

      private boolean protocolHasBeenSet
    • hardwareHasBeenSet

      private boolean hardwareHasBeenSet
    • MAX_COMMENT_LENGTH

      public static final int MAX_COMMENT_LENGTH
      The maximum length of the comment about this event. Check the length against this value before calling the setComment(String) method to avoid exceptions.
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details