Class SampleGenomeAssemblyJoin

    • Constructor Detail

      • SampleGenomeAssemblyJoin

        public SampleGenomeAssemblyJoin​(Sample subject,
                                        GenomeAssembly object)
    • Method Detail

      • getId

        public java.lang.Long getId()
        Description copied from interface: IridaThing
        Get the numerical identifier for this object
        Specified by:
        getId in interface IridaThing
        Specified by:
        getId in interface Timestamped<java.lang.Long>
        Returns:
        the numerical identifier for the object
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Description copied from interface: Timestamped
        Get the created date of the object
        Specified by:
        getCreatedDate in interface Timestamped<java.lang.Long>
        Returns:
        A Date object of the created date
      • getSubject

        public Sample getSubject()
        Description copied from interface: Join
        Get the owning object in the relationship.
        Specified by:
        getSubject in interface Join<Sample,​GenomeAssembly>
        Returns:
        the owning object of the relationship.
      • getTimestamp

        public java.util.Date getTimestamp()
        Description copied from interface: Join
        Get the timestamp for this object
        Specified by:
        getTimestamp in interface Join<Sample,​GenomeAssembly>
        Returns:
        A Date object of the timestamp
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object