Class CometIndex.CometIndexEntry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CometIndex

    public static class CometIndex.CometIndexEntry
    extends java.lang.Object
    implements java.io.Serializable
    The type Comet index entry.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CometIndexEntry()
      Instantiates a new Comet index entry.
      CometIndexEntry​(java.lang.String label, java.lang.String path)
      Instantiates a new Comet index entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Gets label.
      java.lang.String getPath()
      Gets path.
      void setLabel​(java.lang.String label)
      Sets label.
      void setPath​(java.lang.String path)
      Sets path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CometIndexEntry

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

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

      • getLabel

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

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

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

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