Package com.priint.pubserver.config
Class ConfigIndex.ConfigIndexEntry
- java.lang.Object
-
- com.priint.pubserver.config.ConfigIndex.ConfigIndexEntry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConfigIndex
public static class ConfigIndex.ConfigIndexEntry extends java.lang.Object implements java.io.SerializableIndex 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 booleanequals(java.lang.Object obj)java.lang.StringgetLabel()Gets label.java.lang.StringgetPath()Gets path.inthashCode()voidsetLabel(java.lang.String label)Sets label.voidsetPath(java.lang.String path)Sets path.java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-