Class CometIndex.CometIndexEntry

java.lang.Object
com.priint.pubserver.comet.entity.CometIndex.CometIndexEntry
All Implemented Interfaces:
Serializable
Enclosing class:
CometIndex

public static class CometIndex.CometIndexEntry extends Object implements Serializable
The type Comet index entry.
See Also:
  • Constructor Details

    • CometIndexEntry

      public CometIndexEntry()
      Instantiates a new Comet index entry.
    • CometIndexEntry

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

    • getLabel

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

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

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

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