Class QuicklinkSource


  • public class QuicklinkSource
    extends Source
    Represents an url related to the project.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String extension  
    • Constructor Summary

      Constructors 
      Constructor Description
      QuicklinkSource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Check object
      java.io.File getFile()
      Get file
      java.lang.String getTitle()
      Get title
      java.net.URI getUrl()
      Get url
      int hashCode()
      Return hashcode
      void setFile​(java.io.File file)
      Set file
      void setTitle​(java.lang.String title)
      Set title
      void setUrl​(java.net.URI url)
      Set url
      • Methods inherited from class java.lang.Object

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

      • QuicklinkSource

        public QuicklinkSource()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Get title
        Returns:
      • setTitle

        public void setTitle​(java.lang.String title)
        Set title
        Parameters:
        title -
      • getUrl

        public java.net.URI getUrl()
        Get url
        Returns:
      • setUrl

        public void setUrl​(java.net.URI url)
        Set url
        Parameters:
        url -
      • getFile

        public java.io.File getFile()
        Get file
        Returns:
      • setFile

        public void setFile​(java.io.File file)
        Set file
        Parameters:
        file -
      • hashCode

        public int hashCode()
        Return hashcode
        Overrides:
        hashCode in class Source
        Returns:
      • equals

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