Interface AuthorUtil.CommandWithAuthor

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

public static interface AuthorUtil.CommandWithAuthor
  • Method Summary

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

    • getAuthor

      Person getAuthor()
    • setAuthor

      void setAuthor(Person person)