Class SampleRemovedProjectEvent

  • All Implemented Interfaces:
    IridaThing, Timestamped<java.lang.Long>

    @Entity
    public class SampleRemovedProjectEvent
    extends ProjectEvent
    Event for when a sample is removed from a project. Note this won't link to the sample and only show the sample name because users may not have access to the sample anymore.
    • Constructor Detail

      • SampleRemovedProjectEvent

        public SampleRemovedProjectEvent()
      • SampleRemovedProjectEvent

        public SampleRemovedProjectEvent​(Project project,
                                         java.lang.String sampleName)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: IridaThing
        Get a human readable label for this object.
        Returns:
        a human-readable label for the object.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class ProjectEvent
      • getSampleName

        public java.lang.String getSampleName()