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 javaPropertiesand implementation of theSaUserSettingTypeinterface.- 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.PropertiesgetProperties()Read value.booleanisCleanSection()voidsetCleanSection(boolean value)
-