Class SettingData

    • Field Detail

      • elementName

        protected final String elementName
      • instanceID

        protected final String instanceID
    • Constructor Detail

      • SettingData

        public SettingData​(String elementName,
                           String instanceID)
    • Method Detail

      • getElementName

        public String getElementName()
        The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.)
      • getInstanceID

        public String getInstanceID()
        Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object