Class ProjectReferenceFileJoin

    • Constructor Detail

      • ProjectReferenceFileJoin

        public ProjectReferenceFileJoin()
      • ProjectReferenceFileJoin

        public ProjectReferenceFileJoin​(Project project,
                                        ReferenceFile referenceFile)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String getLabel()
        Description copied from interface: Join
        By default, we will return the label of the subject of the join.
        Specified by:
        getLabel in interface IridaThing
        Specified by:
        getLabel in interface Join<Project,​ReferenceFile>
        Returns:
        The label of the object
      • 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
      • getSubject

        public Project getSubject()
        Description copied from interface: Join
        Get the owning object in the relationship.
        Specified by:
        getSubject in interface Join<Project,​ReferenceFile>
        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<Project,​ReferenceFile>
        Returns:
        A Date object of the timestamp
      • 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