Package com.saperion.settings
Class PropertyWrapper
java.lang.Object
com.saperion.settings.PropertyWrapper
- All Implemented Interfaces:
SaUserSettingType
,Serializable
- Direct Known Subclasses:
Utf8PropertyWrapper
Wrapper class for java
Properties
and implementation of the SaUserSettingType
interface.- Author:
- rbo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.intf.SaUserSettingType
SaUserSettingType.TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Properties
Read value.final boolean
final void
setCleanSection
(boolean value)
-
Constructor Details
-
PropertyWrapper
Constructor.- Parameters:
properties
- Properties
-
-
Method Details
-
getProperties
Read value.- Returns:
- Properties
-
isCleanSection
public final boolean isCleanSection()- Returns:
- Clean section
-
setCleanSection
public final void setCleanSection(boolean value) - Parameters:
value
- True for clean section
-