Package com.jcasey.controller

Examples of com.jcasey.controller.BookManager


 
  public BookServerImpl()
  {
    super();
   
    linkController = new BookManager();
  }
View Full Code Here


  private String isbn;
  private String blurb;
 
  public ModifyBook()
  {
    linkController = new BookManager();
  }
View Full Code Here

  private BookManager linkController;
 
  public SearchBook()
  {
    linkController = new BookManager();
    books = new ArrayList<Book>();
  }
View Full Code Here

TOP

Related Classes of com.jcasey.controller.BookManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.