Interface AuthorUtil.CommandWithAuthor

All Known Implementing Classes:
MergeCommandRequest, ModifyCommandRequest, RevertCommandRequest
Enclosing class:
AuthorUtil

public static interface AuthorUtil.CommandWithAuthor
Command whose execution includes an author as a Person.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setAuthor(Person person)
     
  • Method Details

    • getAuthor

      Person getAuthor()
    • setAuthor

      void setAuthor(Person person)