Class ProjectSource


  • public class ProjectSource
    extends Source
    Represents a Project. A Project is a Folder corresponding to a specific task.
    • Constructor Detail

      • ProjectSource

        public ProjectSource()
      • ProjectSource

        public ProjectSource​(ProjectSource parentProject)
    • Method Detail

      • setParentProject

        public void setParentProject​(ProjectSource parentProject)
      • getChildren

        public java.util.List<ProjectSource> getChildren()
      • setChildren

        public void setChildren​(java.util.List<ProjectSource> children)
      • setAppointments

        public void setAppointments​(java.util.List<AppointmentSource> appointments)
      • getNotes

        public java.util.List<NoteSource> getNotes()
      • setNotes

        public void setNotes​(java.util.List<NoteSource> notes)
      • addSource

        public void addSource​(Source source)
      • getPath

        public java.nio.file.Path getPath()
        Description copied from class: Source
        Get path
        Overrides:
        getPath in class Source
        Returns:
      • hashCode

        public int hashCode()
        Description copied from class: Source
        Return hashcode
        Overrides:
        hashCode in class Source
      • equals

        public boolean equals​(java.lang.Object obj)
        Description copied from class: Source
        Check object
        Overrides:
        equals in class Source