Package com.saperion.settings
Class SaSystemSettingImpl
java.lang.Object
com.saperion.settings.SaSystemSettingImpl
- All Implemented Interfaces:
- SaSetting,- SaSystemSetting,- Serializable
System setting implementation. This class holds all system settings
 accessible by the class name of the specific 
SaSystemSettingType.- Author:
- mak
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringReturns the access key the setting is associated to.final <T extends SaSystemSettingType>
 TReturns the specific system setting.final <T extends SaSystemSettingType>
 booleanChecks, if the system setting for the given key exists.final <T extends SaSystemSettingType>
 voidSets the system setting.
- 
Constructor Details- 
SaSystemSettingImplConstructor.- Parameters:
- key- the access key
 
 
- 
- 
Method Details- 
getEntryReturns the specific system setting.- Specified by:
- getEntryin interface- SaSystemSetting
- Type Parameters:
- T- specialized- SaSystemSettingType
- Parameters:
- klass- class
- Returns:
- the concrete SaSystemSettingTypeinstance
 
- 
setEntrySets the system setting.- Specified by:
- setEntryin interface- SaSystemSetting
- Type Parameters:
- T- specialized- SaSystemSettingType
- Parameters:
- klass- class
- setting- the concrete- SaSystemSettingTypeinstance
 
- 
hasEntryChecks, if the system setting for the given key exists.- Specified by:
- hasEntryin interface- SaSystemSetting
- Type Parameters:
- T- specialized- SaSystemSettingType
- Parameters:
- klass- class
- Returns:
- trueif a system setting exists to the given key, otherwise- false
 
- 
getAccessKeyReturns the access key the setting is associated to.- Specified by:
- getAccessKeyin interface- SaSetting
- Returns:
- the access key
 
 
-