org.glassfish.jersey.examples.bookstore.webapp.resource
Class Item
java.lang.Object
org.glassfish.jersey.examples.bookstore.webapp.resource.Item
- Direct Known Subclasses:
- Book, CD
@Produces(value="text/html;qs=5")
public class Item
- extends Object
Item
public Item()
Item
public Item(String title,
String author)
getTitle
public String getTitle()
getAuthor
public String getAuthor()
getXml
@GET
@Produces(value={"application/xml","text/xml","application/json"})
public Item getXml()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.