Class ConfigIndex.ConfigIndexEntry

java.lang.Object
com.priint.pubserver.config.ConfigIndex.ConfigIndexEntry
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigIndex

public static class ConfigIndex.ConfigIndexEntry extends Object implements Serializable
Index entry for one configuration document
See Also:
  • Constructor Details

    • ConfigIndexEntry

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

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

    • getLabel

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

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

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object