Class CometIndex.CometIndexEntry
java.lang.Object
com.priint.pubserver.comet.entity.CometIndex.CometIndexEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometIndex
The type Comet index entry.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Comet index entry.CometIndexEntry(String label, String path) Instantiates a new Comet index entry. -
Method Summary
-
Constructor Details
-
CometIndexEntry
public CometIndexEntry()Instantiates a new Comet index entry. -
CometIndexEntry
Instantiates a new Comet index entry.- Parameters:
label- the labelpath- the path
-
-
Method Details
-
getLabel
Gets label.- Returns:
- the label
-
getPath
Gets path.- Returns:
- the path
-
setLabel
Sets label.- Parameters:
label- the label
-
setPath
Sets path.- Parameters:
path- the path
-