Class PropertyWrapper

java.lang.Object
com.saperion.settings.PropertyWrapper
All Implemented Interfaces:
SaUserSettingType, Serializable
Direct Known Subclasses:
Utf8PropertyWrapper

public class PropertyWrapper extends Object implements SaUserSettingType, Serializable
Wrapper class for java Properties and implementation of the SaUserSettingType interface.
Author:
rbo
See Also:
  • Constructor Details

    • PropertyWrapper

      public PropertyWrapper(Properties properties)
      Constructor.
      Parameters:
      properties - Properties
  • Method Details

    • getProperties

      public final Properties 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