Package de.hshannover.dqgui.core.model
Class Iqm4hdFeedback
- java.lang.Object
-
- de.hshannover.dqgui.core.model.Iqm4hdFeedback
-
- All Implemented Interfaces:
Recoverable
public class Iqm4hdFeedback extends java.lang.Object implements Recoverable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Iqm4hdFeedback.FeedbackState
-
Constructor Summary
Constructors Constructor Description Iqm4hdFeedback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iqm4hdFeedback.FeedbackState
getFeedback(java.util.List<java.lang.String> primaryKeys)
void
setFeedback(java.util.List<java.lang.String> primaryKeys, Iqm4hdFeedback.FeedbackState feedback)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hshannover.dqgui.framework.api.Recoverable
dump, recoverHook
-
-
-
-
Method Detail
-
setFeedback
public void setFeedback(java.util.List<java.lang.String> primaryKeys, Iqm4hdFeedback.FeedbackState feedback)
-
getFeedback
public Iqm4hdFeedback.FeedbackState getFeedback(java.util.List<java.lang.String> primaryKeys)
-
-