Package org.dspace.qaevent
Class QATopic
java.lang.Object
org.dspace.qaevent.QATopic
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFocus()getKey()longvoidvoidvoidsetLastEvent(Instant lastEvent) voidvoidsetTotalEvents(long totalEvents)
-
Constructor Details
-
QATopic
public QATopic()
-
-
Method Details
-
getSource
-
setSource
-
getKey
-
setKey
-
setFocus
-
getFocus
-
getTotalEvents
public long getTotalEvents() -
setTotalEvents
public void setTotalEvents(long totalEvents) -
getLastEvent
-
setLastEvent
-