Class Source

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.nio.file.Path path  
    • Constructor Summary

      Constructors 
      Constructor Description
      Source()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Check object
      java.lang.String getName()
      Get name
      java.nio.file.Path getPath()
      Get path
      int hashCode()
      Return hashcode
      void setName​(java.lang.String name)
      Set name
      void setPath​(java.nio.file.Path path)
      Set path
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        protected java.nio.file.Path path
      • name

        protected java.lang.String name
    • Constructor Detail

      • Source

        public Source()
    • Method Detail

      • getName

        public java.lang.String getName()
        Get name
        Returns:
      • setName

        public void setName​(java.lang.String name)
        Set name
        Parameters:
        name -
      • getPath

        public java.nio.file.Path getPath()
        Get path
        Returns:
      • setPath

        public void setPath​(java.nio.file.Path path)
        Set path
        Parameters:
        path -
      • hashCode

        public int hashCode()
        Return hashcode
        Overrides:
        hashCode in class java.lang.Object
        Returns:
      • equals

        public boolean equals​(java.lang.Object obj)
        Check object
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj -
        Returns: