Class QATopic

java.lang.Object
org.dspace.qaevent.QATopic

public class QATopic extends Object
This model class represent the quality assurance broker topic concept. A topic represents a type of event and is therefore used to group events.
Author:
Andrea Bollini (andrea.bollini at 4science.it)
  • Constructor Details

    • QATopic

      public QATopic()
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setFocus

      public void setFocus(UUID focus)
    • getFocus

      public UUID getFocus()
    • getTotalEvents

      public long getTotalEvents()
    • setTotalEvents

      public void setTotalEvents(long totalEvents)
    • getLastEvent

      public Instant getLastEvent()
    • setLastEvent

      public void setLastEvent(Instant lastEvent)