org.glassfish.jersey.examples.bookstore.webapp.resource
Class Book

java.lang.Object
  extended by org.glassfish.jersey.examples.bookstore.webapp.resource.Item
      extended by org.glassfish.jersey.examples.bookstore.webapp.resource.Book

public class Book
extends Item


Constructor Summary
Book()
           
Book(java.lang.String title, java.lang.String author)
           
 
Method Summary
 
Methods inherited from class org.glassfish.jersey.examples.bookstore.webapp.resource.Item
getAuthor, getTitle, getXml, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Book

public Book()

Book

public Book(java.lang.String title,
            java.lang.String author)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.