Package com.saperion.settings
Class PropertyWrapper
- java.lang.Object
-
- com.saperion.settings.PropertyWrapper
-
- All Implemented Interfaces:
SaUserSettingType
,java.io.Serializable
- Direct Known Subclasses:
Utf8PropertyWrapper
public class PropertyWrapper extends java.lang.Object implements SaUserSettingType, java.io.Serializable
Wrapper class for javaProperties
and implementation of theSaUserSettingType
interface.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.saperion.intf.SaUserSettingType
SaUserSettingType.TYPE
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapper(java.util.Properties properties)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Properties
getProperties()
Read value.boolean
isCleanSection()
void
setCleanSection(boolean value)
-