Package com.saperion.intf
Interface SaSetting
- All Known Subinterfaces:
SaSystemSetting
,SaUserSetting
- All Known Implementing Classes:
SaSystemSettingImpl
,SaUserSettingImpl
public interface SaSetting
Interface holding settings to be transported to other components.
- Author:
- mak
-
Method Summary
Modifier and TypeMethodDescriptionReturns the access key the setting is associated to.
-
Method Details
-
getAccessKey
String getAccessKey()Returns the access key the setting is associated to.- Returns:
- the access key
-