Package org.xbricks.sperftest.model
Class SperfConfig
java.lang.Object
org.xbricks.common.generic.model.AbstractModelClass
org.xbricks.sperftest.model.SperfConfig
- All Implemented Interfaces:
GenericModelObject
Speichert eine Konfiguration für SPerfTest. Es können mehrere Konfigurationen
bestehen, deshalb besitzt eine Konfiguration einen Namen, die ausgewählten
Spalten, sowie die Information, welche Konfiguration gerade ausgewählt und
somit aktiv ist (configSelected). Es kann nur eine Konfiguration geben mit
configSelected=true.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.xbricks.common.generic.model.AbstractModelClass
equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xbricks.common.generic.model.GenericModelObject
getId, setId
-
Constructor Details
-
SperfConfig
public SperfConfig()
-