Class ConfigIndex.ConfigIndexEntry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ConfigIndex

    public static class ConfigIndex.ConfigIndexEntry
    extends java.lang.Object
    implements java.io.Serializable
    Index entry for one configuration document
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigIndexEntry()
      Instantiates a new Config index entry.
      ConfigIndexEntry​(java.lang.String label, java.lang.String path)
      Instantiates a new Config index entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getLabel()
      Gets label.
      java.lang.String getPath()
      Gets path.
      int hashCode()  
      void setLabel​(java.lang.String label)
      Sets label.
      void setPath​(java.lang.String path)
      Sets path.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigIndexEntry

        public ConfigIndexEntry()
        Instantiates a new Config index entry.
      • ConfigIndexEntry

        public ConfigIndexEntry​(java.lang.String label,
                                java.lang.String path)
        Instantiates a new Config index entry.
        Parameters:
        label - the label
        path - the path
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets label.
        Returns:
        the label
      • setLabel

        public void setLabel​(java.lang.String label)
        Sets label.
        Parameters:
        label - the label
      • getPath

        public java.lang.String getPath()
        Gets path.
        Returns:
        the path
      • setPath

        public void setPath​(java.lang.String path)
        Sets path.
        Parameters:
        path - the path
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object