Class ViewAuthor

    • Constructor Detail

      • ViewAuthor

        public ViewAuthor()
    • Method Detail

      • input

        public String input()
                     throws Exception
        Overrides:
        input in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getAuthorName

        public String getAuthorName()
      • setAuthorName

        public void setAuthorName​(String authorName)
      • getAuthor

        public Author getAuthor()
      • setAuthor

        public void setAuthor​(Author author)
      • setExtendedAuthorManager

        public void setExtendedAuthorManager​(ExtendedAuthorManager extendedAuthorManager)