Class ConfigData<CONFIG_DATATYPE>
- java.lang.Object
-
- org.opennms.features.config.dao.api.ConfigData<CONFIG_DATATYPE>
-
public class ConfigData<CONFIG_DATATYPE> extends Object
This class include meta-data of the config
-
-
Constructor Summary
Constructors Constructor Description ConfigData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,CONFIG_DATATYPE>
getConfigs()
Class
getNotificationClass()
void
setConfigs(Map<String,CONFIG_DATATYPE> configs)
void
setNotificationClass(Class notificationClass)
-
-
-
Method Detail
-
getConfigs
public Map<String,CONFIG_DATATYPE> getConfigs()
-
setConfigs
public void setConfigs(Map<String,CONFIG_DATATYPE> configs)
-
getNotificationClass
public Class getNotificationClass()
-
setNotificationClass
public void setNotificationClass(Class notificationClass)
-
-