Class Pedigree


public class Pedigree extends ExtensibleElement
  • Constructor Details

    • Pedigree

      public Pedigree()
  • Method Details

    • getAncestors

      public Ancestors getAncestors()
    • setAncestors

      public void setAncestors(Ancestors ancestors)
    • getDescendants

      public Descendants getDescendants()
    • setDescendants

      public void setDescendants(Descendants descendants)
    • getVariants

      public Variants getVariants()
    • setVariants

      public void setVariants(Variants variants)
    • getCommits

      public List<Commit> getCommits()
    • setCommits

      public void setCommits(List<Commit> commits)
    • getPatches

      public List<Patch> getPatches()
    • setPatches

      public void setPatches(List<Patch> patches)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object