Package com.priint.pubserver.config
Class ConfigIndex.ConfigIndexEntry
java.lang.Object
com.priint.pubserver.config.ConfigIndex.ConfigIndexEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConfigIndex
Index entry for one configuration document
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Config index entry.ConfigIndexEntry(String label, String path) Instantiates a new Config index entry. -
Method Summary
-
Constructor Details
-
ConfigIndexEntry
public ConfigIndexEntry()Instantiates a new Config index entry. -
ConfigIndexEntry
Instantiates a new Config index entry.- Parameters:
label- the labelpath- the path
-
-
Method Details
-
getLabel
Gets label.- Returns:
- the label
-
setLabel
Sets label.- Parameters:
label- the label
-
getPath
Gets path.- Returns:
- the path
-
setPath
Sets path.- Parameters:
path- the path
-
equals
-
hashCode
public int hashCode() -
toString
-