Interface Scene7PropertySet


  • public interface Scene7PropertySet
    Abstraction of a Scene7 Property Set.
    • Method Detail

      • getSetHandle

        String getSetHandle()
        Returns this property set's set handle.
        Returns:
        a String with the set handle
      • getTypeHandle

        String getTypeHandle()
        Returns this property set's type handle.
        Returns:
        a String with the type handle
      • getProperties

        Map<String,​String> getProperties()
        Returns this property set's properties.
        Returns:
        a Map with the properties; can be empty for property sets without properties