Package net.solarnetwork.settings
Interface FactorySettingSpecifierProvider
- All Superinterfaces:
SettingSpecifierProvider
- All Known Implementing Classes:
BasicFactorySettingSpecifierProvider
Extension of
SettingSpecifierProvider that adds info about the
factory instance a provider is being managed under.- Version:
- 1.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionGet the factory-wide unique ID for this provider.Methods inherited from interface net.solarnetwork.settings.SettingSpecifierProvider
getDisplayName, getMessageSource, getSettingSpecifiers, getSettingUid
-
Method Details
-
getFactoryInstanceUID
String getFactoryInstanceUID()Get the factory-wide unique ID for this provider.- Returns:
- the factory-wide unique ID
-