Class UnassociatedCommit


  • public class UnassociatedCommit
    extends Object
    • Constructor Detail

      • UnassociatedCommit

        public UnassociatedCommit​(@Nullable
                                  @Nullable String changeSetId,
                                  String comment,
                                  Author author,
                                  Date date,
                                  long repositoryId)
    • Method Detail

      • getAuthor

        public Author getAuthor()
      • setAuthor

        public void setAuthor​(Author author)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getDate

        public Date getDate()
      • setDate

        public void setDate​(Date date)
      • getChangeSetId

        @Nullable
        public @Nullable String getChangeSetId()
      • setChangeSetId

        public void setChangeSetId​(@Nullable
                                   @Nullable String changeSetId)
      • getRepositoryId

        public long getRepositoryId()
      • setRepositoryId

        public void setRepositoryId​(long repositoryId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object